Accepting request 429177 from GNOME:Apps
(forwarded request 428785 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/429177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=49
This commit is contained in:
commit
4b9912e9cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7
|
||||
size 3304760
|
3
gnote-3.21.1.tar.xz
Normal file
3
gnote-3.21.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60afc734ac50adef4373e8920c62417eaf1930952cf1c91bb3abb176baf3c600
|
||||
size 3308944
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 17:11:29 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.1:
|
||||
+ New Features:
|
||||
- Shell search provider will search only in note titles
|
||||
(bgo#765894).
|
||||
- Change accelerator for Back button to <Ctrl>.
|
||||
+ Fixes:
|
||||
- Fix build against Glibmm 2.21 (bgo#770541).
|
||||
- Fix memory leak in TrieTree (bgo#770056).
|
||||
+ Updated translations.
|
||||
- Drop gnote-buildfix.patch: Fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 19:01:22 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Add gnote-buildfix.patch: Fix build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 18:23:45 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.21.0:
|
||||
+ New Features:
|
||||
- GTK+ 3.20 is required.
|
||||
- Undo will now undo last user action as single unit
|
||||
(bgo#747202).
|
||||
- Added shortcuts window.
|
||||
- Added <Ctrl>Left accelerator to go from note to main window.
|
||||
+ Fixes:
|
||||
- Enter key will find next match when searching in note
|
||||
(bgo#700624).
|
||||
- Fixed formatting buttons when selection is mixed formatting
|
||||
(bgo#702248).
|
||||
- Fixed crash on first run when data migration is required
|
||||
(bgo#765791).
|
||||
- Fixed disabling application plugins.
|
||||
- Fixed Windows size shrinking when switching from/to note
|
||||
(bgo#764464).
|
||||
- Fixed tab key activating search, while it shouldn't
|
||||
(bgo#767834).
|
||||
- Escape will close search when search entry has focus.
|
||||
- Make --search always show main window in search mode
|
||||
(bgo#769906).
|
||||
+ Updated translations.
|
||||
- Align BuildRequires with what configure checks for:
|
||||
+ Removed gtkmm3-devel, libuuid-devel and libxslt-devel.
|
||||
+ Added pkgconfig(glibmm-2.4), pkgconfig(gtk+-3.0),
|
||||
pkgconfig(gtkmm-3.0), pkgconfig(libxslt) and pkgconfig(uuid).
|
||||
- Bump _gnote_version to 3.21.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 19 04:16:43 UTC 2016 - tyang@suse.com
|
||||
|
||||
|
25
gnote.spec
25
gnote.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnote
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,29 +16,31 @@
|
||||
#
|
||||
|
||||
|
||||
%define _gnote_version 3.20
|
||||
|
||||
%define _gnote_version 3.21
|
||||
Name: gnote
|
||||
Version: 3.20.1
|
||||
Version: 3.21.1
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://live.gnome.org/Gnote
|
||||
Source: http://download.gnome.org/sources/gnote/3.20/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.21/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtkmm3-devel >= 3.18
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.32
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -62,6 +64,7 @@ This package contains a search provider to enable GNOME Shell to get
|
||||
search results from documents.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
@ -72,14 +75,11 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file gnote Utility DesktopUtility
|
||||
%fdupes %{buildroot}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%clean
|
||||
test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%glib2_gsettings_schema_post
|
||||
@ -109,6 +109,7 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
%{_datadir}/appdata/gnote.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%files -n gnome-shell-search-provider-%{name}
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user