forked from pool/gnote
Accepting request 201331 from home:Zaitor:branches:GNOME:Apps
Update to ver 3.10.0, stable release. Wanted for 13.1 OBS-URL: https://build.opensuse.org/request/show/201331 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=49
This commit is contained in:
parent
ddfe7040e1
commit
2f2a550cd2
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
|
Mon Aug 26 15:27:33 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
gnote.spec
10
gnote.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnote
|
Name: gnote
|
||||||
Version: 3.9.3
|
Version: 3.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Port of Tomboy to C++
|
Summary: A Port of Tomboy to C++
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: http://live.gnome.org/Gnote
|
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: boost-devel >= 1.34
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -67,7 +67,7 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-x11-support
|
%configure --disable-static --with-x11-support
|
||||||
V=1 make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -96,13 +96,15 @@ test %{buildroot} != "/" && rm -rf %{buildroot}
|
|||||||
%{_bindir}/gnote
|
%{_bindir}/gnote
|
||||||
%{_libdir}/gnote/
|
%{_libdir}/gnote/
|
||||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
# 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
|
%{_libdir}/libgnote.so
|
||||||
%{_datadir}/applications/gnote.desktop
|
%{_datadir}/applications/gnote.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||||
%{_datadir}/gnote/
|
%{_datadir}/gnote/
|
||||||
%{_datadir}/icons/hicolor/*/apps/gnote.*
|
%{_datadir}/icons/hicolor/*/apps/gnote.*
|
||||||
%{_mandir}/man1/gnote.1*
|
%{_mandir}/man1/gnote.1*
|
||||||
|
%dir %{_datadir}/appdata/
|
||||||
|
%{_datadir}/appdata/gnote.appdata.xml
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user