commit geis for openSUSE:Factory

2016-06-19 Thread h_root
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.changes2015-11-17 
14:22:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.geis.new/geis.changes   2016-06-19 
12:52:56.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.7ARaxO/_new  2016-06-19 12:52:57.0 +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)




commit geis for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package geis for openSUSE:Factory checked in 
at 2015-11-17 14:22:45

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.changes2015-11-08 
11:25:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.geis.new/geis.changes   2015-11-17 
14:22:45.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 15 10:46:15 UTC 2015 - jeng...@inai.de
+
+- Set RPM groups
+
+---



Other differences:
--
++ geis.spec ++
--- /var/tmp/diff_new_pack.N0fd58/_old  2015-11-17 14:22:46.0 +0100
+++ /var/tmp/diff_new_pack.N0fd58/_new  2015-11-17 14:22:46.0 +0100
@@ -31,8 +31,8 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  libtool
-BuildRequires:  update-desktop-files
 BuildRequires:  pkg-config
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1) >= 1.2.16
 BuildRequires:  pkgconfig(frame) >= 2.2
 BuildRequires:  pkgconfig(grail) >= 3.0.8
@@ -69,14 +69,14 @@
 
 %package -n python3-geis
 Summary:Python3 bindings for GEIS
-Group:  Development/Libraries/Other
+Group:  Development/Languages/Python
 
 %description -n python3-geis
 This package provides the python3 bindings for GEIS.
 
 %package devel
 Summary:Development files for the GEIS interface implementation
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
 
 %description devel