Hello community,

here is the log from the commit of package tepl for openSUSE:Factory checked in 
at 2018-08-02 14:57:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tepl (Old)
 and      /work/SRC/openSUSE:Factory/.tepl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tepl"

Thu Aug  2 14:57:02 2018 rev:5 rq:624995 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tepl/tepl.changes        2018-04-17 
11:16:07.214341899 +0200
+++ /work/SRC/openSUSE:Factory/.tepl.new/tepl.changes   2018-08-02 
14:57:04.944170494 +0200
@@ -1,0 +2,21 @@
+Mon Jul 23 20:35:58 UTC 2018 - [email protected]
+
+- Update to version 4.2.0:
+  + Nothing new, version bump only.
+
+-------------------------------------------------------------------
+Wed Jun  6 20:19:18 UTC 2018 - [email protected]
+
+- Drop unnecessary libamtk and amtk typelib Requires for the devel
+  package: amtk is a build-time-only dependency.
+
+-------------------------------------------------------------------
+Mon Apr 16 00:52:22 UTC 2018 - [email protected]
+
+- Update to version 4.1.1:
+  + No visible changes for the user.
+- Remove Amtk shared library and GI bindings subpackages: now they
+  have their own place under Amtk package.
+- Add pkgconfig(amtk-5) BuildRequires now that Amtk has been split.
+
+-------------------------------------------------------------------

Old:
----
  tepl-4.0.0.tar.xz

New:
----
  tepl-4.2.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tepl.spec ++++++
--- /var/tmp/diff_new_pack.CbJgPN/_old  2018-08-02 14:57:05.368171206 +0200
+++ /var/tmp/diff_new_pack.CbJgPN/_new  2018-08-02 14:57:05.368171206 +0200
@@ -17,18 +17,19 @@
 
 
 %define api_ver 4
-%define lib_ver 4-0
+%define lib_ver %{api_ver}-0
 Name:           tepl
-Version:        4.0.0
+Version:        4.2.0
 Release:        0
 Summary:        Text Editor Product Line
 License:        LGPL-2.1-or-later
 Group:          Productivity/Text/Editors
 URL:            https://wiki.gnome.org/Projects/Tepl
-Source:         
http://download.gnome.org/sources/tepl/4.0/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/tepl/4.2/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 1.42.0
 BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(amtk-5) >= 5.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.52
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(gtksourceview-4) >= 4.0
@@ -39,16 +40,6 @@
 Tepl is a library that eases the development of GtkSourceView-based text
 editors and IDEs. It is a continuation/rename of Gtef.
 
-%package -n libamtk-%{lib_ver}
-Summary:        Actions, Menus and Toolbars Kit
-Group:          System/Libraries
-
-%description -n libamtk-%{lib_ver}
-Tepl is a library that eases the development of GtkSourceView-based text
-editors and IDEs. It is a continuation/rename of Gtef.
-
-AMTK provides further widgets for actions, menus and toolbars.
-
 %package -n libtepl-%{lib_ver}
 Summary:        A text editor framework
 Group:          System/Libraries
@@ -60,16 +51,6 @@
 development of GtkSourceView-based text editors and IDEs. It is a
 continuation / rename of Gtef
 
-%package -n typelib-1_0-Amtk-%{api_ver}
-Summary:        GObject introspection bindings for libamtk
-Group:          System/Libraries
-
-%description -n typelib-1_0-Amtk-%{api_ver}
-Tepl is a library that eases the development of GtkSourceView-based text
-editors and IDEs. It is a continuation/rename of Gtef.
-
-This package provides the GObject Introspection bindings for tepl/amtk.
-
 %package -n typelib-1_0-Tepl-%{api_ver}
 Summary:        GObject introspection bindings for libtepl
 Group:          System/Libraries
@@ -83,10 +64,8 @@
 %package devel
 Summary:        Development files for Tepl, a text editor framework
 Group:          Development/Libraries/GNOME
-Requires:       libamtk-%{lib_ver} = %{version}
-Requires:       libtepl-%{lib_ver} = %{version}
-Requires:       typelib-1_0-Amtk-%{api_ver} = %{version}
-Requires:       typelib-1_0-Tepl-%{api_ver} = %{version}
+Requires:       libtepl-%{lib_ver} >= %{version}
+Requires:       typelib-1_0-Tepl-%{api_ver} >= %{version}
 
 %description devel
 Tepl is a library that eases the development of GtkSourceView-based text
@@ -110,38 +89,22 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}-%{api_ver}
 
-%post   -n libamtk-%{lib_ver} -p /sbin/ldconfig
-%postun -n libamtk-%{lib_ver} -p /sbin/ldconfig
 %post   -n libtepl-%{lib_ver} -p /sbin/ldconfig
 %postun -n libtepl-%{lib_ver} -p /sbin/ldconfig
 
-%files -n libamtk-%{lib_ver}
-%license COPYING
-%doc NEWS
-%{_libdir}/libamtk-%{api_ver}.so.*
-
 %files -n libtepl-%{lib_ver}
 %license COPYING
 %doc NEWS
 %{_libdir}/libtepl-%{api_ver}.so.*
 
-%files -n typelib-1_0-Amtk-%{api_ver}
-%{_libdir}/girepository-1.0/Amtk-%{api_ver}.typelib
-
 %files -n typelib-1_0-Tepl-%{api_ver}
 %{_libdir}/girepository-1.0/Tepl-%{api_ver}.typelib
 
 %files devel
 %doc ABOUT-NLS AUTHORS ChangeLog HACKING README
-# Own these directories to not depend on gtk-doc while building:
-%dir %{_datadir}/gtk-doc
-%dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/%{name}-4.0
-%{_datadir}/gir-1.0/Amtk-%{api_ver}.gir
 %{_datadir}/gir-1.0/Tepl-%{api_ver}.gir
-%{_includedir}/amtk-%{api_ver}/
 %{_includedir}/tepl-%{api_ver}/
-%{_libdir}/pkgconfig/amtk-%{api_ver}.pc
 %{_libdir}/pkgconfig/tepl-%{api_ver}.pc
 %{_libdir}/*.so
 

++++++ tepl-4.0.0.tar.xz -> tepl-4.2.0.tar.xz ++++++
++++ 15608 lines of diff (skipped)


Reply via email to