Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
kodi-noX.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Jan 16 14:58:41 UTC 2015 - obs@botter.cc + +- fix __date__ macro in PythonSwig.cpp.template + +------------------------------------------------------------------- Sat Jan 10 09:57:56 UTC 2015 - obs@botter.cc - delete RUNPATH from installed binary, fixes PM-130, referencing
View file
kodi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Jan 16 14:58:41 UTC 2015 - obs@botter.cc + +- fix __date__ macro in PythonSwig.cpp.template + +------------------------------------------------------------------- Sat Jan 10 09:57:56 UTC 2015 - obs@botter.cc - delete RUNPATH from installed binary, fixes PM-130, referencing
View file
kodi-noX.spec
Changed
@@ -232,6 +232,7 @@ # 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) # remove it in ffmpeg archive and repackage it tar xpfz %{SOURCE2} -C tools/depends/target/ffmpeg/ @@ -242,9 +243,12 @@ rm -r tools/depends/target/ffmpeg/FFmpeg-%{ffmpeg_archive_name} # remove the remaining occurencies in the source tree -for file in lib/timidity/timidity/speex_a.c xbmc/Application.cpp xbmc/GUIInfoManager.cpp; do +for file in lib/timidity/timidity/speex_a.c xbmc/Application.cpp xbmc/GUIInfoManager.cpp ; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done +for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do + sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file +done chmod +x bootstrap ./bootstrap
View file
kodi.spec
Changed
@@ -232,6 +232,7 @@ # 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) # remove it in ffmpeg archive and repackage it tar xpfz %{SOURCE2} -C tools/depends/target/ffmpeg/ @@ -242,9 +243,12 @@ rm -r tools/depends/target/ffmpeg/FFmpeg-%{ffmpeg_archive_name} # remove the remaining occurencies in the source tree -for file in lib/timidity/timidity/speex_a.c xbmc/Application.cpp xbmc/GUIInfoManager.cpp; do +for file in lib/timidity/timidity/speex_a.c xbmc/Application.cpp xbmc/GUIInfoManager.cpp ; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done +for file in xbmc/interfaces/python/PythonSwig.cpp.template ; do + sed -i -e "/PyModule_AddStringConstant.*__date__/ s/\${new Date()\.toString()}/$FAKE_BUILDDATETIME/" $file +done chmod +x bootstrap ./bootstrap
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
.