Accepting request 734989 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/734989
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=116
This commit is contained in:
Bjørn Lie 2019-10-04 15:24:31 +00:00 committed by Git OBS Bridge
parent 10e9f210b4
commit 3fa0cd8403
4 changed files with 38 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8c35188ab45409e3dbb153ac27ecb1029a344dcefff49d3cac4d9fa4c243366
size 3410340

3
gnote-3.34.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a03b7bebab867f0929a165902955aee69eb6a24869e730a0ccb430edcfd7d483
size 3417692

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
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>

View File

@ -16,40 +16,33 @@
#
%define base_version 3.32
%define base_version 3.34
Name: gnote
Version: 3.32.1
Version: 3.34.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/%{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.8.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