rpms/mysql++/F-10 mysql++.spec,1.16,1.17 sources,1.15,1.16

Remi Collet remi at fedoraproject.org
Thu Feb 5 20:01:07 UTC 2009


Author: remi

Update of /cvs/extras/rpms/mysql++/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27823

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


Index: mysql++.spec
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-10/mysql++.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mysql++.spec	30 Nov 2008 08:48:59 -0000	1.16
+++ mysql++.spec	5 Feb 2009 20:00:36 -0000	1.17
@@ -1,6 +1,6 @@
 Summary:    C++ wrapper for the MySQL C API
 Name:       mysql++
-Version:    3.0.8
+Version:    3.0.9
 Release:    1%{?dist}
 License:    LGPLv2
 Group:      Development/Libraries
@@ -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,33 @@
 
 %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)
+
 * Sun Nov 30 2008 Remi Collet <Fedora at FamilleCollet.com> 3.0.8-1
 - update to 3.0.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysql++/F-10/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	30 Nov 2008 08:48:59 -0000	1.15
+++ sources	5 Feb 2009 20:00:36 -0000	1.16
@@ -1 +1 @@
-b977bbf671df08661c15cde051db1513  mysql++-3.0.8.tar.gz
+4acc1603846fe67d36b6243bfb805652  mysql++-3.0.9.tar.gz




More information about the scm-commits mailing list