Hello community, here is the log from the commit of package libmatekbd for openSUSE:Factory checked in at 2016-04-15 19:09:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmatekbd (Old) and /work/SRC/openSUSE:Factory/.libmatekbd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmatekbd" Changes: -------- --- /work/SRC/openSUSE:Factory/libmatekbd/libmatekbd.changes 2015-12-03 13:31:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmatekbd.new/libmatekbd.changes 2016-04-15 19:09:25.000000000 +0200 @@ -1,0 +2,17 @@ +Sat Apr 9 11:24:53 UTC 2016 - [email protected] + +- Update to version 1.14.0: + * Some more fixes and cleanups. + * Update translations. + * Fix Changelog generation. +- Enable GObject Introspection. + +------------------------------------------------------------------- +Mon Jan 25 19:56:45 UTC 2016 - [email protected] + +- Update to version 1.13.0: + * Drop MateConf migration script. + * Reduce introspection build warnings. + * Fix some Gtk3 deprecations. + +------------------------------------------------------------------- Old: ---- libmatekbd-1.12.1.tar.xz New: ---- libmatekbd-1.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmatekbd.spec ++++++ --- /var/tmp/diff_new_pack.ITocSd/_old 2016-04-15 19:09:25.000000000 +0200 +++ /var/tmp/diff_new_pack.ITocSd/_new 2016-04-15 19:09:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmatekbd # -# 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 @@ -16,10 +16,11 @@ # -%define _version 1.12 +%define typelib typelib-1_0-Matekbd-1_0 +%define _version 1.14 %define sover 4 Name: libmatekbd -Version: 1.12.1 +Version: 1.14.0 Release: 0 Summary: MATE Desktop keyboard configuration libraries License: LGPL-2.1+ @@ -32,6 +33,7 @@ BuildRequires: pkgconfig(gdk-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libxklavier) %glib2_gsettings_schema_requires @@ -54,7 +56,7 @@ Requires: matekbd-common Recommends: %{name}-lang Provides: %{name} = %{version} -# libmatekbd with a wrong sover is last seen in openSUSE Leap 42.1. +# libmatekbd with a wrong sover was last used in openSUSE Leap 42.1. Obsoletes: %{name}1 %description -n %{name}%{sover} @@ -71,14 +73,24 @@ This package provides libmatekdb, an API to manage the keyboard in MATE Desktop applications. +%package -n %{typelib} +Summary: MATE Desktop keyboard configuration typelib +Group: System/GUI/Other + +%description -n %{typelib} +This package provides libmatekdb, an API to manage the keyboard in +MATE Desktop applications. + %lang_package %prep %setup -q %build +NOCONFIGURE=1 mate-autogen %configure \ - --disable-static + --disable-static \ + --with-gtk=2.0 make %{?_smp_mflags} %install @@ -86,10 +98,6 @@ %find_lang %{name} %{?no_lang_C} find %{buildroot} -type f -name "*.la" -delete -print -if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then - rm -rf %{buildroot}%{_datadir}/MateConf/ -fi - %post -n matekbd-common %glib2_gsettings_schema_post @@ -110,10 +118,15 @@ %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/libmatekbd/ +%files -n %{typelib} +%defattr(-,root,root) +%{_libdir}/girepository-1.0/Matekbd-1.0.typelib + %files devel %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING %{_includedir}/%{name}/ +%{_datadir}/gir-1.0/Matekbd-1.0.gir %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc ++++++ libmatekbd-1.12.1.tar.xz -> libmatekbd-1.14.0.tar.xz ++++++ ++++ 42589 lines of diff (skipped)
