Hello community, here is the log from the commit of package gpaste for openSUSE:Leap:15.2 checked in at 2020-03-21 16:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gpaste (Old) and /work/SRC/openSUSE:Leap:15.2/.gpaste.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpaste" Sat Mar 21 16:45:15 2020 rev:12 rq:777923 version:3.34.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gpaste/gpaste.changes 2020-01-15 15:08:03.477992704 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gpaste.new.3160/gpaste.changes 2020-03-21 16:46:23.837600552 +0100 @@ -1,0 +2,79 @@ +Thu Jan 30 11:12:56 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Fri Oct 25 08:34:00 UTC 2019 - Andrey Gankov <[email protected]> + +- Update to version 3.34.1: + + Compatibility with recent appstream-glib +- Changes from version 3.34.0: + + Update to gnome-shell 3.34.0 +- Replace pkgconfig(mutter-clutter-4) BuildRequires with + pkgconfig(mutter-clutter-5), following upstreams changes for + GNOME 3.34. + +------------------------------------------------------------------- +Sat Jul 13 22:11:36 UTC 2019 - Bjørn Lie <[email protected]> + +- Disable LTO, gpaste fails to build with it. + +------------------------------------------------------------------- +Tue May 7 11:17:10 UTC 2019 - Andrei Dziahel <[email protected]> + +- Update to version 3.32.0 + + Update to gnome-shell 3.32.0 + + Allow loading settings from ~/.config/gpaste/settings +- Replace pkgconfig(mutter-clutter-3) with + pkgconfig(mutter-clutter-4) BuildRequires following upstreams + changes. +------------------------------------------------------------------- +Fri Oct 5 19:59:51 UTC 2018 - [email protected] + +- Update to version 3.30.1: + + Workaround a bug in gnome-shell 3.30.0. +- Changes from version 3.30.0: + + Silence warnings with gcc 8. + + Update dependencies for gnome 3.30. +- Replace pkgconfig(mutter-clutter-2) with + pkgconfig(mutter-clutter-3) BuildRequires following upstreams + changes. + +------------------------------------------------------------------- +Tue Jun 12 15:27:19 UTC 2018 - [email protected] + +- Update to version 3.28.2: + + Fix a crash in images support. +- Changes from version 3.28.1: + + Gnome-shell extension cleanups. + + Allow disabling the confirmation dialog for emptying history. +- Drop gpaste-clutter-2.patch: Fixed upstream. +- Change soname to libgpaste11 from libgpaste10 following upstreams + bump. + +------------------------------------------------------------------- +Tue Apr 3 17:16:11 UTC 2018 - [email protected] + +- Update summaries. + +------------------------------------------------------------------- +Thu Mar 15 11:05:51 UTC 2018 - [email protected] + +- Update to version 3.28.0: + + gpaste-daemonn now emits a dbus signal when an item is + selected. + + gpaste-client can now print the history in reverse order. + + Drop gtk4 support, it will come back later. + + API adjustments to prepare for the future gtk4 port. + + Ask confirmation before emptying an history. +- Replace pkgconfig(mutter-clutter-1) BuildRequires with + pkgconfig(mutter-clutter-2), following upstreams changes for + GNOME 3.28. +- Rename libgpaste9 subpackeg to libgpaste10, following upstreams + soname bump. +- Add gpaste-clutter-2.patch: specify the Clutter version to be + 2 instead of 1. +- Filter out typelib(Clutter) dependency: this is provided + internally by mutter. + +------------------------------------------------------------------- Old: ---- gpaste-3.26.0.tar.xz New: ---- gpaste-3.34.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpaste.spec ++++++ --- /var/tmp/diff_new_pack.mcQawR/_old 2020-03-21 16:46:24.861601601 +0100 +++ /var/tmp/diff_new_pack.mcQawR/_new 2020-03-21 16:46:24.893601634 +0100 @@ -1,7 +1,7 @@ # # spec file for package gpaste # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Simone Tolotti, <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -13,21 +13,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%global __requires_exclude typelib\\(Clutter\\) Name: gpaste -Version: 3.26.0 +Version: 3.34.1 Release: 0 Summary: Clipboard management system for GNOME License: BSD-2-Clause Group: System/GUI/GNOME -Url: https://github.com/Keruspe/GPaste +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.48 +BuildRequires: gnome-shell >= 3.28 +BuildRequires: gobject-introspection-devel >= 1.58.0 BuildRequires: intltool >= 0.50.0 BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -35,30 +37,29 @@ 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.46.0 -BuildRequires: pkgconfig(gjs-1.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.46.0 +BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.38.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.58.0 +BuildRequires: pkgconfig(gjs-1.0) >= 1.54.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.58.0 BuildRequires: pkgconfig(gnome-keybindings) -BuildRequires: pkgconfig(gobject-2.0) >= 2.46.0 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.58.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0 BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(mutter-clutter-1) +BuildRequires: pkgconfig(mutter-clutter-5) BuildRequires: pkgconfig(systemd) -BuildRequires: pkgconfig(vapigen) +BuildRequires: pkgconfig(vapigen) >= 0.42 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xtst) -Recommends: %{name}-lang %description GPaste is a clipboard management daemon with DBus interface. -%package -n libgpaste9 +%package -n libgpaste11 Summary: Library for managing clipboard history Group: System/Libraries -%description -n libgpaste9 +%description -n libgpaste11 GPaste is a clipboard management daemon with DBus interface. This package provides a library for managing clipboard history. @@ -73,7 +74,7 @@ This package provides a library for managing clipboard history. %package -n typelib-1_0-GPaste-1_0 -Summary: Library for managing clipboard history -- Introspection bindings +Summary: Introspection bindings for the gpaste clipboard history manager Group: System/Libraries %description -n typelib-1_0-GPaste-1_0 @@ -83,9 +84,9 @@ managing clipboard history. %package devel -Summary: Library for managing clipboard history -- Development Files +Summary: Development files for the gpaste clipboard history manager Group: Development/Libraries/GNOME -Requires: libgpaste9 = %{version} +Requires: libgpaste11 = %{version} Requires: typelib-1_0-GPaste-1_0 = %{version} %description devel @@ -95,7 +96,7 @@ clipboard history. %package -n gnome-shell-extension-gpaste -Summary: GNOME Shell Extension -- GPaste Status Menu +Summary: GPaste status menu extension for GNOME Shell Group: System/GUI/GNOME Requires: %{name} = %{version} Requires: gnome-shell @@ -111,9 +112,10 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build +%define _lto_cflags %{nil} %configure --enable-vala make %{?_smp_mflags} @@ -123,19 +125,19 @@ 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} -%post -n libgpaste9 -p /sbin/ldconfig -%postun -n libgpaste9 -p /sbin/ldconfig +%post -n libgpaste11 -p /sbin/ldconfig +%postun -n libgpaste11 -p /sbin/ldconfig %files %license COPYING %{_bindir}/gpaste-client %{_libexecdir}/gpaste/ %{_datadir}/applications/org.gnome.GPaste.Ui.desktop -%{_datadir}/dbus-1/services/org.gnome.GPaste.service +%{_datadir}/bash-completion/completions/gpaste-client %{_datadir}/dbus-1/services/org.gnome.GPaste.Ui.service -%{_datadir}/appdata/org.gnome.GPaste.Ui.appdata.xml +%{_datadir}/dbus-1/services/org.gnome.GPaste.service %{_datadir}/glib-2.0/schemas/org.gnome.GPaste.gschema.xml -%{_datadir}/bash-completion/completions/gpaste-client +%{_datadir}/metainfo/org.gnome.GPaste.Ui.appdata.xml %{_datadir}/zsh/site-functions/_gpaste-client %{_mandir}/man1/gpaste-client.1%{?ext_man} %{_userunitdir}/org.gnome.GPaste.Ui.service @@ -144,14 +146,15 @@ %dir %{_datadir}/zsh %dir %{_datadir}/zsh/site-functions -%files -n libgpaste9 +%files -n libgpaste11 %{_libdir}/libgpaste.so.* %files -n typelib-1_0-GPaste-1_0 %{_libdir}/girepository-1.0/GPaste-1.0.typelib %files devel -%doc AUTHORS ChangeLog COPYING NEWS README.md +%license COPYING +%doc AUTHORS ChangeLog NEWS README.md %{_includedir}/gpaste/ %{_libdir}/libgpaste*.so %{_libdir}/pkgconfig/gpaste*.pc ++++++ gpaste-3.26.0.tar.xz -> gpaste-3.34.1.tar.xz ++++++ ++++ 15844 lines of diff (skipped)
