rpms/mysql++/devel .cvsignore, 1.15, 1.16 mysql++.spec, 1.17, 1.18 sources, 1.15, 1.16

Remi Collet remi at fedoraproject.org
Thu Feb 5 19:52:37 UTC 2009


Author: remi

Update of /cvs/extras/rpms/mysql++/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26630

Modified Files:
	.cvsignore mysql++.spec sources 
Log Message:
update to 3.0.9 (fix gcc 4.4 build)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	30 Nov 2008 08:39:19 -0000	1.15
+++ .cvsignore	5 Feb 2009 19:52:07 -0000	1.16
@@ -1 +1 @@
-mysql++-3.0.8.tar.gz
+mysql++-3.0.9.tar.gz


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/mysql++.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mysql++.spec	23 Jan 2009 16:47:57 -0000	1.17
+++ mysql++.spec	5 Feb 2009 19:52:07 -0000	1.18
@@ -1,7 +1,7 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.8
-Release:    2%{?dist}
+Version:    3.0.9
+Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
 URL:        http://tangentsoft.net/mysql++/
@@ -9,10 +9,10 @@
 Source0:    http://tangentsoft.net/mysql++/releases/mysql++-%{version}.tar.gz
 Source1:    mysql++.devhelp
 
-
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: mysql-devel
 
+
 %description
 MySQL++ is a C++ wrapper for MySQL’s C API. 
 
@@ -24,6 +24,7 @@
 If you are building your own MySQL++-based programs, you also need 
 to install the -devel package.
 
+
 %package devel
 Summary:   MySQL++ developer files (headers, examples, etc.)
 Group:     Development/Libraries
@@ -38,6 +39,7 @@
 If you aren't building your own programs, you probably don't need 
 to install this package.
 
+
 %package manuals
 Summary:   MySQL++ user and reference manuals
 Group:     Development/Libraries
@@ -50,6 +52,7 @@
 User Manual and Reference Manual are provided both in PDF and in
 HTML format. You can use devhelp to browse it.
 
+
 %prep
 %setup -q
 
@@ -67,6 +70,7 @@
 
 %{__make} %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot} doc/examples
 
@@ -96,6 +100,7 @@
 %{__cp} -r doc/html/userman %{buildroot}%{_datadir}/devhelp/books/%{name}/userman
 %{__cp} -r doc/html/refman %{buildroot}%{_datadir}/devhelp/books/%{name}/refman
 
+
 %clean
 rm -rf %{buildroot} doc/examples
 
@@ -103,23 +108,30 @@
 
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING.txt CREDITS.txt LICENSE.txt README.txt
 %{_libdir}/libmysqlpp.so.*
 
+
 %files devel
 %defattr(-,root,root,-)
 %doc doc/examples doc/README-devel-RPM.txt README-examples.txt Wishlist
 %{_includedir}/mysql++
 %{_libdir}/libmysqlpp.so
 
+
 %files manuals
 %defattr(-,root,root,-)
 %doc doc/pdf/* doc/README-manuals-RPM.txt
 %{_datadir}/devhelp/books/%{name}
 
+
 %changelog
+* Thu Feb 05 2009 Remi Collet <Fedora at FamilleCollet.com> 3.0.9-1
+- update to 3.0.9
+
 * Fri Jan 23 2009 Remi Collet <Fedora at FamilleCollet.com> 3.0.8-2
 - rebuild against MySQL Client 5.1 (libmysqlclient.so.16)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	30 Nov 2008 08:39:20 -0000	1.15
+++ sources	5 Feb 2009 19:52:07 -0000	1.16
@@ -1 +1 @@
-b977bbf671df08661c15cde051db1513  mysql++-3.0.8.tar.gz
+4acc1603846fe67d36b6243bfb805652  mysql++-3.0.9.tar.gz




More information about the fedora-extras-commits mailing list