Hello community, here is the log from the commit of package bijiben for openSUSE:Factory checked in at 2019-07-26 12:06:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bijiben (Old) and /work/SRC/openSUSE:Factory/.bijiben.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bijiben" Fri Jul 26 12:06:14 2019 rev:46 rq:717987 version:3.32.2 Changes: -------- --- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes 2019-05-03 22:17:16.040085414 +0200 +++ /work/SRC/openSUSE:Factory/.bijiben.new.4126/bijiben.changes 2019-07-26 12:06:16.722888688 +0200 @@ -1,0 +2,7 @@ +Fri Jul 19 07:15:16 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.2: + + Fixed appdata screenshots' URLs. + + Fixed flatpak using stable EDS and libical releases. + +------------------------------------------------------------------- Old: ---- bijiben-3.32.1.tar.xz New: ---- bijiben-3.32.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bijiben.spec ++++++ --- /var/tmp/diff_new_pack.l3nQzQ/_old 2019-07-26 12:06:17.190888614 +0200 +++ /var/tmp/diff_new_pack.l3nQzQ/_new 2019-07-26 12:06:17.190888614 +0200 @@ -17,8 +17,9 @@ %bcond_with zeitgeist + Name: bijiben -Version: 3.32.1 +Version: 3.32.2 Release: 0 Summary: Note editor for GNOME License: GPL-3.0-or-later AND CC-BY-SA-3.0 ++++++ bijiben-3.32.1.tar.xz -> bijiben-3.32.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bijiben-3.32.1/NEWS new/bijiben-3.32.2/NEWS --- old/bijiben-3.32.1/NEWS 2019-04-10 02:31:05.000000000 +0200 +++ new/bijiben-3.32.2/NEWS 2019-07-19 06:27:35.000000000 +0200 @@ -1,3 +1,9 @@ +Overview of changes in 3.32.2 +============================= + +* Fixed appdata screenshots' URLs (Isaque Galdino) +* Fixed flatpak using stable EDS and libical releases (Mohammed Sadiq) + Overview of changes in 3.32.1 ============================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bijiben-3.32.1/build-aux/flatpak/org.gnome.Notes.json new/bijiben-3.32.2/build-aux/flatpak/org.gnome.Notes.json --- old/bijiben-3.32.1/build-aux/flatpak/org.gnome.Notes.json 2019-04-10 02:31:05.000000000 +0200 +++ new/bijiben-3.32.2/build-aux/flatpak/org.gnome.Notes.json 2019-07-19 06:27:35.000000000 +0200 @@ -69,13 +69,17 @@ "buildsystem" : "cmake", "config-opts" : [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib", - "-DBUILD_SHARED_LIBS:BOOL=ON" + "-DBUILD_SHARED_LIBS:BOOL=ON", + "-DGOBJECT_INTROSPECTION:BOOL=OFF", + "-DICAL_BUILD_DOCS:BOOL=OFF", + "-DICAL_GLIB_VAPI:BOOL=OFF", + "-DICAL_GLIB:BOOL=ON" ], "sources" : [ { "type" : "archive", - "url" : "https://github.com/libical/libical/releases/download/v3.0.1/libical-3.0.1.tar.gz", - "sha256" : "7f32a889df542592a357a73ff5f3bd7b5058450c1a3fb272b1c9a69e32d9ed10" + "url" : "https://github.com/libical/libical/releases/download/v3.0.5/libical-3.0.5.tar.gz", + "sha256" : "7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6" } ] }, @@ -105,6 +109,7 @@ "sources" : [ { "type" : "git", + "branch": "gnome-3-32", "url" : "https://gitlab.gnome.org/GNOME/evolution-data-server.git" } ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bijiben-3.32.1/data/appdata/org.gnome.Notes.appdata.xml.in new/bijiben-3.32.2/data/appdata/org.gnome.Notes.appdata.xml.in --- old/bijiben-3.32.1/data/appdata/org.gnome.Notes.appdata.xml.in 2019-04-10 02:31:05.000000000 +0200 +++ new/bijiben-3.32.2/data/appdata/org.gnome.Notes.appdata.xml.in 2019-07-19 06:27:35.000000000 +0200 @@ -22,23 +22,33 @@ </kudos> <screenshots> <screenshot type="default"> - <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdatadefault.png</image> + <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/default.png</image> </screenshot> <screenshot> <caption>Edit view</caption> - <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdataedit.png</image> + <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/edit.png</image> </screenshot> <screenshot> <caption>Select view</caption> - <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdataselect.png</image> + <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/select.png</image> </screenshot> <screenshot> <caption>List view</caption> - <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdatalist.png</image> + <image width="800" height="647">https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appdata/list.png</image> </screenshot> </screenshots> <releases> + <release date="2019-07-19" version="3.32.2"> + <description> + <p>This release brings the following improvements:</p> + <ul> + <li>Fixed appdata screenshots' URLs (Isaque Galdino)</li> + <li>Fixed flatpak using stable EDS and libical releases (Mohammed Sadiq)</li> + </ul> + <p>Thanks to all the contributors that worked on GNOME Notes!</p> + </description> + </release> <release date="2019-04-09" version="3.32.1"> <description> <p>This release updates the following translations:</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bijiben-3.32.1/meson.build new/bijiben-3.32.2/meson.build --- old/bijiben-3.32.1/meson.build 2019-04-10 02:31:05.000000000 +0200 +++ new/bijiben-3.32.2/meson.build 2019-07-19 06:27:35.000000000 +0200 @@ -1,6 +1,6 @@ project( 'bijiben', 'c', - version: '3.32.1', + version: '3.32.2', license: 'GPL3', default_options: 'buildtype=debugoptimized', meson_version: '>= 0.43.0'
