Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2021-09-27 20:08:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote" Mon Sep 27 20:08:53 2021 rev:77 rq:921593 version:41.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2021-09-20 23:36:19.847409115 +0200 +++ /work/SRC/openSUSE:Factory/.gnote.new.1899/gnote.changes 2021-09-27 20:09:14.926484613 +0200 @@ -1,0 +2,7 @@ +Sun Sep 26 16:04:39 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 41.0: + + Fix size and add more screenshots to appdata. + + Updated translations. + +------------------------------------------------------------------- @@ -5,0 +13,25 @@ + +------------------------------------------------------------------- +Mon Sep 6 10:49:19 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 41.beta: + + Fix a bunch of outdated URLs and instructions. + + Fix metadata license tag. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 6 11:50:38 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 41.alpha: + + New Features: + - Build system changed to meson. + - Plugins now stored in plugins folder instead of addins. + + Fixes: + - Fix synchronization when files are larger than 64k. + - Stopped using lots of Glib and Gtk deprecations. + + Updated translations. +- Change build system to meson: + + Add meson BuildRequires. + + Replace configure/make/make_install macros with + meson/meson_build/meson_install. +- Bump base_version to 41, following upstream. Old: ---- gnote-40.2.tar.xz New: ---- gnote-41.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.1NMAht/_old 2021-09-27 20:09:15.438485177 +0200 +++ /var/tmp/diff_new_pack.1NMAht/_new 2021-09-27 20:09:15.438485177 +0200 @@ -16,23 +16,23 @@ # -%define base_version 40 +%define base_version 41 Name: gnote -Version: 40.2 +Version: 41.0 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Gnote -Source0: https://download.gnome.org/sources/gnote/40/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnote/41/%{name}-%{version}.tar.xz Source99: gnote-rpmlintrc BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: intltool BuildRequires: libboost_test-devel >= 1.5.1 +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: yelp-tools BuildRequires: pkgconfig(glibmm-2.4) >= 2.62 @@ -68,23 +68,18 @@ %autosetup -p1 %build -%configure \ - --disable-static \ - %{nil} -%make_build +%meson +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications/org.gnome.Gnote.desktop %fdupes %{buildroot}%{_datadir} %find_lang %{name} %{?no_lang_C} -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %license COPYING @@ -94,7 +89,6 @@ %{_libdir}/gnote/ # Splitting does not make sense as it's just a lib for gnote itself (and it's plugins) %{_libdir}/libgnote-%{base_version}.so* -%{_libdir}/libgnote.so %{_datadir}/applications/org.gnome.Gnote.desktop %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml %{_datadir}/gnote/ ++++++ gnote-40.2.tar.xz -> gnote-41.0.tar.xz ++++++ ++++ 191051 lines of diff (skipped)