Hello community,

here is the log from the commit of package libindicator for openSUSE:Factory 
checked in at 2018-03-14 19:32:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libindicator (Old)
 and      /work/SRC/openSUSE:Factory/.libindicator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libindicator"

Wed Mar 14 19:32:37 2018 rev:7 rq:586613 version:16.10.0+bzr20171205

Changes:
--------
--- /work/SRC/openSUSE:Factory/libindicator/libindicator.changes        
2016-01-01 19:51:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libindicator.new/libindicator.changes   
2018-03-14 19:32:41.730717958 +0100
@@ -1,0 +2,8 @@
+Sat Mar 10 12:14:23 UTC 2018 - dims...@opensuse.org
+
+- Update to version 16.10.0+bzr20171205:
+  + Fix build with GNOME 3.28.
+- Rebase dont-build-debug-tools.patch.
+- Add pkgconfig(libido3-0.1) BuildRequires: new dependency.
+
+-------------------------------------------------------------------

Old:
----
  libindicator_12.10.2+16.04.20151208.orig.tar.gz

New:
----
  libindicator_16.10.0+18.04.20171205.1.orig.tar.gz

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

Other differences:
------------------
++++++ libindicator.spec ++++++
--- /var/tmp/diff_new_pack.ru9HxC/_old  2018-03-14 19:32:42.782680599 +0100
+++ /var/tmp/diff_new_pack.ru9HxC/_new  2018-03-14 19:32:42.790680315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libindicator
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,23 +19,25 @@
 %define soname  libindicator3
 %define soname_gtk2 libindicator
 %define sover   7
-%define _version 12.10.2+16.04.20151208
+%define _version 16.10.0+18.04.20171205.1
 Name:           libindicator
-Version:        12.10.2+bzr20151208
+Version:        16.10.0+bzr20171205
 Release:        0
 Summary:        Panel indicator applet libraries
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/GUI/Other
 Url:            https://launchpad.net/libindicator
-Source:         
http://archive.ubuntu.com/ubuntu/pool/main/libi/%{name}/%{name}_%{_version}.orig.tar.gz
+Source:         
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz
 # PATCH-FIX-OPENSUSE dont-build-debug-tools.patch hrvoje.sen...@gmail.com -- 
Do not build debug tools that are used only for tests & developing indicators, 
which pulls libido.
 Patch0:         dont-build-debug-tools.patch
 BuildRequires:  gnome-common
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libido3-0.1)
 
 %description
 This library contains information to build indicators to go into
@@ -76,7 +78,7 @@
 indicators and to go into the indicator applet.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q -c
 %patch0 -p1
 
 %build
@@ -111,23 +113,29 @@
 %postun -n %{soname_gtk2}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}-%{sover}
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files -n %{soname_gtk2}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS
 %{_libdir}/%{soname_gtk2}.so.%{sover}*
 
 %files -n %{soname}-devel
-%defattr(-,root,root)
 %{_includedir}/%{soname}-0.4/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/indicator3-0.4.pc
 
 %files -n %{soname_gtk2}-devel
-%defattr(-,root,root)
 %{_includedir}/%{soname_gtk2}-0.4/
 %{_libdir}/%{soname_gtk2}.so
 %{_libdir}/pkgconfig/indicator-0.4.pc

++++++ dont-build-debug-tools.patch ++++++
--- /var/tmp/diff_new_pack.ru9HxC/_old  2018-03-14 19:32:42.830678894 +0100
+++ /var/tmp/diff_new_pack.ru9HxC/_new  2018-03-14 19:32:42.830678894 +0100
@@ -1,48 +1,11 @@
-diff -Naur libindicator-12.10.2+14.04.20140304/configure.ac 
libindicator-12.10.2+14.04.20140304.new/configure.ac
---- libindicator-12.10.2+14.04.20140304/configure.ac   2014-03-04 
11:58:13.000000000 +0100
-+++ libindicator-12.10.2+14.04.20140304.new/configure.ac       2014-03-07 
20:26:24.409011006 +0100
-@@ -45,7 +45,6 @@
- GTK_REQUIRED_VERSION=2.18
- GTK3_REQUIRED_VERSION=3.6
- GIO_UNIX_REQUIRED_VERSION=2.37
--IDO_REQUIRED_VERSION=13.10.0
- 
- AC_ARG_WITH([gtk],
-   [AS_HELP_STRING([--with-gtk],
-@@ -55,8 +54,7 @@
- AS_IF([test "x$with_gtk" = x3],
-         [PKG_CHECK_MODULES(LIBINDICATOR,  gtk+-3.0 >= $GTK3_REQUIRED_VERSION
-                                           gmodule-2.0
--                                          gio-unix-2.0 >= 
$GIO_UNIX_REQUIRED_VERSION
--                                          libido3-0.1 >= 
$IDO_REQUIRED_VERSION)
-+                                          gio-unix-2.0 >= 
$GIO_UNIX_REQUIRED_VERSION)
-         ],
-       [test "x$with_gtk" = x2],
-         [PKG_CHECK_MODULES(LIBINDICATOR,  gtk+-2.0 >= $GTK_REQUIRED_VERSION
-@@ -156,7 +154,6 @@
- libindicator/indicator-0.4.pc.in
- libindicator/indicator3-0.4.pc.in
- tests/Makefile
--tools/Makefile
- ])
- AC_OUTPUT
- 
-@@ -170,7 +167,7 @@
- 
-       Prefix:                 $prefix
-       GTK+ Version:           $with_gtk
--      
-+
-       Enable tests:           $enable_tests
-       Enable debugging:       $enable_debug
-       Coverage reporting:     $use_gcov
-diff -Naur libindicator-12.10.2+14.04.20140304/Makefile.am 
libindicator-12.10.2+14.04.20140304.new/Makefile.am
---- libindicator-12.10.2+14.04.20140304/Makefile.am    2014-03-04 
11:58:13.000000000 +0100
-+++ libindicator-12.10.2+14.04.20140304.new/Makefile.am        2014-03-07 
20:36:26.104488777 +0100
-@@ -1,10 +1,7 @@
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+Index: libindicator-16.10.0+18.04.20171205.1/Makefile.am
+===================================================================
+--- libindicator-16.10.0+18.04.20171205.1.orig/Makefile.am
++++ libindicator-16.10.0+18.04.20171205.1/Makefile.am
+@@ -2,10 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
  
  SUBDIRS = \
+       data \
 -      libindicator \
 -      tools
 -
@@ -51,3 +14,16 @@
  
  if WANT_TESTS
  SUBDIRS += \
+Index: libindicator-16.10.0+18.04.20171205.1/libindicator/Makefile.am
+===================================================================
+--- libindicator-16.10.0+18.04.20171205.1.orig/libindicator/Makefile.am
++++ libindicator-16.10.0+18.04.20171205.1/libindicator/Makefile.am
+@@ -65,7 +65,7 @@ libindicator_la_CFLAGS = \
+       $(LIBINDICATOR_CFLAGS) \
+       $(COVERAGE_CFLAGS) \
+       -DG_LOG_DOMAIN=\"libindicator\" \
+-      -Wall -Werror -Wno-error=deprecated-declarations
++      -Wall -Wno-error=deprecated-declarations
+ 
+ libindicator_la_LIBADD = \
+       $(LIBINDICATOR_LIBS) \

++++++ libindicator_12.10.2+16.04.20151208.orig.tar.gz -> 
libindicator_16.10.0+18.04.20171205.1.orig.tar.gz ++++++
++++ 19847 lines of diff (skipped)


Reply via email to