Hello community, here is the log from the commit of package gpaste for openSUSE:Factory checked in at 2016-04-12 19:32: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 2015-12-17 15:54:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gpaste.new/gpaste.changes 2016-04-12 19:32:05.000000000 +0200 @@ -1,0 +2,38 @@ +Thu Mar 31 02:25:00 UTC 2016 - [email protected] + +- Update to version 3.20: + + Relicensing from GPL-3 to BSD-2. + + Detect the presence of more features at runtime instead of + compile time. + + The gpaste-client cli has been mostly rewritten. + + gpaste-client file now supports adding images to the history. + + The legacy gpaste cli is gone. + + gnome-shell extension cleanups and compatibility with 3.20. + + automake 1.15 is required. + + pkg-config 0.27 is required. + + gtk+ 3.20, vala 0.32 (if –enable-vapi) and + gobject-introspection 1.48 are required. + + gpaste-ui now has a "new" button to add new contents to the + clipboard. + + The daemon now reexecs itself on SIGUSR1. + + Avoid having two passwords under the same name in history. + + libgpaste now logs into its own G_LOG_DOMAIN. + + GPaste components now write their pid to a file. + + A new tool is provided for debugging, but not installed: + clipboard-watcher. + + systemd user units are provided. + + Build system cleanups. + + Outdated translations have been dropped. + + gobject-introspection fixes. + + Fix style with gtk+ 3.20. + + Implement the new shortcut window from gtk+. + + Various code cleanups. +- Changes from version 3.18.3: + + Fix synchronisation issues between clipboard and primary + selection. + + Fix a memory leak. + + Never handle images when images support is disabled. +- Rename libgpaste4 subpackage to libgpaste6, following upstreams + soname bump. + +------------------------------------------------------------------- Old: ---- gpaste-3.18.2.tar.xz New: ---- gpaste-3.20.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpaste.spec ++++++ --- /var/tmp/diff_new_pack.kynjc7/_old 2016-04-12 19:32:06.000000000 +0200 +++ /var/tmp/diff_new_pack.kynjc7/_new 2016-04-12 19:32:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gpaste # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Simone Tolotti, <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -18,18 +18,19 @@ Name: gpaste -Version: 3.18.2 +Version: 3.20 Release: 0 Summary: Clipboard management system for GNOME -License: GPL-3.0+ +License: BSD-2-Clause Group: System/GUI/GNOME Url: https://github.com/Keruspe/GPaste 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: gobject-introspection-devel >= 1.48 BuildRequires: intltool >= 0.50.0 BuildRequires: update-desktop-files +BuildRequires: pkgconfig(appstream-glib) BuildRequires: pkgconfig(clutter-1.0) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gdk-3.0) >= 3.0.0 @@ -51,11 +52,11 @@ %description GPaste is a clipboard management daemon with DBus interface. -%package -n libgpaste4 +%package -n libgpaste6 Summary: Library for managing clipboard history Group: System/Libraries -%description -n libgpaste4 +%description -n libgpaste6 GPaste is a clipboard management daemon with DBus interface. This package provides a library for managing clipboard history. @@ -82,7 +83,7 @@ %package devel Summary: Library for managing clipboard history -- Development Files Group: Development/Libraries/GNOME -Requires: libgpaste4 = %{version} +Requires: libgpaste6 = %{version} Requires: typelib-1_0-GPaste-1_0 = %{version} %description devel @@ -116,9 +117,6 @@ %install %make_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print -# Install bash/zsh completion support -install -D -m 0644 data/completions/gpaste-client %{buildroot}%{_sysconfdir}/bash_completion.d/gpaste-client -install -D -m 0644 data/completions/_gpaste-client %{buildroot}%{_datadir}/zsh/site-functions/_gpaste-client desktop-file-edit --set-icon=edit-paste --remove-key Categories --add-category=Applet --add-only-show-in=GNOME %{buildroot}%{_datadir}/applications/org.gnome.GPaste.Ui.desktop %find_lang GPaste %{?no_lang_C} @@ -130,14 +128,13 @@ %glib2_gsettings_schema_postun %desktop_database_postun -%post -n libgpaste4 -p /sbin/ldconfig +%post -n libgpaste6 -p /sbin/ldconfig -%postun -n libgpaste4 -p /sbin/ldconfig +%postun -n libgpaste6 -p /sbin/ldconfig %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README.md -%{_bindir}/gpaste %{_bindir}/gpaste-client %{_libexecdir}/gpaste/ %{_datadir}/applications/org.gnome.GPaste.Ui.desktop @@ -145,14 +142,14 @@ %{_datadir}/dbus-1/services/org.gnome.GPaste.Ui.service %{_datadir}/appdata/org.gnome.GPaste.Ui.appdata.xml %{_datadir}/glib-2.0/schemas/org.gnome.GPaste.gschema.xml +%{_datadir}/bash-completion/completions/gpaste-client %{_datadir}/zsh/site-functions/_gpaste-client %{_mandir}/man1/gpaste-client.1%{?ext_man} -%{_sysconfdir}/bash_completion.d/gpaste-client # Bah, we need to own this... %dir %{_datadir}/zsh %dir %{_datadir}/zsh/site-functions -%files -n libgpaste4 +%files -n libgpaste6 %defattr(-,root,root) %{_libdir}/libgpaste.so.* ++++++ gpaste-3.18.2.tar.xz -> gpaste-3.20.tar.xz ++++++ ++++ 28802 lines of diff (skipped)
