commit mcrypt for openSUSE:Factory
Hello community, here is the log from the commit of package mcrypt for openSUSE:Factory checked in at 2015-08-01 11:34:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcrypt (Old) and /work/SRC/openSUSE:Factory/.mcrypt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mcrypt" Changes: -------- --- /work/SRC/openSUSE:Factory/mcrypt/mcrypt.changes 2012-05-21 07:28:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes 2015-08-01 11:34:39.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Jul 12 18:59:31 UTC 2015 - mpluskal@suse.com + +- Use url for source +- Explicitly depend on autotools +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- Old: ---- mcrypt-2.6.8.tar.bz2 New: ---- mcrypt-2.6.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcrypt.spec ++++++ --- /var/tmp/diff_new_pack.ya3qcK/_old 2015-08-01 11:34:40.000000000 +0200 +++ /var/tmp/diff_new_pack.ya3qcK/_new 2015-08-01 11:34:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mcrypt # -# Copyright (c) 2012 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,16 +17,13 @@ Name: mcrypt -BuildRequires: libmcrypt-devel -BuildRequires: libtool -BuildRequires: mhash-devel -BuildRequires: zlib-devel Version: 2.6.8 Release: 0 Summary: Replacement for the crypt Command License: GPL-3.0+ Group: Productivity/Security -Source: %{name}-%{version}.tar.bz2 +Url: http://mcrypt.sourceforge.net/ +Source: http://sourceforge.net/projects/mcrypt/files/MCrypt/%{version}/%{name}-%{version}.tar.gz Patch1: %{name}-%{version}-format_strings.patch Patch2: %{name}-%{version}-uninitialized.patch # PATCH-FEATURE-OPENSUSE mcrypt-native-by-default.patch bnc385951 petr.uzel@suse.cz -- make native encryption format default (patch from Fedora) @@ -36,8 +33,13 @@ Patch5: mcrypt-2.6.8-missing-fclose.patch # PATCH-FIX-UPSTREAM fix by Fedora ( mcrypt-2.6.8-5.fc17.src.rpm ) mcrypt-2.6.7-gaafix.patch to fix arm build Patch6: mcrypt-2.6.7-gaafix.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libmcrypt-devel +BuildRequires: libtool +BuildRequires: mhash-devel +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -Url: http://mcrypt.sourceforge.net/ %description A replacement for the old unix crypt(1) command. Mcrypt uses the @@ -58,22 +60,19 @@ %build gettextize -f -autoreconf --force --install +autoreconf -fiv %configure make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make DESTDIR=%{buildroot} install %{?_smp_mflags} %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README THANKS TODO %doc doc/FORMAT doc/magic doc/sample.mcryptrc %{_bindir}/* -%doc %{_mandir}/man1/* +%{_mandir}/man1/* %changelog
participants (1)
-
root@hilbert.suse.de