Hello community,

here is the log from the commit of package gpaste for openSUSE:Factory checked 
in at 2017-04-28 09:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpaste (Old)
 and      /work/SRC/openSUSE:Factory/.gpaste.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpaste"

Fri Apr 28 09:14:29 2017 rev:15 rq:491490 version:3.24.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes    2016-11-12 
13:02:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpaste.new/gpaste.changes       2017-04-28 
09:14:34.447330252 +0200
@@ -1,0 +2,63 @@
+Sat Apr 15 09:54:11 UTC 2017 - [email protected]
+
+- Update to version 3.24.1:
+  + Fix a regression in Passwords handling.
+- Changes from version 3.24.0:
+  + Change the history format to 2.0 to be more flexible (backward
+    compatible).
+  + Unify and consolidate some clipboard interactions.
+  + Handle text/html and text/xml mime types.
+- Changes from version 3.23.90:
+  + Applet and unity app-indicator have been removed.
+  + A minimal applet is available there:
+    https://github.com/Keruspe/gpaste-applet
+  + Dutch translation has been added.
+  + gtk4 is now supported (--with-gtk=4.0).
+  + gnome-shell/mutter 3.24 are now supported and required.
+  + UI will now close when you select an item (configurable).
+  + More intuitive search interactions in the ui.
+  + Preparations for future other storage backends.
+  + Preparations for mime types support.
+  + More reliable "paste" behaviour part in some corener cases.
+- Changes from version 3.22.3:
+  + Fix switch in gnome-shell extension.
+  + Fix some wrongly detected growing line.
+- Changes from version 3.22.2:
+  + Fix memory leaks in the debugging logs.
+  + Fix some corner case in images handling.
+  + Fix crash in UI when refreshing during search.
+  + Stability improvements.
+- Changes from version 3.22.1:
+  + Fix some build system issues for vala and
+    gobject-introspection.
+- Changes from version 3.22.0:
+  + Depend on gtk+ 3.22, glib 2.50, gobject-introspeciton 1.50.
+  + Bug fixes and simplifications in pagination handling for
+    gnome-shell.
+  + Fix bug with clipboard/primary selection synchronisation.
+  + Fix racy calls to gtk_clipboard_store.
+- Changes from version 3.21.91:
+  + Lots of fixes in the gnome-shell extension pagination.
+  + Fix a crash when trying to add binary data with gpaste-client.
+  + Use GLib new structured logging.
+  + Update appstream files.
+- Changes from version 3.21.90:
+  + Port from intltool to gettext.
+  + pkg-config 0.29 is now required.
+  + Port to the internal mutter-clutter.
+  + gnome-shell extension cleanup.
+  + Add pagination to gnmoe-shell extension.
+- Changes from version 3.20.6:
+  + Fix switch in gnome-shell extension.
+  + Fix refresh with search in the ui.
+  + Fix some wrongly detected growing line.
+- Changes from version 3.20.5:
+  + Fix memory leaks in the debugging logs.
+  + Fix some corner case in images handling.
+  + Stability improvements.
+- Add pkgconfig(mutter-clutter-0) and pkgconfig(gjs-1.0)
+  BuildRequires: new dependencies.
+- Rename libgpaste6 subpackage to libgpaste9, following upstreams
+  soname bump.
+
+-------------------------------------------------------------------

Old:
----
  gpaste-3.20.4.tar.xz

New:
----
  gpaste-3.24.1.tar.xz

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

Other differences:
------------------
++++++ gpaste.spec ++++++
--- /var/tmp/diff_new_pack.6KKSn6/_old  2017-04-28 09:14:35.375199405 +0200
+++ /var/tmp/diff_new_pack.6KKSn6/_new  2017-04-28 09:14:35.379198840 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpaste
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Simone Tolotti, <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           gpaste
-Version:        3.20.4
+Version:        3.24.1
 Release:        0
 Summary:        Clipboard management system for GNOME
 License:        BSD-2-Clause
@@ -36,11 +36,13 @@
 BuildRequires:  pkgconfig(gdk-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.46.0
+BuildRequires:  pkgconfig(gjs-1.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.46.0
 BuildRequires:  pkgconfig(gnome-keybindings)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.46.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(mutter-clutter-0)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(vapigen)
 BuildRequires:  pkgconfig(x11)
@@ -53,11 +55,11 @@
 %description
 GPaste is a clipboard management daemon with DBus interface.
 
-%package -n libgpaste6
+%package -n libgpaste9
 Summary:        Library for managing clipboard history
 Group:          System/Libraries
 
-%description -n libgpaste6
+%description -n libgpaste9
 GPaste is a clipboard management daemon with DBus interface.
 
 This package provides a library for managing clipboard history.
@@ -84,7 +86,7 @@
 %package devel
 Summary:        Library for managing clipboard history -- Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libgpaste6 = %{version}
+Requires:       libgpaste9 = %{version}
 Requires:       typelib-1_0-GPaste-1_0 = %{version}
 
 %description devel
@@ -129,9 +131,9 @@
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 
-%post -n libgpaste6 -p /sbin/ldconfig
+%post -n libgpaste9 -p /sbin/ldconfig
 
-%postun -n libgpaste6 -p /sbin/ldconfig
+%postun -n libgpaste9 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -152,7 +154,7 @@
 %dir %{_datadir}/zsh
 %dir %{_datadir}/zsh/site-functions
 
-%files -n libgpaste6
+%files -n libgpaste9
 %defattr(-,root,root)
 %{_libdir}/libgpaste.so.*
 

++++++ gpaste-3.20.4.tar.xz -> gpaste-3.24.1.tar.xz ++++++
++++ 33680 lines of diff (skipped)


Reply via email to