Hello community,

here is the log from the commit of package gpaste for openSUSE:Factory checked 
in at 2014-12-17 19:16:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpaste (Old)
 and      /work/SRC/openSUSE:Factory/.gpaste.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpaste"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes    2014-06-25 
10:49:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpaste.new/gpaste.changes       2014-12-17 
19:15:32.000000000 +0100
@@ -1,0 +2,56 @@
+Tue Dec 16 21:01:42 UTC 2014 - [email protected]
+
+- Add explicit pkgconfig(gnome-keybindings) BuildRequires:
+  configure looks for it.
+- Add pkgconfig(vapigen) BuildRequires and pass --enable-vala to
+  configure: build vala bindings.
+
+-------------------------------------------------------------------
+Mon Nov 24 12:30:13 UTC 2014 - [email protected]
+
+- Update to version 3.14 (boo#905909):
+  + Update for latest gobject-introspection.
+  + Support gnome-shell 3.14.
+  + Start redesign of the gnome-shell extension.
+  + New gpaste show-history command.
+- Changes from version 3.12.3.1:
+  + A bug preventing the history to be saved to disk has been 
+    fixed.
+  + Prevent a segfault when loading large histories.
+  + Add a new gpaste oneline-history command.
+- Changes from version 3.12.3:
+  + gpaste-daemon now has an Update dbus signal more precise than
+    Changed.
+  + Desktop files fixes.
+  + All calls to clipboard are now async.
+  + Performance improvements.
+  + gpaste-client has been updated to match gpaste-daemon changes
+    with an update signal.
+  + gnome-shell extension has been ported to the update signal.
+  + applets have been ported to the update signal.
+  + gnome-shell search bar now matches the user theme.
+- Changes from version 3.12.2:
+  + gpasted has been renamed gpaste-daemon.
+  + Desktop files have been fixed.
+  + Fixes for the ubuntu app-indicator.
+  + Keybinding to mark an item as being a password.
+  + All libgpaste-* have been merged into a single libgpaste.
+  + Misc bugfixes reported for debian packaging.
+- Changes from version 3.12.1:
+  + Systemd support has been removed.
+  + GPaste is now compliant with 
+    https://wiki.gnome.org/HowDoI/DBusApplicationLaunching
+  + GPaste now has built-in support for managing passwords, blog
+    post coming.
+  + Completions and man pages have been updated.
+  + Translations have been updated.
+  + Miscellaneous bugfixes with static analysis.
+  + The search feature of the gnome-shell extension has been
+    improved.
+- Rework subpackages, following upstream changes:
+  + Drop libgpaste-core4, libgpaste-daemon1, libgpaste-keybinder3,
+    libgpaste-applet1, libgpaste-settings1 and libgpaste-client3.
+  + New subpackage libgpaste2.
+- Drop gpaste-gnome-shell-version-3.12.2.patch: fixed upstream.
+
+-------------------------------------------------------------------
@@ -4 +60 @@
-- Update to version 3.12
+- Update to version 3.12:

Old:
----
  gpaste-3.12.tar.xz
  gpaste-gnome-shell-version-3.12.2.patch

New:
----
  gpaste-3.14.tar.xz

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

Other differences:
------------------
++++++ gpaste.spec ++++++
--- /var/tmp/diff_new_pack.zM1yTi/_old  2014-12-17 19:15:34.000000000 +0100
+++ /var/tmp/diff_new_pack.zM1yTi/_new  2014-12-17 19:15:34.000000000 +0100
@@ -19,29 +19,29 @@
 
 Name:           gpaste
 # Version 3.12 for GNOME 3.12 or above
-Version:        3.12
+Version:        3.14
 Release:        0
 Summary:        Clipboard management system for GNOME
 License:        GPL-3.0+
 Group:          System/GUI/GNOME
 Url:            https://github.com/Keruspe/GPaste
-Source0:        %{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE gpaste-gnome-shell-version-3.12.2.patch 
[email protected] -- Add support 3.12.2 version of gnome-shell
-Patch0:                gpaste-gnome-shell-version-3.12.2.patch
+Source0:        
http://www.imagination-land.org/files/%{name}/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  gobject-introspection-devel >= 1.31.1
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
+BuildRequires:  pkgconfig(gnome-keybindings)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(clutter-1.0)
+BuildRequires:  pkgconfig(vapigen)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xtst)
@@ -52,56 +52,11 @@
 %description
 GPaste is a clipboard management daemon with DBus interface.
 
-%package -n libgpaste-core4
-Summary:        Library for managing clipboard history
-Group:          System/Libraries
-
-%description -n libgpaste-core4
-GPaste is a clipboard management daemon with DBus interface.
-
-This package provides a library for managing clipboard history.
-
-%package -n libgpaste-daemon1
-Summary:        Library for managing clipboard history
-Group:          System/Libraries
-
-%description -n libgpaste-daemon1
-GPaste is a clipboard management daemon with DBus interface.
-
-This package provides a library for managing clipboard history.
-
-%package -n libgpaste-keybinder3
+%package -n libgpaste2
 Summary:        Library for managing clipboard history
 Group:          System/Libraries
 
-%description -n libgpaste-keybinder3
-GPaste is a clipboard management daemon with DBus interface.
-
-This package provides a library for managing clipboard history.
-
-%package -n libgpaste-applet1
-Summary:        Library for managing clipboard history
-Group:          System/Libraries
-
-%description -n libgpaste-applet1
-GPaste is a clipboard management daemon with DBus interface.
-
-This package provides a library for managing clipboard history.
-
-%package -n libgpaste-settings1
-Summary:        Library for managing clipboard history
-Group:          System/Libraries
-
-%description -n libgpaste-settings1
-GPaste is a clipboard management daemon with DBus interface.
-
-This package provides a library for managing clipboard history.
-
-%package -n libgpaste-client3
-Summary:        Library for managing clipboard history
-Group:          System/Libraries
-
-%description -n libgpaste-client3
+%description -n libgpaste2
 GPaste is a clipboard management daemon with DBus interface.
 
 This package provides a library for managing clipboard history.
@@ -128,13 +83,7 @@
 %package devel
 Summary:        Library for managing clipboard history -- Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libgpaste-client3 = %{version}
-Requires:       libgpaste-core4 = %{version}
-Requires:       libgpaste-daemon1 = %{version}
-Requires:       libgpaste-gnome-shell-client0 = %{version}
-Requires:       libgpaste-keybinder3 = %{version}
-Requires:       libgpaste-applet1 = %{version}
-Requires:       libgpaste-settings1 = %{version}
+Requires:       libgpaste2 = %{version}
 Requires:       typelib-1_0-GPaste-1_0 = %{version}
 
 %description devel
@@ -160,10 +109,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure
+%configure --enable-vala
 make %{?_smp_mflags}
 
 %install
@@ -183,33 +131,9 @@
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 
-%post -n libgpaste-core4 -p /sbin/ldconfig
-
-%postun -n libgpaste-core4 -p /sbin/ldconfig
-
-%post -n libgpaste-daemon1 -p /sbin/ldconfig
-
-%postun -n libgpaste-daemon1 -p /sbin/ldconfig
-
-%post -n libgpaste-keybinder3 -p /sbin/ldconfig
-
-%postun -n libgpaste-keybinder3 -p /sbin/ldconfig
-
-%post -n libgpaste-applet1 -p /sbin/ldconfig
-
-%postun -n libgpaste-applet1 -p /sbin/ldconfig
-
-%post -n libgpaste-settings1 -p /sbin/ldconfig
-
-%postun -n libgpaste-settings1 -p /sbin/ldconfig
+%post -n libgpaste2 -p /sbin/ldconfig
 
-%post -n libgpaste-client3 -p /sbin/ldconfig
-
-%postun -n libgpaste-client3 -p /sbin/ldconfig
-
-%post -n libgpaste-gnome-shell-client0 -p /sbin/ldconfig
-
-%postun -n libgpaste-gnome-shell-client0 -p /sbin/ldconfig
+%postun -n libgpaste2 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -227,34 +151,9 @@
 %dir %{_datadir}/zsh
 %dir %{_datadir}/zsh/site-functions
 
-%files -n libgpaste-core4
-%defattr(-,root,root)
-%{_libdir}/libgpaste-core.so.*
-
-%files -n libgpaste-daemon1
-%defattr(-,root,root)
-%{_libdir}/libgpaste-daemon.so.*
-
-%files -n libgpaste-keybinder3
-%defattr(-,root,root)
-%{_libdir}/libgpaste-keybinder.so.*
-
-%files -n libgpaste-applet1
-%defattr(-,root,root)
-%{_libdir}/libgpaste-applet.so.*
-
-%files -n libgpaste-settings1
-%defattr(-,root,root)
-%{_libdir}/libgpaste-settings.so.*
-%{_libdir}/libgpaste-settings-ui.so.*
-
-%files -n libgpaste-client3
-%defattr(-,root,root)
-%{_libdir}/libgpaste-client.so.*
-
-%files -n libgpaste-gnome-shell-client0
+%files -n libgpaste2
 %defattr(-,root,root)
-%{_libdir}/libgpaste-gnome-shell-client.so.*
+%{_libdir}/libgpaste.so.*
 
 %files -n typelib-1_0-GPaste-1_0
 %defattr(-,root,root)
@@ -269,10 +168,13 @@
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gpaste-1.0.deps
+%{_datadir}/vala/vapi/gpaste-1.0.vapi
+%{_datadir}/dbus-1/services/org.gnome.GPaste.Settings.service
 
 %files -n gnome-shell-extension-%{name}
 %defattr(-,root,root)
 %{_datadir}/gnome-shell/extensions/[email protected]/
+%{_datadir}/gnome-control-center/keybindings/42-gpaste.xml
 
 %files lang -f GPaste.lang
 

++++++ gpaste-3.12.tar.xz -> gpaste-3.14.tar.xz ++++++
++++ 51549 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to