Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package picplanner for openSUSE:Factory 
checked in at 2022-12-06 14:24:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/picplanner (Old)
 and      /work/SRC/openSUSE:Factory/.picplanner.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "picplanner"

Tue Dec  6 14:24:09 2022 rev:2 rq:1040518 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/picplanner/picplanner.changes    2022-09-26 
18:48:39.360105514 +0200
+++ /work/SRC/openSUSE:Factory/.picplanner.new.1835/picplanner.changes  
2022-12-06 14:24:24.690156840 +0100
@@ -1,0 +2,8 @@
+Mon Dec  5 21:04:16 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.3.2:
+  * Switch to AdwAboutDialog to match GNOME 43 design
+  * Update Flatpak dependencies
+  * Switch to GNOME 43 runtime
+
+-------------------------------------------------------------------

Old:
----
  picplanner-v0.3.1.tar.gz

New:
----
  picplanner-v0.3.2.tar.gz

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

Other differences:
------------------
++++++ picplanner.spec ++++++
--- /var/tmp/diff_new_pack.eoypyX/_old  2022-12-06 14:24:25.422163081 +0100
+++ /var/tmp/diff_new_pack.eoypyX/_new  2022-12-06 14:24:25.426163116 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           picplanner
-Version:        0.3.1
+Version:        0.3.2
 Release:        0
 Summary:        A GTK application for photographers using GNU Linux or 
especially Linux phones
 License:        GPL-3.0-or-later

++++++ picplanner-v0.3.1.tar.gz -> picplanner-v0.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picplanner-v0.3.1/CHANGELOG 
new/picplanner-v0.3.2/CHANGELOG
--- old/picplanner-v0.3.1/CHANGELOG     2022-09-14 00:50:04.000000000 +0200
+++ new/picplanner-v0.3.2/CHANGELOG     2022-10-01 23:24:07.000000000 +0200
@@ -13,3 +13,8 @@
 Version 0.3.1:
        - Code cleanup of the time and date selector
        - Switch to geocode-glib-2.0 to remove last libsoup-2 dependency
+
+Version 0.3.2:
+       - Switch to AdwAboutDialog to match GNOME 43 design
+       - Update Flatpak dependencies
+       - Switch to GNOME 43 runtime
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/picplanner-v0.3.1/data/de.zwarf.picplanner.metainfo.xml.in 
new/picplanner-v0.3.2/data/de.zwarf.picplanner.metainfo.xml.in
--- old/picplanner-v0.3.1/data/de.zwarf.picplanner.metainfo.xml.in      
2022-09-14 00:50:04.000000000 +0200
+++ new/picplanner-v0.3.2/data/de.zwarf.picplanner.metainfo.xml.in      
2022-10-01 23:24:07.000000000 +0200
@@ -73,6 +73,16 @@
   </requires>
 
        <releases>
+               <release version="0.3.2" date="2022-10-01" >
+      <description>
+        <p>Design changes and switch to GNOME 43 runtime</p>
+        <ul>
+                                       <li>Switch to AdwAboutDialog to match 
GNOME 43 design</li>
+                                       <li>Update Flatpak dependencies</li>
+                                       <li>Switch to GNOME 43 runtime</li>
+                               </ul>
+      </description>
+    </release>
                <release version="0.3.1" date="2022-09-14" >
       <description>
         <p>Code cleanup and dependency changes</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picplanner-v0.3.1/de.zwarf.picplanner.json 
new/picplanner-v0.3.2/de.zwarf.picplanner.json
--- old/picplanner-v0.3.1/de.zwarf.picplanner.json      2022-09-14 
00:50:04.000000000 +0200
+++ new/picplanner-v0.3.2/de.zwarf.picplanner.json      2022-10-01 
23:24:07.000000000 +0200
@@ -1,7 +1,7 @@
 {
     "app-id" : "de.zwarf.picplanner",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "42",
+    "runtime-version" : "43",
     "sdk" : "org.gnome.Sdk",
     "command" : "picplanner",
     "finish-args" : [
@@ -29,13 +29,14 @@
             "config-opts" : [
                 "-Denable-gtk-doc=false",
                 "-Denable-introspection=false",
-                "-Denable-installed-tests=false"
+                "-Denable-installed-tests=false",
+                "-Dsoup2=false"
             ],
             "sources" : [
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/geocode-glib.git";,
-                    "commit" : "11db75f37b77faa900255cc4835f4ab390e323bc"
+                    "commit" : "210abe69d68e38947106f4680631c369b0c23189"
                 }
             ]
         },
@@ -43,7 +44,6 @@
             "name" : "libgweather",
             "buildsystem" : "meson",
             "config-opts" : [
-                "-Dglade_catalog=false",
                 "-Denable_vala=false",
                 "-Dgtk_doc=false"
             ],
@@ -51,7 +51,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/libgweather.git";,
-                    "commit" : "6ac9872a5a06863f6c84f6ac836cede78b401691"
+                    "commit" : "699cfb7e114acba4e066ebda9a51e6820da3daa7"
                 }
             ]
         },
@@ -66,9 +66,9 @@
             ],
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : 
"https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz";,
-                    "sha256" : 
"77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2"
+                    "type" : "git",
+                    "url" : "https://github.com/protocolbuffers/protobuf.git";,
+                    "commit" : "54489e95e01882407f356f83c9074415e561db00"
                 }
             ]
         },
@@ -78,9 +78,9 @@
             "buildsystem" : "autotools",
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : 
"https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz";,
-                    "sha256" : 
"26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb"
+                    "type" : "git",
+                    "url" : "https://github.com/protobuf-c/protobuf-c.git";,
+                    "commit" : "abc67a11c6db271bedbb9f58be85d6f4e2ea8389"
                 }
             ]
         },
@@ -97,7 +97,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/libshumate.git";,
-                    "commit" : "d451a469ae65ea6574caf472cee0044e4059058c"
+                    "commit" : "062c61815d2875beee19a1c704c473be8fabb3a7"
                 }
             ]
         },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picplanner-v0.3.1/meson.build 
new/picplanner-v0.3.2/meson.build
--- old/picplanner-v0.3.1/meson.build   2022-09-14 00:50:04.000000000 +0200
+++ new/picplanner-v0.3.2/meson.build   2022-10-01 23:24:07.000000000 +0200
@@ -1,5 +1,5 @@
 project('picplanner', 'c',
-          version: '0.3.1',
+          version: '0.3.2',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                      'c_std=gnu11',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picplanner-v0.3.1/src/picplanner-application.c 
new/picplanner-v0.3.2/src/picplanner-application.c
--- old/picplanner-v0.3.1/src/picplanner-application.c  2022-09-14 
00:50:04.000000000 +0200
+++ new/picplanner-v0.3.2/src/picplanner-application.c  2022-10-01 
23:24:07.000000000 +0200
@@ -138,16 +138,17 @@
 
   window = gtk_application_get_active_window (GTK_APPLICATION (self));
 
-  gtk_show_about_dialog (window,
-                         "logo-icon-name", "de.zwarf.picplanner",
-                         "program-name", "PicPlanner",
-                         "version", "0.3.1",
-                         "comments", "Plan your photographs",
+  adw_show_about_window (window,
+                         "application-icon", "de.zwarf.picplanner",
+                         "application-name", "PicPlanner",
+                         "developer-name", "Zwarf",
+                         "version", "0.3.2",
                          "website", "https://gitlab.com/Zwarf/picplanner";,
+                         "issue-url", 
"https://gitlab.com/Zwarf/picplanner/-/issues/new";,
                          "copyright", copyright,
                          "license-type", GTK_LICENSE_GPL_3_0,
-                         "authors", authors,
-                         "artists", artists,
+                         "developers", authors,
+                         "designers", artists,
                          NULL);
 }
 

Reply via email to