commit mcrypt for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory checked 
in at 2016-04-28 16:54:28

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.changes2015-08-01 
11:34:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes   2016-04-28 
16:57:18.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 13 13:40:02 UTC 2016 - bwiedem...@suse.com
+
+- Dont add gettextize changelog to fix build-compare
+
+---



Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.d8lXYd/_old  2016-04-28 16:57:20.0 +0200
+++ /var/tmp/diff_new_pack.d8lXYd/_new  2016-04-28 16:57:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mcrypt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -60,6 +60,7 @@
 
 %build
 gettextize -f
+mv ChangeLog~ ChangeLog # revert changelog to fix build-compare
 autoreconf -fiv
 %configure
 make %{?_smp_mflags}




commit mcrypt for openSUSE:Factory

2015-08-01 Thread h_root
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.changes2012-05-21 
07:28:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes   2015-08-01 
11:34:39.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 12 18:59:31 UTC 2015 - mplus...@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.0 +0200
+++ /var/tmp/diff_new_pack.ya3qcK/_new  2015-08-01 11:34:40.0 +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.u...@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




commit mcrypt for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory checked 
in at 2012-05-21 07:28:22

Comparing /work/SRC/openSUSE:Factory/mcrypt (Old)
 and  /work/SRC/openSUSE:Factory/.mcrypt.new (New)


Package is "mcrypt", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mcrypt/mcrypt.changes2011-11-25 
10:12:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes   2012-05-21 
07:28:39.0 +0200
@@ -1,0 +2,6 @@
+Mon May 14 20:16:47 UTC 2012 - joop.boo...@opensuse.org
+
+- add fix by Fedora ( mcrypt-2.6.8-5.fc17.src.rpm ) mcrypt-2.6.7-gaafix.patch
+  to fix arm build
+
+---

New:

  mcrypt-2.6.7-gaafix.patch



Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.neORSV/_old  2012-05-21 07:28:40.0 +0200
+++ /var/tmp/diff_new_pack.neORSV/_new  2012-05-21 07:28:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mcrypt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   mcrypt
-BuildRequires:  libmcrypt-devel libtool mhash-devel zlib-devel
-License:GPL-3.0+
-Group:  Productivity/Security
+BuildRequires:  libmcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  mhash-devel
+BuildRequires:  zlib-devel
 Version:2.6.8
-Release:17
+Release:0
 Summary:Replacement for the crypt Command
+License:GPL-3.0+
+Group:  Productivity/Security
 Source: %{name}-%{version}.tar.bz2
 Patch1: %{name}-%{version}-format_strings.patch
 Patch2: %{name}-%{version}-uninitialized.patch
@@ -33,6 +34,8 @@
 # PATCH-FIX-OPENSUSE mcrypt-manpage-fix.patch petr.u...@suse.cz -- fix manpage 
typos (patch from Debian)
 Patch4: mcrypt-manpage-fix.patch
 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://mcrypt.sourceforge.net/
 
@@ -51,6 +54,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 gettextize -f

++ mcrypt-2.6.7-gaafix.patch ++
diff -up mcrypt-2.6.7/src/gaaout.c.BAD mcrypt-2.6.7/src/gaaout.c
--- mcrypt-2.6.7/src/gaaout.c.BAD   2008-08-25 17:44:59.0 -0400
+++ mcrypt-2.6.7/src/gaaout.c   2008-08-25 17:45:18.0 -0400
@@ -5,6 +5,7 @@
 
 
 #include 
+#include "mcrypt_int.h"
 
 #include 
 #include 
diff -up mcrypt-2.6.7/src/mcrypt_int.h.BAD mcrypt-2.6.7/src/mcrypt_int.h
--- mcrypt-2.6.7/src/mcrypt_int.h.BAD   2008-08-25 17:45:36.0 -0400
+++ mcrypt-2.6.7/src/mcrypt_int.h   2008-08-25 17:45:42.0 -0400
@@ -15,3 +15,8 @@ void rol_buf(void * buffer, int buffersi
 void mcrypt_version();
 void mcrypt_license();
 void usage(void);
+
+int print_list(void);
+int print_hashlist(void);
+int print_keylist(void);
+
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mcrypt for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory checked 
in at 2011-12-06 18:28:37

Comparing /work/SRC/openSUSE:Factory/mcrypt (Old)
 and  /work/SRC/openSUSE:Factory/.mcrypt.new (New)


Package is "mcrypt", Maintainer is "pu...@suse.com"

Changes:




Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.fP3DSr/_old  2011-12-06 18:50:52.0 +0100
+++ /var/tmp/diff_new_pack.fP3DSr/_new  2011-12-06 18:50:52.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   mcrypt
 BuildRequires:  libmcrypt-devel libtool mhash-devel zlib-devel
-License:GPLv3+
+License:GPL-3.0+
 Group:  Productivity/Security
 Version:2.6.8
 Release:17

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



commit mcrypt for openSUSE:Factory

2011-11-25 Thread h_root
Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory checked 
in at 2011-11-25 11:12:27

Comparing /work/SRC/openSUSE:Factory/mcrypt (Old)
 and  /work/SRC/openSUSE:Factory/.mcrypt.new (New)


Package is "mcrypt", Maintainer is "pu...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mcrypt/mcrypt.changes2011-09-23 
02:12:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes   2011-11-25 
10:12:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 23 12:45:39 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.3hsBfR/_old  2011-11-25 10:12:56.0 +0100
+++ /var/tmp/diff_new_pack.3hsBfR/_new  2011-11-25 10:12:56.0 +0100
@@ -19,10 +19,9 @@
 
 
 Name:   mcrypt
-BuildRequires:  libmcrypt-devel mhash-devel zlib-devel
+BuildRequires:  libmcrypt-devel libtool mhash-devel zlib-devel
 License:GPLv3+
 Group:  Productivity/Security
-AutoReqProv:on
 Version:2.6.8
 Release:17
 Summary:Replacement for the crypt Command

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



commit mcrypt for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package mcrypt for openSUSE:Factory
checked in at Thu May 5 15:34:17 CEST 2011.




--- mcrypt/mcrypt.changes   2011-01-03 21:43:20.0 +0100
+++ /mounts/work_src_done/STABLE/mcrypt/mcrypt.changes  2011-03-22 
19:34:52.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 22 18:32:20 UTC 2011 - co...@novell.com
+
+- fix build, the autoreconf is needed again after libtool update
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mcrypt.spec ++
--- /var/tmp/diff_new_pack.m8OlV8/_old  2011-05-05 15:33:18.0 +0200
+++ /var/tmp/diff_new_pack.m8OlV8/_new  2011-05-05 15:33:18.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mcrypt (Version 2.6.8)
+# spec file for package mcrypt
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -24,7 +24,7 @@
 Group:  Productivity/Security
 AutoReqProv:on
 Version:2.6.8
-Release:11
+Release:17
 Summary:Replacement for the crypt Command
 Source: %{name}-%{version}.tar.bz2
 Patch1: %{name}-%{version}-format_strings.patch
@@ -45,12 +45,6 @@
 compatibility with the crypt(1) command. CBC, ECB, OFB, and CFB modes
 of encryption are supported.
 
-
-
-Authors:
-
-Nikos Mavroyanopoulos 
-
 %prep
 %setup -q
 %patch1
@@ -60,7 +54,8 @@
 %patch5 -p1
 
 %build
-test -f po/Makevars || mv po/Makevars.template po/Makevars
+gettextize -f
+autoreconf --force --install
 %configure
 make %{?_smp_mflags}
 






Remember to have fun...

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