Hello community, here is the log from the commit of package gnome-screenshot for openSUSE:Leap:15.2 checked in at 2020-01-30 14:49:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gnome-screenshot (Old) and /work/SRC/openSUSE:Leap:15.2/.gnome-screenshot.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-screenshot" Thu Jan 30 14:49:44 2020 rev:32 rq:757852 version:3.34.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gnome-screenshot/gnome-screenshot.changes 2020-01-15 15:04:52.141886592 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gnome-screenshot.new.26092/gnome-screenshot.changes 2020-01-30 14:50:30.598905960 +0100 @@ -1,0 +2,77 @@ +Mon Oct 14 17:17:04 UTC 2019 - [email protected] + +- Update to version 3.34.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 3 19:42:29 CDT 2019 - [email protected] + +- Update to version 3.33.90: + + Add a flatpak-based CI job. + + Relax sandboxing options in flatpak manifest. + + Run flatpak in interactive mode by default. + + Support saving both to disk and clipboard from CLI. + + Fix alignment of labels in save dialog. + + Make file chooser dialog modal. + + Fix crash when using the fallback X11 code path on HiDpi. + + Fix window screenshot size when using the fallback X11 code + path on HiDpi. + + Fix area selection flash when using the fallback X11 code path. + + Translation updates. +- Require meson >= 0.50.0. + +------------------------------------------------------------------- +Fri Mar 15 12:32:27 UTC 2019 - [email protected] + +- Update to version 3.32.0: + + Release GNOME Screenshot 3.32.0. + +------------------------------------------------------------------- +Fri Mar 08 11:36:58 UTC 2019 - [email protected] + +- Update to version 3.30.0+47: + + Bump GTK+ requirement to 3.12.0 + + Add <description> to pass git pre-receive hook + + Replace Bugzilla by Gitlab URL in DOAP file + + icon: app icon adjustments + + Add flatpak manifest to build from master + + dialog: call right function to get display + + build: Fix a copy-paste mistake + + screenshot-dialog: replace deprecated gdk_cursor_new + + area-selection: replace deprecated gdk_cursor_new + + Update icon name references to new name + + icon: update app icon + + build: post-release version bump to 3.31.0 + + Clean up formatting. Remove extra whitespace, convert tabs to + spaces, fix indentation. +- Rebase patch with quilt. + +------------------------------------------------------------------- +Sat Sep 08 08:59:05 UTC 2018 - [email protected] + +- Update to version 3.30.0: + + Updated translations. +- Update URL in _service file. + +------------------------------------------------------------------- +Fri Mar 30 19:57:21 UTC 2018 - [email protected] + +- Update to version 3.26.0+20180327.60e7720: + + Updated translations. + +------------------------------------------------------------------- +Thu Mar 22 21:33:25 UTC 2018 - [email protected] + +- Update to version 3.26.0+20180313.a35622c: + + Remove po/Makevars. + + Fix a grammar mistake in the man page. + + Drop build-api wrapper. + + Honor the mandir option. + + Updated translations. +- Switch to git checkout via source services. +- Drop update-desktop-files BuildRequires and no longer call + suse_update_desktop_file macro, not needed anymore. +- Use autosetup macro. +- Drop obsolete gnome-utils Conflicts, not needed anymore. + +------------------------------------------------------------------- Old: ---- gnome-screenshot-3.26.0.tar.xz New: ---- _service _servicedata gnome-screenshot-3.34.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-screenshot.spec ++++++ --- /var/tmp/diff_new_pack.hJGXPc/_old 2020-01-30 14:50:31.070906210 +0100 +++ /var/tmp/diff_new_pack.hJGXPc/_new 2020-01-30 14:50:31.074906213 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-screenshot # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,27 +12,28 @@ # 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/ # Name: gnome-screenshot -Version: 3.26.0 +Version: 3.34.0 Release: 0 Summary: Utility to take pictures of your screen License: GPL-2.0-or-later Group: System/GUI/GNOME URL: https://www.gnome.org -Source: https://download.gnome.org/sources/gnome-screenshot/3.26/%{name}-%{version}.tar.xz +#Source0: https://download.gnome.org/sources/gnome-screenshot/3.33/%%{name}-%%{version}.tar.xz +Source: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gnome-screenshot-onlyshowin.patch [email protected] -- OnlyShowIn=GNOME: fix brp build check, allowing to use the icon from the gnome theme. Patch0: gnome-screenshot-onlyshowin.patch -BuildRequires: meson + +BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig BuildRequires: translation-update-upstream -BuildRequires: update-desktop-files BuildRequires: pkgconfig(appstream-glib) BuildRequires: pkgconfig(glib-2.0) >= 2.35.1 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -46,8 +47,7 @@ %lang_package %prep -%setup -q -%patch0 -p1 +%autosetup -p1 translation-update-upstream %build @@ -57,17 +57,17 @@ %install %meson_install %find_lang %{name} -%suse_update_desktop_file org.gnome.Screenshot X-SuSE-DesktopUtility %files %license COPYING -%doc NEWS -%{_datadir}/applications/org.gnome.Screenshot.desktop -%dir %{_datadir}/metainfo -%{_datadir}/metainfo/org.gnome.Screenshot.metainfo.xml +%doc NEWS README.md %{_bindir}/%{name} +%{_datadir}/applications/org.gnome.Screenshot.desktop %{_datadir}/dbus-1/services/org.gnome.Screenshot.service %{_datadir}/glib-2.0/schemas/org.gnome.gnome-screenshot.gschema.xml +%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Screenshot.svg +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Screenshot-symbolic.svg +%{_datadir}/metainfo/org.gnome.Screenshot.metainfo.xml %{_mandir}/man1/%{name}.1%{?ext_man} %dir %{_datadir}/GConf %dir %{_datadir}/GConf/gsettings ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="url">https://gitlab.gnome.org/GNOME/gnome-screenshot.git</param> <param name="scm">git</param> <!-- Remove revision to get latest commit --> <param name="revision">refs/tags/3.34.0</param> <param name="versionformat">@PARENT_TAG@</param> <!-- To get the latest commit use instead: <param name="versionformat">3.30.0+%cd.%h</param> --> <param name="changesgenerate">enable</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://git.gnome.org/browse/gnome-screenshot</param> <param name="changesrevision">60e77202718010ffd2595f9e627cb801b8e569ce</param></service><service name="tar_scm"> <param name="url">https://gitlab.gnome.org/GNOME/gnome-screenshot.git</param> <param name="changesrevision">dfa82b02e177fc56ac9676a787fe288054fe8e29</param></service></servicedata>++++++ gnome-screenshot-3.26.0.tar.xz -> gnome-screenshot-3.34.0.tar.xz ++++++ ++++ 18303 lines of diff (skipped) ++++++ gnome-screenshot-onlyshowin.patch ++++++ --- /var/tmp/diff_new_pack.hJGXPc/_old 2020-01-30 14:50:31.970906689 +0100 +++ /var/tmp/diff_new_pack.hJGXPc/_new 2020-01-30 14:50:31.990906700 +0100 @@ -1,9 +1,9 @@ -Index: gnome-screenshot-3.13.92/src/org.gnome.Screenshot.desktop.in +Index: gnome-screenshot-3.30.0+47/src/org.gnome.Screenshot.desktop.in =================================================================== ---- gnome-screenshot-3.13.92.orig/src/org.gnome.Screenshot.desktop.in -+++ gnome-screenshot-3.13.92/src/org.gnome.Screenshot.desktop.in -@@ -8,7 +8,7 @@ Type=Application - Icon=applets-screenshooter +--- gnome-screenshot-3.30.0+47.orig/src/org.gnome.Screenshot.desktop.in 2019-03-03 11:42:31.000000000 +0100 ++++ gnome-screenshot-3.30.0+47/src/org.gnome.Screenshot.desktop.in 2019-03-08 12:42:35.632898945 +0100 +@@ -10,7 +10,7 @@ Type=Application + Icon=org.gnome.Screenshot StartupNotify=true Categories=GTK;GNOME;Utility;X-GNOME-Utilities; -NotShowIn=KDE;
