forked from pool/gnote
Accepting request 245905 from GNOME:Next
Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245905 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=61
This commit is contained in:
parent
063a0be21a
commit
f5e5ee9c55
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b76e13e6793d3e73adafaca20063ba9fea23dae67022597c69c81c1f61842d6c
|
||||
size 3078416
|
3
gnote-3.13.0.tar.xz
Normal file
3
gnote-3.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410
|
||||
size 3104564
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 20:43:34 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.0:
|
||||
+ New Features:
|
||||
- Header bar rework.
|
||||
- Add configure option for C++11 (--with-cxx11-support).
|
||||
+ Fixes:
|
||||
- Fix build using C++11 incompatible compiler (bgo#727077).
|
||||
+ Updated translations.
|
||||
- Pass --with-cxx11-support to configure to ensure cxx11-support is
|
||||
built, following upstream changes.
|
||||
- Bump soname following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 19:35:27 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 3.12.0
|
||||
Version: 3.13.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.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.13/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -66,7 +66,7 @@ search results from documents.
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-x11-support
|
||||
%configure --disable-static --with-x11-support --with-cxx11-support
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -96,7 +96,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.12.so*
|
||||
%{_libdir}/libgnote-3.13.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user