Hello community,

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

Package is "libindicator"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libindicator/libindicator.changes        
2015-10-20 00:08:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libindicator.new/libindicator.changes   
2016-01-01 19:51:17.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 26 21:14:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 12.10.2+bzr20140922:
+  * Add -lm via LDADD to resolve FTBFS in Ubuntu 16.04.
+- Remove fix-compilation.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  fix-compilation.patch
  libindicator_12.10.2+14.10.20140922.orig.tar.gz

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

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

Other differences:
------------------
++++++ libindicator.spec ++++++
--- /var/tmp/diff_new_pack.o67b7E/_old  2016-01-01 19:51:18.000000000 +0100
+++ /var/tmp/diff_new_pack.o67b7E/_new  2016-01-01 19:51:18.000000000 +0100
@@ -19,9 +19,9 @@
 %define soname  libindicator3
 %define soname_gtk2 libindicator
 %define sover   7
-%define _version 12.10.2+14.10.20140922
+%define _version 12.10.2+16.04.20151208
 Name:           libindicator
-Version:        12.10.2+bzr20140922
+Version:        12.10.2+bzr20151208
 Release:        0
 Summary:        Panel indicator applet libraries
 License:        GPL-3.0
@@ -30,8 +30,6 @@
 Source:         
http://archive.ubuntu.com/ubuntu/pool/main/libi/%{name}/%{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
-# PATCH-FIX-OPENSUSE fix-compilation.patch sor.ale...@meowr.ru -- Fix "cannot 
find -lglib-2.0-lm" compilation error.
-Patch1:         fix-compilation.patch
 BuildRequires:  gnome-common
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-unix-2.0)
@@ -80,7 +78,6 @@
 %prep
 %setup -q -n %{name}-%{_version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 

++++++ libindicator_12.10.2+14.10.20140922.orig.tar.gz -> 
libindicator_12.10.2+16.04.20151208.orig.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libindicator-12.10.2+14.10.20140922/configure.ac 
new/libindicator-12.10.2+16.04.20151208/configure.ac
--- old/libindicator-12.10.2+14.10.20140922/configure.ac        2014-09-22 
15:40:07.000000000 +0200
+++ new/libindicator-12.10.2+16.04.20151208/configure.ac        2015-12-08 
12:30:03.000000000 +0100
@@ -68,7 +68,7 @@
 AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
 
 LT_LIB_M
-LIBINDICATOR_LIBS+="$LIBM"
+AC_SUBST(LIBM)
 
 ##############################
 # Custom Junk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libindicator-12.10.2+14.10.20140922/libindicator/Makefile.am 
new/libindicator-12.10.2+16.04.20151208/libindicator/Makefile.am
--- old/libindicator-12.10.2+14.10.20140922/libindicator/Makefile.am    
2014-09-22 15:40:07.000000000 +0200
+++ new/libindicator-12.10.2+16.04.20151208/libindicator/Makefile.am    
2015-12-08 12:30:03.000000000 +0100
@@ -68,7 +68,8 @@
        -Wall -Werror -Wno-error=deprecated-declarations
 
 libindicator_la_LIBADD = \
-       $(LIBINDICATOR_LIBS)
+       $(LIBINDICATOR_LIBS) \
+       $(LIBM)
 
 libindicator_la_LDFLAGS = \
        $(COVERAGE_LDFLAGS) \


Reply via email to