rpms/mysql++/devel .cvsignore, 1.11, 1.12 mysql++.spec, 1.12, 1.13 sources, 1.11, 1.12

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat Aug 9 17:01:45 UTC 2008


Author: remi

Update of /cvs/extras/rpms/mysql++/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3128

Modified Files:
	.cvsignore mysql++.spec sources 
Log Message:
update to 3.0.5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	5 Jul 2008 13:45:13 -0000	1.11
+++ .cvsignore	9 Aug 2008 17:01:15 -0000	1.12
@@ -1 +1 @@
-mysql++-3.0.4.tar.gz
+mysql++-3.0.5.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mysql++.spec	5 Jul 2008 13:45:13 -0000	1.12
+++ mysql++.spec	9 Aug 2008 17:01:15 -0000	1.13
@@ -1,10 +1,11 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.4
+Version:    3.0.5
 Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
+
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 Source1:    mysql++.devhelp
 
@@ -52,13 +53,11 @@
 %prep
 %setup -q
 
-touch -r CREDITS.txt timestamp
-%{__sed} -i -e 's/\r//' CREDITS.txt
-touch -r timestamp CREDITS.txt 
-
-touch -r COPYING.txt timestamp
-%{__sed} -i -e 's/\r//' COPYING.txt
-touch -r timestamp COPYING.txt 
+for file in CREDITS COPYING LICENSE; do
+  touch -r $file.txt timestamp
+  %{__sed} -i -e 's/\r//' $file.txt
+  touch -r timestamp file.txt 
+done
 
 
 %build
@@ -121,6 +120,9 @@
 %{_datadir}/devhelp/books/%{name}
 
 %changelog
+* Sat Aug 09 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.5-1
+- update to 3.0.5
+
 * Sat Jul 05 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.4-1
 - update to 3.0.4
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	5 Jul 2008 13:45:13 -0000	1.11
+++ sources	9 Aug 2008 17:01:15 -0000	1.12
@@ -1 +1 @@
-9b1ffa26ef432a7359709e3422104a8e  mysql++-3.0.4.tar.gz
+39ad7d81d1c0e0b33ecb93f21f7875fa  mysql++-3.0.5.tar.gz




More information about the fedora-extras-commits mailing list