Hello community,

here is the log from the commit of package libmcrypt for openSUSE:Factory 
checked in at 2015-03-03 11:11:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.libmcrypt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmcrypt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmcrypt/libmcrypt.changes      2013-01-14 
22:39:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmcrypt.new/libmcrypt.changes 2015-03-03 
11:11:37.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Feb 26 21:31:22 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Use source url
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmcrypt.spec ++++++
--- /var/tmp/diff_new_pack.zjKToB/_old  2015-03-03 11:11:37.000000000 +0100
+++ /var/tmp/diff_new_pack.zjKToB/_new  2015-03-03 11:11:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmcrypt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,23 +17,25 @@
 
 
 Name:           libmcrypt
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
 Version:        2.5.8
 Release:        0
 Summary:        Data Encryption Library
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/Libraries
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://mcrypt.sourceforge.net/
+Source:         
http://sourceforge.net/projects/mcrypt/files/Libmcrypt/%{version}/%{name}-%{version}.tar.bz2
 Source1:        %{name}-idea-0.9.tar.bz2
 Source2:        %{name}-mars-0.9.tar.bz2
 Source3:        %{name}-rc6-0.9.tar.bz2
 Source4:        %{name}-skipjack-0.9.tar.bz2
-Patch:          %{name}-%{version}.diff
+Patch0:         %{name}-%{version}.diff
 Patch1:         %{name}-%{version}-notdynamic.diff
 Patch2:         %{name}-%{version}-uninitialized.diff
 Patch3:         %{name}-%{version}-prototypes.diff
-Url:            http://mcrypt.sourceforge.net/
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,7 +55,7 @@
 
 %prep
 %setup -q -a 1 -a 2 -a 3 -a 4
-%patch
+%patch0
 %patch1
 %patch2
 %patch3
@@ -93,19 +95,18 @@
 %endif
 rm -f acinclude.m4
 autoreconf -fi
-%configure --enable-static
-%{__make} %{?_smp_mflags}
+%configure \
+       --enable-static
+
+make %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-#useless
-%{__rm} %{buildroot}%{_libdir}/libmcrypt.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+# do not ship these
+rm %{buildroot}%{_libdir}/libmcrypt.la
 
 %check
-%{__make} check || echo "tests failed"
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+make check %{?_smp_mflags} || :
 
 %files
 %defattr(-, root, root)

++++++ libmcrypt-2.5.8.tar.bz2 ++++++
++++ 94313 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to