Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnonograms for openSUSE:Factory 
checked in at 2022-03-10 22:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnonograms (Old)
 and      /work/SRC/openSUSE:Factory/.gnonograms.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnonograms"

Thu Mar 10 22:45:49 2022 rev:7 rq:960820 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnonograms/gnonograms.changes    2020-09-17 
14:51:59.519976347 +0200
+++ /work/SRC/openSUSE:Factory/.gnonograms.new.2349/gnonograms.changes  
2022-03-11 11:43:40.326769504 +0100
@@ -1,0 +2,11 @@
+Thu Mar  3 08:30:03 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 2.0.0:
+  + Restyled headerbar
+  + New app icon
+  + Responds to user's prefers-dark setting
+  + Updated translations.
+- Add pkgconfig(libhandy-1) BuildRequires: new dependency.
+- Add gnonograms-meson-0.61.patch: Fix build with meson 0.61.
+
+-------------------------------------------------------------------

Old:
----
  gnonograms-1.4.5.tar.gz

New:
----
  gnonograms-2.0.0.tar.gz
  gnonograms-meson-0.61.patch

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

Other differences:
------------------
++++++ gnonograms.spec ++++++
--- /var/tmp/diff_new_pack.Qbz1OI/_old  2022-03-11 11:43:40.754769984 +0100
+++ /var/tmp/diff_new_pack.Qbz1OI/_new  2022-03-11 11:43:40.762769993 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnonograms
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,19 @@
 # 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:           gnonograms
-Version:        1.4.5
+Version:        2.0.0
 Release:        0
 Summary:        Program for creating and solving gnonogram puzzles
 License:        GPL-3.0-or-later
 Group:          Amusements/Games/Logic
 URL:            https://github.com/jeremypw
 Source:         
https://github.com/jeremypw/gnonograms/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         gnonograms-meson-0.61.patch
 BuildRequires:  AppStream
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -34,7 +36,7 @@
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(granite) >= 5.2.0
 BuildRequires:  pkgconfig(gtk+-3.0) > 3.22.0
-Recommends:     %{name}-lang
+BuildRequires:  pkgconfig(libhandy-1)
 
 %description
 An implementation of the Japanese logic puzzle "Nonograms".
@@ -42,7 +44,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson
@@ -63,9 +65,10 @@
 %{_bindir}/com.github.jeremypw.gnonograms
 %{_datadir}/metainfo/com.github.jeremypw.gnonograms.appdata.xml
 %{_datadir}/applications/com.github.jeremypw.gnonograms.desktop
+%dir %{_datadir}/icons/hicolor/*@2
+%dir %{_datadir}/icons/hicolor/*@2/apps
 %{_datadir}/icons/hicolor/*/*/*.??g
 %{_datadir}/glib-2.0/schemas/com.github.jeremypw.gnonograms.gschema.xml
-%{_datadir}/mime/packages/com.github.jeremypw.gnonograms.mimeinfo.xml
 
 %files lang -f %{name}.lang
 

++++++ gnonograms-1.4.5.tar.gz -> gnonograms-2.0.0.tar.gz ++++++
++++ 18038 lines of diff (skipped)

++++++ gnonograms-meson-0.61.patch ++++++
Index: gnonograms-2.0.0/data/meson.build
===================================================================
--- gnonograms-2.0.0.orig/data/meson.build
+++ gnonograms-2.0.0/data/meson.build
@@ -17,7 +17,6 @@ install_data (
 )
 
 i18n.merge_file (
-    'desktop',
     input: meson.project_name () + '.desktop.in',
     output: meson.project_name () + '.desktop',
     install: true,
@@ -27,7 +26,6 @@ i18n.merge_file (
 )
 
 i18n.merge_file (
-    'appdata',
     input: meson.project_name () + '.appdata.xml.in',
     output: meson.project_name () + '.appdata.xml',
     install: true,

Reply via email to