rpms/sunifdef/F-7 sources,1.6,1.7 sunifdef.spec,1.7,1.8

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


Author: jgu

Update of /cvs/extras/rpms/sunifdef/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5336

Modified Files:
	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: sources
===================================================================
RCS file: /cvs/extras/rpms/sunifdef/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 May 2007 22:34:13 -0000	1.6
+++ sources	25 Nov 2007 23:12:41 -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/F-7/sunifdef.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sunifdef.spec	31 Aug 2007 22:44:06 -0000	1.7
+++ sunifdef.spec	25 Nov 2007 23:12:41 -0000	1.8
@@ -1,6 +1,6 @@
 Name: sunifdef           
-Version: 3.1
-Release: 2%{?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,12 +54,22 @@
 %{_mandir}/man1/sunifdef.1.gz
 
 %changelog
-* Fri Aug 31 2007 RPM building <jonathan.underwood at gmail.com> - 3.1-2
+* 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
+
+* Tue Aug 28 2007 Stepan Kasal <skasal at redhat.com> - 3.1-3
 - Fix typos, do not try to use '\#' to avoid interpretation of #
   as a comment; it seems the only way is to take care that it does
-  not appear at the beginning of a line. (Thanks to Stepan Kasal)
+  not appear at the beginning of a line.
+
+* Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1-2
+- Bump release and rebuild
 
 * Mon May 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 3.1-1
 - Update to version 3.1 (bug fix release)
@@ -79,8 +93,8 @@
 * 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 
-- Add make ceck to build
+  tarball 
+- Add make check to build
 - Wrap description at 70 columns rather than 80
 
 * Mon May 29 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0-1




More information about the fedora-extras-commits mailing list