Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 91
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 31 13:23:41 UTC 2016 - obs@botter.cc + +- reintroduce fix __date__ macro in PythonSwig.cpp.template from Jan 16 2015 + +------------------------------------------------------------------- Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org - Add add_rpi2_support.patch to add raspberry pi2 platform support
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 31 13:23:41 UTC 2016 - obs@botter.cc + +- reintroduce fix __date__ macro in PythonSwig.cpp.template from Jan 16 2015 + +------------------------------------------------------------------- Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org - Add add_rpi2_support.patch to add raspberry pi2 platform support
View file
kodi-noX.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 31 13:23:41 UTC 2016 - obs@botter.cc + +- reintroduce fix __date__ macro in PythonSwig.cpp.template from Jan 16 2015 + +------------------------------------------------------------------- Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org - Add add_rpi2_support.patch to add raspberry pi2 platform support
View file
kodi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 31 13:23:41 UTC 2016 - obs@botter.cc + +- reintroduce fix __date__ macro in PythonSwig.cpp.template from Jan 16 2015 + +------------------------------------------------------------------- Thu Mar 10 13:24:06 UTC 2016 - guillaume@opensuse.org - Add add_rpi2_support.patch to add raspberry pi2 platform support
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -251,9 +251,14 @@ # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') +FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/GUIInfoManager.cpp xbmc/Application.cpp xbmc/utils/SystemInfo.cpp; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done +# remove the remaining occurencies in the source tree +for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do + sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file +done # Set the final version string cp %{SOURCE3} VERSION
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -251,9 +251,14 @@ # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') +FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/GUIInfoManager.cpp xbmc/Application.cpp xbmc/utils/SystemInfo.cpp; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done +# remove the remaining occurencies in the source tree +for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do + sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file +done # Set the final version string cp %{SOURCE3} VERSION
View file
kodi-noX.spec
Changed
@@ -251,9 +251,14 @@ # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') +FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/GUIInfoManager.cpp xbmc/Application.cpp xbmc/utils/SystemInfo.cpp; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done +# remove the remaining occurencies in the source tree +for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do + sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file +done # Set the final version string cp %{SOURCE3} VERSION
View file
kodi.spec
Changed
@@ -251,9 +251,14 @@ # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M:%%S') +FAKE_BUILDDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes) for file in xbmc/GUIInfoManager.cpp xbmc/Application.cpp xbmc/utils/SystemInfo.cpp; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done +# remove the remaining occurencies in the source tree +for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do + sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file +done # Set the final version string cp %{SOURCE3} VERSION
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.