Accepting request 160827 from GNOME:Apps
Update to 3.8.0 (forwarded request 160825 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/160827 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=25
This commit is contained in:
commit
ab28ecef9d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44ab9793d28e38155c7b4047579909b21c675b725d2b05d7f3dcde8a662f5c5b
|
||||
size 2505592
|
3
gnote-3.8.0.tar.xz
Normal file
3
gnote-3.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:603e2cc8782f910a5b4fdfd3588d955d59f0f4ddcd5685d1f2feadb955e0e9e6
|
||||
size 2623304
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 20:38:19 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.8.0:
|
||||
+ New Features:
|
||||
- Updated manual.
|
||||
- Increase default width of main window.
|
||||
+ Bugs Fixed:
|
||||
- Fix crash on first run.
|
||||
- Make labels for delete actions translatable.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 17:06:38 CET 2013 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 19:41:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.7.3
|
||||
Version: 3.8.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.7/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.8/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -31,6 +31,7 @@ BuildRequires: gtkmm3-devel >= 3.6
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0
|
||||
@ -48,6 +49,7 @@ to come). Synchronization support is being worked on.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-scrollkeeper
|
||||
@ -80,7 +82,7 @@ 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.7.so*
|
||||
%{_libdir}/libgnote-3.8.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
|
||||
|
Loading…
Reference in New Issue
Block a user