rpms/papercut/F-12 papercut-cflags.patch, NONE, 1.1 import.log, 1.1, 1.2 papercut.spec, 1.1, 1.2

Damien Durand splinux at fedoraproject.org
Mon Mar 8 16:34:19 UTC 2010


Author: splinux

Update of /cvs/pkgs/rpms/papercut/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16202/F-12

Modified Files:
	import.log papercut.spec 
Added Files:
	papercut-cflags.patch 
Log Message:


papercut-cflags.patch:
 Makefile.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE papercut-cflags.patch ---
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 34)
+++ Makefile.in	(working copy)
@@ -59,16 +59,16 @@
 	$(CC) $(CFLAGS) -o papercut $(OBJS) $(LIBS)
 
 errors.o: src/errors.c $(HEADERS)
-	$(CC) $(CFLAFS) -c src/errors.c
+	$(CC) $(CFLAGS) -c src/errors.c
 
 args.o: src/args.c $(HEADERS)
-	$(CC) $(CFLAFS) -c src/args.c
+	$(CC) $(CFLAGS) -c src/args.c
 
 stat.o: src/stat.c $(HEADERS)
-	$(CC) $(CFLAFS) -c src/stat.c
+	$(CC) $(CFLAGS) -c src/stat.c
 
 main.o: src/main.c $(HEADERS)
-	$(CC) $(CFLAFS) -c src/main.c
+	$(CC) $(CFLAGS) -c src/main.c
 
 clean:
 	/bin/rm -f core $(OBJS) papercut


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/papercut/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	16 Feb 2010 11:03:14 -0000	1.1
+++ import.log	8 Mar 2010 16:34:18 -0000	1.2
@@ -1 +1,2 @@
 papercut-0_1_1-2_fc12:F-12:papercut-0.1.1-2.fc12.src.rpm:1266318129
+papercut-0_1_1-3_fc12:F-12:papercut-0.1.1-3.fc12.src.rpm:1268066036


Index: papercut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/papercut/F-12/papercut.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- papercut.spec	16 Feb 2010 11:03:14 -0000	1.1
+++ papercut.spec	8 Mar 2010 16:34:19 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           papercut
 Version:        0.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A command line Rock, Paper, Scissors game
 
 Group:          Amusements/Games
 License:        GPLv3+
 URL:            http://code.google.com/p/koolkit/wiki/papercut
 Source0:        http://koolkit.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0:         %{name}-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -18,7 +19,7 @@ papercut also stores user statics. i.e. 
 
 %prep
 %setup -q
-
+%patch0 -p0 -b .cflags
 
 %build
 %configure
@@ -41,8 +42,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 08 2010 Damien Durand <splinux at fedoraproject.org> 0.1.1-3
+- Apply patch from Ville Skytta, fix cflags (#571000)
+
 * Thu Feb 16 2010 Damien Durand <splinux at fedoraproject.org> 0.1.1-2
-- Remove unneeded space character in %description
+- Remove unneeded space character in description
 
 * Sat Feb 13 2010 Damien Durand <splinux at fedoraproject.org> 0.1.1-1
 - Initial release



More information about the scm-commits mailing list