Hello community,

here is the log from the commit of package geis for openSUSE:Factory checked in 
at 2016-06-19 12:52:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geis (Old)
 and      /work/SRC/openSUSE:Factory/.geis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/geis/geis.changes        2015-11-17 
14:22:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.geis.new/geis.changes   2016-06-19 
12:52:56.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jun 17 12:13:46 UTC 2016 - jeng...@inai.de
+
+- Remove pointless pkg-config require; it already exist through
+  by /usr/lib/rpm/pkgconfigdeps.sh.
+
+-------------------------------------------------------------------
+Thu Jun 16 21:22:44 UTC 2016 - sor.ale...@meowr.ru
+
+- Use tarball signing.
+- Add geis-disable-werror.patch: disable -Werror (boo#985131).
+
+-------------------------------------------------------------------

New:
----
  geis-2.2.17.tar.xz.asc
  geis-disable-werror.patch
  geis.keyring

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

Other differences:
------------------
++++++ geis.spec ++++++
--- /var/tmp/diff_new_pack.7ARaxO/_old  2016-06-19 12:52:57.000000000 +0200
+++ /var/tmp/diff_new_pack.7ARaxO/_new  2016-06-19 12:52:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geis
 #
-# 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
@@ -26,7 +26,11 @@
 Group:          System/GUI/Other
 Url:            https://launchpad.net/geis
 Source:         
https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
+Source1:        
https://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.xz.asc
+Source2:        %{name}.keyring
+Source3:        baselibs.conf
+# PATCH-FIX-OPENSUSE geis-disable-werror.patch boo#985131 sor.ale...@meowr.ru 
-- Disable -Werror.
+Patch0:         %{name}-disable-werror.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -86,6 +90,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -fi

++++++ geis-disable-werror.patch ++++++
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ fi
 AC_DEFINE([GEIS_UNUSED],[__attribute__((unused))],[symbol is unused])
 
 AC_SUBST(AM_CFLAGS,
-         "-Wall -Wextra -Werror -pedantic -std=iso9899:1999 -D_GNU_SOURCE=1")
+         "-Wall -Wextra -pedantic -std=iso9899:1999 -D_GNU_SOURCE=1")
 
 # Check for TDD tools
 PKG_CHECK_MODULES([CHECK], [check >= 0.9.8],
++++++ geis.keyring ++++++
++++ 3308 lines (skipped)


Reply via email to