Hello community,
here is the log from the commit of package gtksourceviewmm for openSUSE:Factory
checked in at 2019-10-18 14:32:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceviewmm (Old)
and /work/SRC/openSUSE:Factory/.gtksourceviewmm.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtksourceviewmm"
Fri Oct 18 14:32:49 2019 rev:17 rq:736581 version:3.91.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceviewmm/gtksourceviewmm.changes
2018-03-09 10:43:13.389967074 +0100
+++
/work/SRC/openSUSE:Factory/.gtksourceviewmm.new.2352/gtksourceviewmm.changes
2019-10-18 14:32:52.128327624 +0200
@@ -1,0 +2,17 @@
+Fri Sep 6 11:46:42 NZST 2019 - [email protected]
+
+- Update to version 3.91.1:
+ + Adapt to new-style enum values.
+ + Use gtksourceview-4 instead of gtksourceview-3.0,
+ and change ABI from gtksourceviewmm-3.0 to gtksourceviewmm-4.0.
+ + StyleSchemeChooserWidget: Correct the underlying GType name.
+ + Completion:
+ - Remove get/set_draw_spaces().
+ - show(): Rename to start().
+ + tests:
+ - Remove Gtk::Container::show_all() calls.
+ - Avoid deprecated Gtk::HBox and Gtk::VBox.
+ - Use the libsigc++-3.0 syntax.
+ + Remove deprecated API.
+
+-------------------------------------------------------------------
Old:
----
gtksourceviewmm-3.21.3.tar.xz
New:
----
gtksourceviewmm-3.91.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtksourceviewmm.spec ++++++
--- /var/tmp/diff_new_pack.LbLUz3/_old 2019-10-18 14:32:52.748326010 +0200
+++ /var/tmp/diff_new_pack.LbLUz3/_new 2019-10-18 14:32:52.772325947 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gtksourceviewmm
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,38 +12,38 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gtksourceviewmm
-Version: 3.21.3
+Version: 3.91.1
Release: 0
Summary: C++ interface for gtksourceview
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
Url: http://projects.gnome.org/gtksourceviewmm/
-Source0:
http://download.gnome.org/sources/gtksourceviewmm/3.21/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gtksourceviewmm/3.91/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glibmm-2.4) >= 2.46.1
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.18.0
-BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.18.0
+BuildRequires: pkgconfig(gtksourceview-4) >= 4.3.92
%description
gtksourceviewmm provides a C++ interface to the gtksourceview library.
-%package -n libgtksourceviewmm-3_0-0
+%package -n libgtksourceviewmm-4_0-0
Summary: C++ interface for gtksourceview
Group: System/Libraries
-%description -n libgtksourceviewmm-3_0-0
+%description -n libgtksourceviewmm-4_0-0
gtksourceviewmm provides a C++ interface to the gtksourceview library.
%package devel
Summary: Development files for the gtksourceview C++ interface
Group: Development/Libraries/C and C++
-Requires: libgtksourceviewmm-3_0-0 = %{version}
+Requires: libgtksourceviewmm-4_0-0 = %{version}
%description devel
gtksourceviewmm provides a C++ interface to the gtksourceview library.
@@ -60,21 +60,21 @@
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
-%post -n libgtksourceviewmm-3_0-0 -p /sbin/ldconfig
-%postun -n libgtksourceviewmm-3_0-0 -p /sbin/ldconfig
+%post -n libgtksourceviewmm-4_0-0 -p /sbin/ldconfig
+%postun -n libgtksourceviewmm-4_0-0 -p /sbin/ldconfig
-%files -n libgtksourceviewmm-3_0-0
+%files -n libgtksourceviewmm-4_0-0
%license COPYING
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/*.so.*
%files devel
-%{_includedir}/gtksourceviewmm-3.0/
-%{_libdir}/gtksourceviewmm-3.0/
+%{_includedir}/gtksourceviewmm-4.0/
+%{_libdir}/gtksourceviewmm-4.0/
%{_libdir}/*.so
-%{_libdir}/pkgconfig/gtksourceviewmm-3.0.pc
-%doc %{_datadir}/devhelp/books/gtksourceviewmm-3.0/
-%doc %{_datadir}/doc/gtksourceviewmm-3.0/
+%{_libdir}/pkgconfig/gtksourceviewmm-4.0.pc
+%doc %{_datadir}/devhelp/books/gtksourceviewmm-4.0/
+%doc %{_datadir}/doc/gtksourceviewmm-4.0/
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books
++++++ gtksourceviewmm-3.21.3.tar.xz -> gtksourceviewmm-3.91.1.tar.xz ++++++
++++ 181503 lines of diff (skipped)