Projects
Multimedia
synfig
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
synfig.spec
Changed
@@ -22,6 +22,7 @@ URL: http://synfig.org Source0: %{name}-%{version}.tar.bz2 Patch0: synfig-fix-rpmlint.patch +Patch1: synfig-no-buildtime.patch BuildRequires: libtool BuildRequires: automake BuildRequires: autoconf @@ -143,6 +144,7 @@ %prep %setup -n synfig-%{version} #%patch0 -p1 +%patch1 -p1 %build if [ ! -f configure ]; then
View file
synfig-no-buildtime.patch
Added
@@ -0,0 +1,30 @@ +--- + src/synfig/main.cpp | 2 +- + src/tool/optionsprocessor.cpp | 1 - + 2 files changed, 1 insertion(+), 2 deletions(-) + +Index: synfig-0.64.1/src/synfig/main.cpp +=================================================================== +--- synfig-0.64.1.orig/src/synfig/main.cpp ++++ synfig-0.64.1/src/synfig/main.cpp +@@ -105,7 +105,7 @@ synfig::get_version() + const char * + synfig::get_build_date() + { +- return __DATE__; ++ return "Jan 01 1970"; + } + + bool +Index: synfig-0.64.1/src/tool/optionsprocessor.cpp +=================================================================== +--- synfig-0.64.1.orig/src/tool/optionsprocessor.cpp ++++ synfig-0.64.1/src/tool/optionsprocessor.cpp +@@ -163,7 +163,6 @@ void OptionsProcessor::process_info_opti + #ifdef DEVEL_VERSION + cout << endl << DEVEL_VERSION << endl << endl; + #endif +- cout << "Compiled on " __DATE__ /* " at "__TIME__ */; + #ifdef __GNUC__ + cout << " with GCC " << __VERSION__; + #endif
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
.