[libdbi] new version: 0.9.0

Jan Pacner jpacner at fedoraproject.org
Tue Jan 21 10:10:35 UTC 2014


commit 17988e9403234d3c7d66741e91d157fd66d5b7a1
Author: Jan Pacner <jpacner at redhat.com>
Date:   Tue Jan 21 11:10:38 2014 +0100

    new version: 0.9.0

 .gitignore           |    1 +
 libdbi-cflags.patch  |   17 -----------------
 libdbi-leak.patch    |   16 ----------------
 libdbi-version.patch |   20 --------------------
 libdbi.spec          |   16 +++++++---------
 sources              |    2 +-
 6 files changed, 9 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 900e35a..98fe138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libdbi-0.8.4.tar.gz
+/libdbi-0.9.0.tar.gz
diff --git a/libdbi.spec b/libdbi.spec
index 7e06642..cd1bd26 100644
--- a/libdbi.spec
+++ b/libdbi.spec
@@ -1,17 +1,15 @@
 Summary: Database Independent Abstraction Layer for C
 Name: libdbi
-Version: 0.8.4
-Release: 4%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
 Group: Development/Libraries
 License: LGPLv2+
 URL: http://libdbi.sourceforge.net/
 
 Source: http://prdownloads.sourceforge.net/libdbi/%{name}-%{version}.tar.gz
 
-Patch1: libdbi-cflags.patch
-Patch2: libdbi-leak.patch
-Patch3: libdbi-version.patch
-Patch4: libdbi-aarch64.patch
+# add support for aarch64 to the shipped old automake files
+Patch1: libdbi-aarch64.patch
 
 BuildRequires: openjade docbook-style-dsssl
 Conflicts: libdbi-dbd-mysql < 0.8
@@ -40,9 +38,6 @@ needed to develop applications with libdbi.
 %setup -q -n %{name}-%{version}
 
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %configure
@@ -81,6 +76,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}
 %{_libdir}/libdbi.so
 
 %changelog
+* Tue Jan 21 2014 Jan Pacner <jpacner at redhat.com> - 0.9.0-1
+- new version: 0.9.0
+
 * Mon Jul 29 2013 Honza Horak <hhorak at redhat.com> - 0.8.4-4
 - Spec file clean-up
 - Add aarch64 support
diff --git a/sources b/sources
index a976b6c..d933490 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5f15407ef7b07ba854cd8c9b15b88ff  libdbi-0.8.4.tar.gz
+05e2ceeac4bc85fbe40de8b4b22d9ab3  libdbi-0.9.0.tar.gz


More information about the scm-commits mailing list