[ebook-tools/f19: 3/3] - New upstream release (fixes rhbz:1014443) - Drop rmhardcoded (-DLIB_SUFFIX now supported directly)

john5342 john5342 at fedoraproject.org
Fri Oct 18 22:48:36 UTC 2013


commit 8eb2f825aad849f1e1ebd706c7ee2fdc254e2f5f
Author: John5342 <john5342+commit at gmail.com>
Date:   Fri Oct 18 23:44:36 2013 +0100

    - New upstream release (fixes rhbz:1014443)
    - Drop rmhardcoded (-DLIB_SUFFIX now supported directly)

 .gitignore                          |    1 +
 ebook-tools-0.2.1-rmhardcoded.patch |   10 ----------
 ebook-tools.spec                    |   11 ++++++-----
 sources                             |    2 +-
 4 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74ea318..95e10d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ebook-tools-0.2.0.tar.gz
 /ebook-tools-0.2.1.tar.gz
+/ebook-tools-0.2.2.tar.gz
diff --git a/ebook-tools.spec b/ebook-tools.spec
index 27f0339..10d3217 100644
--- a/ebook-tools.spec
+++ b/ebook-tools.spec
@@ -1,6 +1,6 @@
 Name:		ebook-tools
-Version:	0.2.1
-Release:	5%{?dist}
+Version:	0.2.2
+Release:	1%{?dist}
 Summary:	Tools for accessing and converting various ebook file formats
 
 Group:		Applications/Publishing
@@ -12,8 +12,6 @@ Source0:	http://downloads.sourceforge.net/ebook-tools/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## upstreamable patches
-# support lib${LIB_SUFFIX}
-Patch50:        ebook-tools-0.2.1-rmhardcoded.patch
 # support libzip pkgconfig
 Patch51:        ebook-tools-0.2.1-libzip_pkgconfig.patch
 
@@ -46,7 +44,6 @@ The %{name}-libs package contains libraries to be used by
 
 %prep
 %setup -q
-%patch50 -p1 -b .rmhardcoded
 %patch51 -p1 -b .libzip_pkgconfig
 
 
@@ -87,6 +84,10 @@ rm -rf %{buildroot}
 %{_libdir}/libepub.so.0*
 
 %changelog
+* Fri Oct 18 2013 John5342 <john5342 at, fedoraproject.org> 0.2.2-1
+- New upstream release (fixes rhbz:1014443)
+- Drop rmhardcoded (-DLIB_SUFFIX now supported directly)
+
 * Wed Aug 21 2013 Remi Collet <rcollet at redhat.com> - 0.2.1-5
 - rebuild for new libzip
 
diff --git a/sources b/sources
index 5c91a13..a09aa15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cabbd2ef9148a61ca5f6e60ca63e6045  ebook-tools-0.2.1.tar.gz
+67bce67ceb72dcc3578d6a81ef92b29b  ebook-tools-0.2.2.tar.gz


More information about the scm-commits mailing list