Hello community,

here is the log from the commit of package libtasn1 for openSUSE:Factory 
checked in at 2016-08-25 09:51:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old)
 and      /work/SRC/openSUSE:Factory/.libtasn1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtasn1"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes        2016-06-13 
21:52:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes   2016-08-25 
09:51:43.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Aug 10 18:57:51 UTC 2016 - [email protected]
+
+- update to 4.9:
+  * Fix OID encoding of OIDs which have elements which exceed 2^32
+- Do not treat i586 warning as error, adding upstream
+  0001-configure-don-t-add-Werror-to-build-flags.patch
+
+-------------------------------------------------------------------

Old:
----
  libtasn1-4.8.tar.gz
  libtasn1-4.8.tar.gz.sig

New:
----
  0001-configure-don-t-add-Werror-to-build-flags.patch
  libtasn1-4.9.tar.gz
  libtasn1-4.9.tar.gz.sig

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

Other differences:
------------------
++++++ libtasn1.spec ++++++
--- /var/tmp/diff_new_pack.tEohNu/_old  2016-08-25 09:51:44.000000000 +0200
+++ /var/tmp/diff_new_pack.tEohNu/_new  2016-08-25 09:51:44.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 6
 Name:           libtasn1
-Version:        4.8
+Version:        4.9
 Release:        0
 Summary:        ASN.1 parsing library
 License:        LGPL-2.1+ and GPL-3.0
@@ -29,8 +29,15 @@
 # http://josefsson.org/key.txt
 Source2:        %{name}.keyring
 Source99:       baselibs.conf
+Patch0:         0001-configure-don-t-add-Werror-to-build-flags.patch
+# for patch0 0001-configure-don-t-add-Werror-to-build-flags.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  help2man
+BuildRequires:  libtool
+#
 BuildRequires:  info
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -62,8 +69,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# for patch0 0001-configure-don-t-add-Werror-to-build-flags.patch
+autoreconf -fiv
+#
 %configure --disable-static
 make %{?_smp_mflags} V=1
 

++++++ 0001-configure-don-t-add-Werror-to-build-flags.patch ++++++
>From dd091c8af163213e12aa92f61bc4916e0f102633 Mon Sep 17 00:00:00 2001
From: Nikos Mavrogiannopoulos <[email protected]>
Date: Tue, 26 Jul 2016 08:45:33 +0200
Subject: [PATCH] configure: don't add -Werror to build flags
References: 
http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=commit;h=dd091c8af163213e12aa92f61bc4916e0f102633

Fixing:
[   81s] Test_overflow.c: In function 'main':
[   81s] Test_overflow.c:63:45: error: left shift of negative value 
[-Werror=shift-negative-value]
[   81s]        unsigned long num = ((long) UINT_MAX) << 2;
[   81s]                                              ^~

---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7a14e04..066f5fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,8 +70,6 @@ AC_ARG_ENABLE([gcc-warnings],
 )
 
 if test "$gl_gcc_warnings" = yes; then
-  gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
-
   nw="$nw -Wsystem-headers"         # Don't let system headers trigger warnings
   nw="$nw -Wc++-compat"             # We don't care strongly about C++ 
compilers
   nw="$nw -Wtraditional"            # Warns on #elif which we use often
-- 
2.6.6

++++++ libtasn1-4.8.tar.gz -> libtasn1-4.9.tar.gz ++++++
++++ 2682 lines of diff (skipped)



Reply via email to