Mailinglist Archive: opensuse-commit (1069 mails)
| < Previous | Next > |
commit libgpg-error for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 05 Dec 2010 23:09:15 +0100
- Message-id: <20101205220916.142EA202B5@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libgpg-error for openSUSE:Factory
checked in at Sun Dec 5 23:09:15 CET 2010.
--------
--- libgpg-error/libgpg-error.changes 2010-10-31 19:03:40.000000000 +0100
+++ /mounts/work_src_done/STABLE/libgpg-error/libgpg-error.changes
2010-12-03 12:58:18.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Dec 3 11:53:24 UTC 2010 - puzel@xxxxxxxxxx
+
+- update to version 1.9
+ * New function gpg_err_deinit.
+ * Interface changes relative to the 1.8 release:
+ GPG_ERR_MISSING_KEY NEW
+ GPG_ERR_TOO_MANY NEW
+ GPG_ERR_LIMIT_REACHED NEW
+ gpg_err_deinit NEW
+- clean up specfile
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libgpg-error-1.8.tar.bz2
New:
----
libgpg-error-1.9.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgpg-error.spec ++++++
--- /var/tmp/diff_new_pack.9BTkCe/_old 2010-12-05 23:08:33.000000000 +0100
+++ /var/tmp/diff_new_pack.9BTkCe/_new 2010-12-05 23:08:33.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package libgpg-error (Version 1.8)
+# spec file for package libgpg-error (Version 1.9)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,17 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: libgpg-error
-Url: http://www.gnupg.org/
-Version: 1.8
-Release: 2
-Summary: Library That Defines Common Error Values for All GnuPG
Components
+Version: 1.9
+Release: 1
License: GPLv2+ ; LGPLv2.1+
+Summary: Library That Defines Common Error Values for All GnuPG
Components
+Url: http://www.gnupg.org/
Group: Development/Libraries/C and C++
-AutoReqProv: on
Source: %name-%version.tar.bz2
Source2: baselibs.conf
# rename package to "libgpg-error-nld" and set this to 1 for NLD
@@ -38,15 +36,9 @@
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
pinentry, SmartCard Daemon, and possibly more in the future.
-
-
-Authors:
---------
- Marcus Brinkmann <marcus@xxxxxxxxxxx>
-
%package -n libgpg-error0
-Summary: Library That Defines Common Error Values for All GnuPG
Components
License: GPLv2+ ; LGPLv2.1+
+Summary: Library That Defines Common Error Values for All GnuPG
Components
Group: Development/Libraries/C and C++
# bug437293
%ifarch ppc64
@@ -61,12 +53,6 @@
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
pinentry, SmartCard Daemon, and possibly more in the future.
-
-
-Authors:
---------
- Marcus Brinkmann <marcus@xxxxxxxxxxx>
-
%package devel
License: GPLv2+ ; LGPLv2.1+ ; MIT License (or similar)
Summary: Development package for libgpg-error
@@ -79,17 +65,12 @@
%if %nld_build
Conflicts: libgpg-error-devel
%endif
-Requires: libgpg-error0 = %version glibc-devel
+Requires: glibc-devel
+Requires: libgpg-error0 = %version
%description devel
Files needed for software development using libgpg-error.
-
-
-Authors:
---------
- Marcus Brinkmann <marcus@xxxxxxxxxxx>
-
%prep
%setup -q -n libgpg-error-%version
%if %nld_build
@@ -99,21 +80,21 @@
%build
autoreconf -fiv
%configure --disable-static --with-pic --libdir=/%{_lib}
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
%install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT/%{_lib}/libgpg-error.la
-mkdir -p $RPM_BUILD_ROOT%{_libdir}
-%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so)
%{buildroot}%{_libdir}/%{name}.so
-%{__rm} -v %{buildroot}/%{_lib}/%{name}.so
+%make_install
+rm %{buildroot}/%{_lib}/libgpg-error.la
+mkdir -p %{buildroot}%{_libdir}
+ln -s -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so)
%{buildroot}%{_libdir}/%{name}.so
+rm -v %{buildroot}/%{_lib}/%{name}.so
# Drop the lisp stuff, it depends on ASDF and CFFI
# which needs to be packaged first
-rm -r %{buildroot}/usr/share/common-lisp
+rm -r %{buildroot}%{_datadir}/common-lisp
%find_lang %{name}
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%post -n libgpg-error0 -p /sbin/ldconfig
@@ -121,14 +102,14 @@
%files -n libgpg-error0 -f %{name}.lang
%defattr(-,root,root)
-/%_lib/libgpg-error*.so.*
+/%{_lib}/libgpg-error*.so.*
%files devel
%defattr(-,root,root)
%doc README NEWS ChangeLog COPYING.LIB COPYING AUTHORS ABOUT-NLS
-%_datadir/aclocal/gpg-error.m4
-%_includedir/*
-%_bindir/*
-%_libdir/libgpg-error*.so
+%{_datadir}/aclocal/gpg-error.m4
+%{_includedir}/*
+%{_bindir}/*
+%{_libdir}/libgpg-error*.so
%changelog
++++++ libgpg-error-1.8.tar.bz2 -> libgpg-error-1.9.tar.bz2 ++++++
++++ 4718 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |