rpms/frogatto/devel frogatto-1.3-no-boost-mt.patch, NONE, 1.1 frogatto.spec, 1.12, 1.13

Hans de Goede jwrdegoede at rpmfusion.org
Mon Aug 26 21:50:30 CEST 2013


Author: jwrdegoede

Update of /cvs/nonfree/rpms/frogatto/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14502

Modified Files:
	frogatto.spec 
Added Files:
	frogatto-1.3-no-boost-mt.patch 
Log Message:
* Mon Aug 26 2013 Hans de Goede <j.w.r.degoede at gmail.com> - 1.3.1-3
- Rebuild for new boost


frogatto-1.3-no-boost-mt.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE frogatto-1.3-no-boost-mt.patch ---
diff -up frogatto-1.3.1/Makefile~ frogatto-1.3.1/Makefile
--- frogatto-1.3.1/Makefile~	2013-08-26 20:05:43.000000000 +0200
+++ frogatto-1.3.1/Makefile	2013-08-26 20:11:04.507451694 +0200
@@ -60,7 +60,7 @@ game: $(objects)
 	$(CCACHE) $(CXX) \
 		$(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(INC) \
 		$(objects) -o game \
-		$(LIBS) -lboost_regex-mt -lboost_system-mt -lpthread -fthreadsafe-statics
+		$(LIBS) -lboost_regex -lboost_system -lpthread -fthreadsafe-statics
 
 # pull in dependency info for *existing* .o files
 -include $(objects:.o=.d)


Index: frogatto.spec
===================================================================
RCS file: /cvs/nonfree/rpms/frogatto/devel/frogatto.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- frogatto.spec	8 Apr 2013 14:59:03 -0000	1.12
+++ frogatto.spec	26 Aug 2013 19:50:30 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           frogatto
 Version:        1.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An old-school 2D platform game
 
 Group:          Amusements/Games
@@ -14,6 +14,8 @@
 Source4:        %{name}.pod
 # Patch Makefile not to link lSDLmain
 Patch0:         %{name}-1.2-Makefile.patch
+# boost no longer has separate non mt and -mt variants of its libs
+Patch1:         %{name}-1.3-no-boost-mt.patch
 
 BuildRequires:  SDL-devel >= 1.2.7
 BuildRequires:  SDL_image-devel
@@ -42,6 +44,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # Fix locale file path
 sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
@@ -117,6 +120,9 @@
 
 
 %changelog
+* Mon Aug 26 2013 Hans de Goede <j.w.r.degoede at gmail.com> - 1.3.1-3
+- Rebuild for new boost
+
 * Mon Apr  8 2013 Hans de Goede <j.w.r.degoede at gmail.com> - 1.3.1-2
 - Explicitly BuildRequires perl-podlators for manpage generation
 


More information about the rpmfusion-commits mailing list