rpms/mysql++/devel .cvsignore, 1.10, 1.11 mysql++.spec, 1.11, 1.12 sources, 1.10, 1.11 mysql++-3.0.3-mystring.patch, 1.1, NONE

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat Jul 5 13:46:06 UTC 2008


Author: remi

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

Modified Files:
	.cvsignore mysql++.spec sources 
Removed Files:
	mysql++-3.0.3-mystring.patch 
Log Message:
update to 3.0.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	13 May 2008 21:14:42 -0000	1.10
+++ .cvsignore	5 Jul 2008 13:45:13 -0000	1.11
@@ -1 +1 @@
-mysql++-3.0.3.tar.gz
+mysql++-3.0.4.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mysql++.spec	13 May 2008 21:14:42 -0000	1.11
+++ mysql++.spec	5 Jul 2008 13:45:13 -0000	1.12
@@ -1,6 +1,6 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.3
+Version:    3.0.4
 Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
@@ -8,9 +8,6 @@
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 Source1:    mysql++.devhelp
 
-# x86_64 build patch from SVN
-# http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mystring.h?rev=2286&r1=2248&r2=2286&makepatch=1&diff_format=u
-Patch0:     mysql++-3.0.3-mystring.patch
 
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mysql-devel
@@ -55,7 +52,14 @@
 %prep
 %setup -q
 
-%patch0 -p1
+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 
+
 
 %build
 %configure --with-mysql-lib=%{_libdir}/mysql \
@@ -117,6 +121,9 @@
 %{_datadir}/devhelp/books/%{name}
 
 %changelog
+* Sat Jul 05 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.4-1
+- update to 3.0.4
+
 * Tue May 13 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.3-1
 - update to 3.0.3
 - add mysql++-3.0.3-mystring.patch for x86_64 build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	13 May 2008 21:14:42 -0000	1.10
+++ sources	5 Jul 2008 13:45:13 -0000	1.11
@@ -1 +1 @@
-8d33c229afc25245310ec2e568e5aada  mysql++-3.0.3.tar.gz
+9b1ffa26ef432a7359709e3422104a8e  mysql++-3.0.4.tar.gz


--- mysql++-3.0.3-mystring.patch DELETED ---




More information about the fedora-extras-commits mailing list