diff --git a/gnote-3.32.1.tar.xz b/gnote-3.32.1.tar.xz deleted file mode 100644 index 163244a..0000000 --- a/gnote-3.32.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8c35188ab45409e3dbb153ac27ecb1029a344dcefff49d3cac4d9fa4c243366 -size 3410340 diff --git a/gnote-3.34.1.tar.xz b/gnote-3.34.1.tar.xz new file mode 100644 index 0000000..4c00d31 --- /dev/null +++ b/gnote-3.34.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f41c49265376d9e9fd8fcb43e13779c1f965411c67969d18b0e12878d70c3cb +size 3490020 diff --git a/gnote.changes b/gnote.changes index 19be0bc..a4824f5 100644 --- a/gnote.changes +++ b/gnote.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Nov 24 17:10:15 UTC 2019 - Bjørn Lie + +- Update to version 3.34.1: + + Added manual for Online Folder sync. + + Lowerer gspell requirement to 1.6. + + Updated translations. + +------------------------------------------------------------------- +Sat Sep 21 20:44:40 UTC 2019 - Bjørn Lie + +- Upate to version 3.34.0: + + New Features: + - Add OARS and update appdata. + - Use GSpell instead of GtkSpell for spellchecking. + + Updated translations. +- Replace pkgconfig(gtkspell3-3.0) with pkgconfig(gspell-1) + BuildRequires following upstream changes. +- Bump base version to 3.34. +- Use modern macros. +- Drop conditionals for obsolete versions of openSUSE. +- Drop gnote-lang Recommends: No longer needed, automatic + supplements in place. + +------------------------------------------------------------------- +Mon Sep 2 16:34:22 CST 2019 - yfjiang@suse.com + +- Update to version 3.33.0: + + Manual updates. + + Add Online Folder synchronization plugin. + + Updated translations. + ------------------------------------------------------------------- Sun Apr 14 15:51:46 UTC 2019 - Bjørn Lie diff --git a/gnote.spec b/gnote.spec index 0d18c7d..edee68d 100644 --- a/gnote.spec +++ b/gnote.spec @@ -1,7 +1,7 @@ # # spec file for package gnote # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,40 +16,33 @@ # -%define base_version 3.32 +%define base_version 3.34 + Name: gnote -Version: 3.32.1 +Version: 3.34.1 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/%{name}/%{base_version}/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnote/3.34/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: intltool +BuildRequires: libboost_test-devel >= 1.5.1 BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: yelp-tools BuildRequires: pkgconfig(glibmm-2.4) >= 2.32 +BuildRequires: pkgconfig(gspell-1) >= 1.6.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18 -BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0 BuildRequires: pkgconfig(libsecret-1) >= 0.8 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(uuid) -Recommends: %{name}-lang -%if 0%{?suse_version} < 1330 -%glib2_gsettings_schema_requires -%endif -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_test-devel >= 1.5.1 -%else -BuildRequires: boost-devel >= 1.5.1 -%endif %description It is the same note taking application, including most of the add-ins (more are @@ -72,12 +65,14 @@ search results from documents. %lang_package %prep -%setup -q +%autosetup -p1 translation-update-upstream %build -%configure --disable-static -make %{?_smp_mflags} +%configure \ + --disable-static \ + %{nil} +%make_build %install %make_install @@ -88,19 +83,9 @@ desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications %post /sbin/ldconfig -%if 0%{?suse_version} < 1330 -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post -%endif %postun /sbin/ldconfig -%if 0%{?suse_version} < 1330 -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun -%endif %files %license COPYING