Hello community,

here is the log from the commit of package xapps for openSUSE:Factory checked 
in at 2017-05-24 16:50:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xapps (Old)
 and      /work/SRC/openSUSE:Factory/.xapps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xapps"

Wed May 24 16:50:31 2017 rev:2 rq:497725 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xapps/xapps.changes      2016-11-15 
17:59:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xapps.new/xapps.changes 2017-05-24 
16:51:14.883115379 +0200
@@ -1,0 +2,19 @@
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.3:
+  * Fix build.
+  * xapp-kbd-layout-controller: Update test script to reflect
+    current api/intent.
+  * Review licensing.
+  * Handle exceptions in usr/bin/upload-system-info.
+  * Add a couple of symbolic pane visibility icons.
+  * icons: Add an icon for regex-search.
+  * Switch to the correct python deps.
+  * xapp-kbd-layout-controller.c: Allow up to 3 character labels.
+  * Complete our set of pane icons.
+  * Add support for building gtk-doc.
+  * Migrate away from gnome-common deprecated vars and macros.
+  * Use python3 as all scripts are in python3.
+- Update the package licence to GPL-3.0+.
+
+-------------------------------------------------------------------

Old:
----
  xapps-1.0.2.tar.gz

New:
----
  xapps-1.0.3.tar.gz

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

Other differences:
------------------
++++++ xapps.spec ++++++
--- /var/tmp/diff_new_pack.ULtbae/_old  2017-05-24 16:51:15.667005032 +0200
+++ /var/tmp/diff_new_pack.ULtbae/_new  2017-05-24 16:51:15.671004468 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xapps
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,16 +20,20 @@
 %define soname  libxapp
 %define sover   1
 Name:           xapps
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        XApp library and common files
-License:        GPL-2.0+
+License:        GPL-3.0+
 Group:          System/GUI/Other
 Url:            https://github.com/linuxmint/xapps
 Source:         
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-BuildRequires:  gnome-common
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.22.0
@@ -45,7 +49,7 @@
 desktop environments and required to implement cross-DE solutions.
 
 %package -n %{soname}%{sover}
-Summary:        XApp library for loading .desktop files
+Summary:        XApp library
 License:        GPL-2.0+
 Group:          System/Libraries
 Requires:       %{name}-common
@@ -54,10 +58,10 @@
 This project gathers the components which are common to multiple
 desktop environments and required to implement cross-DE solutions.
 
-This library is used by XApp to load the .desktop files.
+This library is used by several XApp applications.
 
 %package -n %{typelib}
-Summary:        XApp library for loading .desktop files -- Introspection 
bindings
+Summary:        XApp library -- Introspection bindings
 License:        GPL-2.0+
 Group:          System/Libraries
 
@@ -65,7 +69,7 @@
 This project gathers the components which are common to multiple
 desktop environments and required to implement cross-DE solutions.
 
-This library is used by XApp to load the .desktop files.
+This library is used by several XApp applications.
 
 %package -n %{soname}-devel
 Summary:        Development files of libxapp
@@ -83,6 +87,7 @@
 %package common
 Summary:        Common files for XApp desktop applications
 License:        GPL-2.0+ and GPL-3.0
+Group:          System/GUI/Other
 BuildArch:      noarch
 
 %description common
@@ -96,7 +101,7 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 gnome-autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static
 make %{?_smp_mflags} V=1
@@ -140,6 +145,7 @@
 %doc debian/{changelog,copyright}
 %{_bindir}/xfce4-set-wallpaper
 %{_datadir}/icons/hicolor/*/actions/xapp-*.*
+%{_datadir}/icons/hicolor/*/actions/view-*-pane*.*
 %{_datadir}/glib-2.0/schemas/org.x.apps.*.xml
 
 %changelog

++++++ xapps-1.0.2.tar.gz -> xapps-1.0.3.tar.gz ++++++
++++ 2596 lines of diff (skipped)


Reply via email to