commit gnote for openSUSE:Factory

Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2016-03-31 13:02:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnote" Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2015-12-03 13:32:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2016-03-31 13:02:40.000000000 +0200 @@ -1,0 +2,24 @@ +Sat Mar 26 12:18:17 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.0: + + Text menu now uses popover. + + Updated translations. +- Bump soname following upstream changes. +- Add a define _gnote_version and set it to 3.20, make future + soname bumps easier to deal with. + +------------------------------------------------------------------- +Mon Feb 1 08:31:40 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.0: + + GTK+ 3.16 is required. + + Gtkmm 3.18 is required. + + C++11 is required. + + configure option --with-x11-support was removed. + + Use popover for gear menu. + + Updated translations. +- Drop pkgconfig(x11) BuildRequires: no longer supported. +- Drop --with-x11-support and --with-cxx11-support configure + parameters: no longer recognized. + +------------------------------------------------------------------- Old: ---- gnote-3.18.1.tar.xz New: ---- gnote-3.20.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.FyYqqF/_old 2016-03-31 13:02:41.000000000 +0200 +++ /var/tmp/diff_new_pack.FyYqqF/_new 2016-03-31 13:02:41.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnote # -# Copyright (c) 2015 SUSE LINUX 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 @@ -15,19 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define _gnote_version 3.20 Name: gnote -Version: 3.18.1 +Version: 3.20.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.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnote/3.20/%{name}-%{version}.tar.xz BuildRequires: boost-devel >= 1.34 BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: gtkmm3-devel >= 3.10 +BuildRequires: gtkmm3-devel >= 3.18 BuildRequires: intltool BuildRequires: libuuid-devel BuildRequires: libxslt-devel @@ -37,7 +38,6 @@ BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.0 BuildRequires: pkgconfig(libsecret-1) >= 0.8 BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(x11) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires @@ -66,7 +66,7 @@ translation-update-upstream %build -%configure --disable-static --with-x11-support --with-cxx11-support +%configure --disable-static make %{?_smp_mflags} %install @@ -97,7 +97,7 @@ %{_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.18.so* +%{_libdir}/libgnote-%{_gnote_version}.so* %{_libdir}/libgnote.so %{_datadir}/applications/gnote.desktop %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml ++++++ gnote-3.18.1.tar.xz -> gnote-3.20.0.tar.xz ++++++ ++++ 44923 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de