[libgpg-error/f14/master] sync w/master

Rex Dieter rdieter at fedoraproject.org
Tue Aug 10 19:05:32 UTC 2010


commit 0e7f6be5d1591440a97fc58b33da54eb4c16d8e0
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Aug 10 14:09:47 2010 -0500

    sync w/master

 .gitignore        |    9 ++-------
 libgpg-error.spec |   17 ++++++++---------
 sources           |    4 ++--
 3 files changed, 12 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec15fff..29416a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,2 @@
-libgpg-error-1.4.tar.bz2
-libgpg-error-1.5.tar.bz2
-libgpg-error-1.5.tar.bz2.sig
-libgpg-error-1.6.tar.bz2
-libgpg-error-1.6.tar.bz2.sig
-libgpg-error-1.7.tar.bz2
-libgpg-error-1.7.tar.bz2.sig
+libgpg-error-1.9.tar.bz2
+libgpg-error-1.9.tar.bz2.sig
diff --git a/libgpg-error.spec b/libgpg-error.spec
index 15d2617..18005d5 100644
--- a/libgpg-error.spec
+++ b/libgpg-error.spec
@@ -1,7 +1,7 @@
 Summary: Library for error values used by GnuPG components
 Name: libgpg-error
-Version: 1.7
-Release: 3%{?dist}
+Version: 1.9
+Release: 1%{?dist}
 URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
@@ -20,7 +20,7 @@ pinentry, SmartCard Daemon and possibly more in the future.
 %package devel
 Summary: Development files for the %{name} package
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 This is a library that defines common error values for all GnuPG
@@ -40,11 +40,7 @@ iconv -f UTF-8 -t UTF-8 ChangeLog > /dev/null || \
   touch -r ChangeLog.iso-8859-15 ChangeLog )
 # We need a version of libtool that won't decide to add an rpath of /usr/lib64
 # even when we ask it not to.
-libtoolize -f -c
-aclocal
-automake
-autoheader
-autoconf
+autoreconf -f -i
 
 %build
 %configure --disable-static --disable-rpath --disable-languages
@@ -98,7 +94,7 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB AUTHORS README NEWS ChangeLog
 %{_bindir}/gpg-error
-/%{_lib}/libgpg-error.so.*
+/%{_lib}/libgpg-error.so.0*
 
 %files devel
 %defattr(-,root,root)
@@ -108,6 +104,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/aclocal/gpg-error.m4
 
 %changelog
+* Fri Jul 23 2010 Rex Dieter <rdieter at fedoraproject.org> 1.9-1
+- libgpg-error-1.9
+
 * Thu Feb 25 2010 Nalin Dahyabhai <nalin at redhat.com> - 1.7-3
 - turn off common lisp bindings the right way
 - drop finger output
diff --git a/sources b/sources
index be9d0fb..4445bd3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-62c0d09d1e76c5b6da8fff92314c4665  libgpg-error-1.7.tar.bz2
-7f4274383ce6c493eaa49694dc8c425b  libgpg-error-1.7.tar.bz2.sig
+521b98aa9395e7eaf0ef2236233a0796  libgpg-error-1.9.tar.bz2
+d4a2b38aa56daba773258921a5ca2dd1  libgpg-error-1.9.tar.bz2.sig


More information about the scm-commits mailing list