Accepting request 201370 from GNOME:Apps
Update to ver 3.10.0, stable release. Wanted for 13.1 (forwarded request 201331 from dimstar) OBS-URL: https://build.opensuse.org/request/show/201370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=31
This commit is contained in:
commit
71fbbb60bd
3
gnote-3.10.0.tar.xz
Normal file
3
gnote-3.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b
|
||||
size 3037640
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbc147c16efb340e570a619b97143d5b1f05107afbc45e32865037b298a415a2
|
||||
size 3044120
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 19:30:09 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.10.0:
|
||||
+ New Features:
|
||||
- Updated manual.
|
||||
- Notes list is now search-as-you-type.
|
||||
- Added AppData.
|
||||
- Changed design of create notebook dialog (bgo#701845).
|
||||
+ Fixes:
|
||||
- Fix note disabling.
|
||||
- Remove menu item when statistics add-in is disabled.
|
||||
- Make dttest locale-independent (bgo#707546).
|
||||
+ Updated translations.
|
||||
- Bump .so name following upstream changes.
|
||||
- Remove V=1 from make as it only fills up the obs buildlog to no
|
||||
use, debugging is done locally anyway.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 15:27:33 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
10
gnote.spec
10
gnote.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.9.3
|
||||
Version: 3.10.0
|
||||
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.9/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.10/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -67,7 +67,7 @@ translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-x11-support
|
||||
V=1 make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -96,13 +96,15 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
||||
%{_bindir}/gnote
|
||||
%{_libdir}/gnote/
|
||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||
%{_libdir}/libgnote-3.9.so*
|
||||
%{_libdir}/libgnote-3.10.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||
%{_datadir}/gnote/
|
||||
%{_datadir}/icons/hicolor/*/apps/gnote.*
|
||||
%{_mandir}/man1/gnote.1*
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/gnote.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user