Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2014-05-16 17:56:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnettle (Old)
 and      /work/SRC/openSUSE:Factory/.libnettle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnettle"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes      2013-12-19 
21:38:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2014-05-16 
17:56:25.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 13 13:35:51 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Paralelize test run
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libnettle.spec ++++++
--- /var/tmp/diff_new_pack.o8ATzt/_old  2014-05-16 17:56:26.000000000 +0200
+++ /var/tmp/diff_new_pack.o8ATzt/_new  2014-05-16 17:56:26.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=3 ts=3 noet:
 #
 # spec file for package libnettle
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +16,22 @@
 #
 
 
+%define soname 4
+%define hogweed_soname 2
 Name:           libnettle
 Version:        2.7.1
 Release:        0
-%define soname 4
-%define hogweed_soname 2
 Summary:        Cryptographic Library
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          System/Libraries
 Source0:        
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
 Source1:        
http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
-Source2:        %name.keyring
+Source2:        %{name}.keyring
 Source3:        baselibs.conf
 BuildRequires:  gmp-devel
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
-PreReq:         %install_info_prereq
+Requires(post): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +40,6 @@
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
 
 %package -n libnettle%{soname}
-
 Summary:        Cryptographic Library
 License:        LGPL-2.1+
 Group:          System/Libraries
@@ -52,7 +50,6 @@
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
 
 %package -n libhogweed%{hogweed_soname}
-
 Summary:        Cryptographic Library for Public Key Algorithms
 License:        LGPL-2.1+
 Group:          System/Libraries
@@ -79,7 +76,6 @@
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
 
 %package -n nettle
-
 Summary:        Cryptographic Tools
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Security
@@ -93,23 +89,21 @@
 operations using the nettle library.
 
 %prep
-%setup -q -n "nettle-%{version}"
+%setup -q -n nettle-%{version}
 
 %build
 %configure
-
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+# Not during configure as tests use it
 rm -f %{buildroot}%{_libdir}/*.a
 
 %post   -n libnettle%{soname} -p /sbin/ldconfig
-
 %postun -n libnettle%{soname} -p /sbin/ldconfig
 
 %post   -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
-
 %postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
 
 %post -n libnettle-devel
@@ -119,7 +113,7 @@
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}"/nettle.info%{ext_info}
 
 %check
-make check
+make check %{?_smp_mflags}
 
 %files -n libnettle%{soname}
 %defattr(-,root,root)
@@ -149,9 +143,4 @@
 %{_bindir}/sexp-conv
 %{_bindir}/nettle-hash
 
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
-
 %changelog



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to