forked from pool/gnote
Accepting request 750965 from GNOME:Apps
New stable release (forwarded request 750593 from iznogood) OBS-URL: https://build.opensuse.org/request/show/750965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=63
This commit is contained in:
commit
298785532c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8c35188ab45409e3dbb153ac27ecb1029a344dcefff49d3cac4d9fa4c243366
|
|
||||||
size 3410340
|
|
3
gnote-3.34.1.tar.xz
Normal file
3
gnote-3.34.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f41c49265376d9e9fd8fcb43e13779c1f965411c67969d18b0e12878d70c3cb
|
||||||
|
size 3490020
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 17:10:15 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Sun Apr 14 15:51:46 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
39
gnote.spec
39
gnote.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnote
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: gnote
|
||||||
Version: 3.32.1
|
Version: 3.34.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Port of Tomboy to C++
|
Summary: A Port of Tomboy to C++
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://wiki.gnome.org/Apps/Gnote
|
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: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libboost_test-devel >= 1.5.1
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.32
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.32
|
||||||
|
BuildRequires: pkgconfig(gspell-1) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||||
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18
|
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18
|
||||||
BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0
|
|
||||||
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
BuildRequires: pkgconfig(uuid)
|
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
|
%description
|
||||||
It is the same note taking application, including most of the add-ins (more are
|
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
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure \
|
||||||
make %{?_smp_mflags}
|
--disable-static \
|
||||||
|
%{nil}
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -88,19 +83,9 @@ desktop-file-edit --add-category TextEditor %{buildroot}%{_datadir}/applications
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if 0%{?suse_version} < 1330
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if 0%{?suse_version} < 1330
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user