[libetpan] 1.5-1

Andreas Bierfert awjb at fedoraproject.org
Sat May 17 12:23:47 UTC 2014


commit c861fdb67315e90ec2d2a1c87450d6710934adbc
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Sat May 17 14:23:41 2014 +0200

    1.5-1
    
    - version upgrade
    - drop obsoleted patches

 .gitignore    |    2 +-
 libetpan.spec |   21 ++++++++++++---------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33df970..20fe595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libetpan-1.1.tar.gz
+/libetpan-1.5.tar.gz
diff --git a/libetpan.spec b/libetpan.spec
index 314d40e..6c4ad0e 100644
--- a/libetpan.spec
+++ b/libetpan.spec
@@ -1,17 +1,14 @@
 Name:           libetpan
-Version:        1.1
-Release:        7%{?dist}
+Version:        1.5
+Release:        1%{?dist}
 Summary:        Portable, efficient middle-ware for different kinds of mail access
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.etpan.org/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# https://github.com/dinhviethoa/%{name}/archive/
+Source0:        %{name}-%{version}.tar.gz
 Patch0:         libetpan-multiarch.patch
-# fix berkley db detection for newer berkley db...
-Patch1:         libetpan-configure-newdb.patch
-# http://ausil.fedorapeople.org/aarch64/libetpan/libetpan-aarch64.patch
-Patch2:         libetpan-aarch64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  liblockfile-devel
@@ -46,9 +43,10 @@ with %{name}.
 
 %prep
 %setup -q
+
+./autogen.sh
+
 %patch0 -b .multi
-%patch1 -p1 -b .newdb
-%patch2 -p1 -b .aarch64-updates
 
 # 2013-08-05 F20 development, bz 992070: The configure scripts adds some
 # extra libs to the GnuTLS link options, which cause rebuilds to fail, since
@@ -91,6 +89,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Sat May 17 2014 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.5-1
+- version upgrade
+- drop obsoleted patches
+
 * Mon Aug  5 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 1.1-7
 - apply AArch64 autotools config.* patch (#925714)
 - fix FTBFS (#992070)
diff --git a/sources b/sources
index 34dfe6d..1c41fe3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fee60d08506e941642b8fa087e60b07  libetpan-1.1.tar.gz
+f5a0ae8071937b31d0facc1f2d874ead  libetpan-1.5.tar.gz


More information about the scm-commits mailing list