Hello community,

here is the log from the commit of package libindicator for openSUSE:Factory 
checked in at 2018-03-26 11:56:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libindicator (Old)
 and      /work/SRC/openSUSE:Factory/.libindicator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libindicator"

Mon Mar 26 11:56:42 2018 rev:8 rq:588615 version:16.10.0+bzr20171205

Changes:
--------
--- /work/SRC/openSUSE:Factory/libindicator/libindicator.changes        
2018-03-14 19:32:41.730717958 +0100
+++ /work/SRC/openSUSE:Factory/.libindicator.new/libindicator.changes   
2018-03-26 11:56:43.956519818 +0200
@@ -1,0 +2,6 @@
+Mon Mar 12 12:43:56 UTC 2018 - [email protected]
+
+- Replace dont-build-debug-tools.patch with
+  libindicator-disable-werror.patch: no need to avoid Ido.
+
+-------------------------------------------------------------------

Old:
----
  dont-build-debug-tools.patch

New:
----
  libindicator-disable-werror.patch

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

Other differences:
------------------
++++++ libindicator.spec ++++++
--- /var/tmp/diff_new_pack.ZWtKzA/_old  2018-03-26 11:56:45.620459788 +0200
+++ /var/tmp/diff_new_pack.ZWtKzA/_new  2018-03-26 11:56:45.624459644 +0200
@@ -28,12 +28,12 @@
 Group:          System/GUI/Other
 Url:            https://launchpad.net/libindicator
 Source:         
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz
-# PATCH-FIX-OPENSUSE dont-build-debug-tools.patch [email protected] -- 
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 libindicator-disable-werror.patch [email protected] 
-- Disable -Werror.
+Patch0:         libindicator-disable-werror.patch
 BuildRequires:  gnome-common
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -44,7 +44,7 @@
 the indicator applet.
 
 %package -n %{soname}-%{sover}
-Summary:        Panel indicator applet - Shared Libraries
+Summary:        Panel indicator applet library
 Group:          System/Libraries
 
 %description -n %{soname}-%{sover}
@@ -52,7 +52,7 @@
 and to go into the indicator applet.
 
 %package -n %{soname_gtk2}%{sover}
-Summary:        Panel indicator applet -- Shared Libraries
+Summary:        Panel indicator applet library for GTK+2
 Group:          System/Libraries
 
 %description -n %{soname_gtk2}%{sover}
@@ -60,7 +60,7 @@
 and to go into the indicator applet.
 
 %package -n %{soname}-devel
-Summary:        Panel indicator applet -- Development Files
+Summary:        Development files for the Panel indicator applet
 Group:          Development/Libraries/Other
 Requires:       %{soname}-%{sover} = %{version}
 
@@ -69,7 +69,7 @@
 indicators and to go into the indicator applet.
 
 %package -n %{soname_gtk2}-devel
-Summary:        Panel indicator applet -- Development Files
+Summary:        Development files for the Panel indicator applet (GTK+2 
variant)
 Group:          Development/Libraries/Other
 Requires:       %{soname_gtk2}%{sover} = %{version}
 
@@ -89,7 +89,7 @@
     mkdir build-gtk$ver
     pushd build-gtk$ver
     %configure --disable-static --with-gtk=$ver
-    make %{?_smp_mflags}
+    make %{?_smp_mflags} V=1
     popd
 done
 
@@ -102,7 +102,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # This dummy indicator is fairly useless, it is not shipped in Ubuntu.
-rm -f %{buildroot}%{_libdir}/libdummy-indicator*.so
+rm %{buildroot}%{_libdir}/libdummy-indicator*.so
 
 %post -n %{soname}-%{sover} -p /sbin/ldconfig
 
@@ -132,7 +132,9 @@
 
 %files -n %{soname}-devel
 %{_includedir}/%{soname}-0.4/
+%{_libexecdir}/indicator-loader3
 %{_libdir}/%{soname}.so
+%{_datadir}/%{name}/
 %{_libdir}/pkgconfig/indicator3-0.4.pc
 
 %files -n %{soname_gtk2}-devel

++++++ libindicator-disable-werror.patch ++++++
--- a/libindicator/Makefile.am
+++ b/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) \

Reply via email to