rpms/sunifdef/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 sunifdef.spec, 1.9, 1.10

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Nov 25 23:10:03 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/sunifdef/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5080

Modified Files:
	.cvsignore sources sunifdef.spec 
Log Message:
* Sun Nov 25 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1.2-1
- Update to version 3.1.2
- Fix typo in changelog
- Fix line endings in AUTHORS LICENSE.BSD README ChangeLog



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sunifdef/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 May 2007 22:31:55 -0000	1.6
+++ .cvsignore	25 Nov 2007 23:09:28 -0000	1.7
@@ -1 +1 @@
-sunifdef-3.1.tar.gz
+sunifdef-3.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sunifdef/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 May 2007 22:31:55 -0000	1.6
+++ sources	25 Nov 2007 23:09:28 -0000	1.7
@@ -1 +1 @@
-6865a50397e8285a607fc15a017d37d0  sunifdef-3.1.tar.gz
+af2e3db46ad2fa16918c090cd38ab07d  sunifdef-3.1.2.tar.gz


Index: sunifdef.spec
===================================================================
RCS file: /cvs/extras/rpms/sunifdef/devel/sunifdef.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sunifdef.spec	31 Aug 2007 22:39:01 -0000	1.9
+++ sunifdef.spec	25 Nov 2007 23:09:28 -0000	1.10
@@ -1,6 +1,6 @@
 Name: sunifdef           
-Version: 3.1
-Release: 4%{?dist}
+Version: 3.1.2
+Release: 1%{?dist}
 Summary: A commandline tool for simplifying the preprocessor conditionals in source code       
 Group: Development/Languages
 License: BSD       
@@ -29,6 +29,10 @@
 
 find \( -name '*.c' -o -name '*.h' \) -exec chmod -x {} \;
 
+for i in AUTHORS LICENSE.BSD README ChangeLog ; do
+    sed -i -e 's/\r$//' $i
+done
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -50,7 +54,12 @@
 %{_mandir}/man1/sunifdef.1.gz
 
 %changelog
-* Fri Aug 31 2007 RPM building <jonathan.underwood at gmail.com> - 3.1-4
+* Sun Nov 25 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1.2-1
+- Update to version 3.1.2
+- Fix typo in changelog
+- Fix line endings in AUTHORS LICENSE.BSD README ChangeLog
+
+* Fri Aug 31 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1-4
 - Fix source URL
 - Fix email addresses in changelog entries
 
@@ -84,7 +93,7 @@
 * Fri Jun  2 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0-2
 - Clean up permissions on source files
 - Remove prebuilt binary directory and automa4te.cache that are included in
-tarball 
+  tarball 
 - Add make check to build
 - Wrap description at 70 columns rather than 80
 




More information about the fedora-extras-commits mailing list