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.changes    2011-11-25 
10:12:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mcrypt.new/mcrypt.changes       2012-05-21 
07:28:39.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.neORSV/_new  2012-05-21 07:28:40.000000000 +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.000000000 -0400
+++ mcrypt-2.6.7/src/gaaout.c   2008-08-25 17:45:18.000000000 -0400
@@ -5,6 +5,7 @@
 
 
 #include <defines.h>
+#include "mcrypt_int.h"
 
 #include <stdio.h>
 #include <string.h>
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.000000000 -0400
+++ mcrypt-2.6.7/src/mcrypt_int.h       2008-08-25 17:45:42.000000000 -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

Reply via email to