[libdbi-drivers] new release: 0.9.0

Jan Pacner jpacner at fedoraproject.org
Thu Jan 23 08:40:33 UTC 2014


commit c1099aef7040403d0bb5367bc20a44d6e231b44a
Author: Jan Pacner <jpacner at redhat.com>
Date:   Thu Jan 23 09:40:48 2014 +0100

    new release: 0.9.0

 .gitignore                         |    1 +
 libdbi-drivers-cflags.patch        |   17 -----------------
 libdbi-drivers-error-handler.patch |   15 ---------------
 libdbi-drivers.spec                |   19 ++++++++++---------
 sources                            |    2 +-
 5 files changed, 12 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8e7e29..4e49676 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libdbi-drivers-0.8.3.tar.gz
+/libdbi-drivers-0.9.0.tar.gz
diff --git a/libdbi-drivers.spec b/libdbi-drivers.spec
index 8011a23..cd749fc 100644
--- a/libdbi-drivers.spec
+++ b/libdbi-drivers.spec
@@ -1,18 +1,18 @@
 Summary: Database-specific drivers for libdbi
 Name: libdbi-drivers
-Version: 0.8.3
-Release: 13%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
 Group: Development/Libraries
 License: LGPLv2+
 URL: http://libdbi-drivers.sourceforge.net/
 
 Source: http://prdownloads.sourceforge.net/libdbi-drivers/%{name}-%{version}.tar.gz
-Patch1: libdbi-drivers-cflags.patch
-Patch2: libdbi-drivers-error-handler.patch
-Patch3: libdbi-drivers-aarch64.patch
+#Patch1: libdbi-drivers-cflags.patch
+#Patch2: libdbi-drivers-error-handler.patch
+Patch1: libdbi-drivers-aarch64.patch
 
-Requires: libdbi%{?_isa} >= 0.8
-BuildRequires: libdbi-devel >= 0.8
+Requires: libdbi%{?_isa} >= 0.9
+BuildRequires: libdbi-devel >= 0.9
 BuildRequires: autoconf openjade docbook-style-dsssl
 
 %description
@@ -61,8 +61,6 @@ does not require recompilation or rewriting source code.
 %setup -q -n %{name}-%{version}
 
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 autoconf
 
@@ -113,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 %{_libdir}/dbd/libdbdsqlite3.*
 
 %changelog
+* Thu Jan 23 2014 Jan Pacner <jpacner at redhat.com> - 0.9.0-1
+- new release
+
 * Mon Jul 29 2013 Honza Horak <hhorak at redhat.com> 0.8.3-13
 - Spec file clean-up
 - Add support for aarch64
diff --git a/sources b/sources
index 6b4e894..8021108 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7dce44bbda0c85eee94977b19c50831e  libdbi-drivers-0.8.3.tar.gz
+9f47b960e225eede2cdeaabf7d22f59f  libdbi-drivers-0.9.0.tar.gz


More information about the scm-commits mailing list