Hello community,

here is the log from the commit of package libmatekbd for openSUSE:Factory 
checked in at 2015-06-30 10:18:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-03-22 
18:01:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmatekbd.new/libmatekbd.changes       
2015-06-30 10:18:38.000000000 +0200
@@ -1,0 +2,26 @@
+Tue Apr 14 16:50:00 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+  * bugfixes release
+
+-------------------------------------------------------------------
+Mon Mar 23 15:41:27 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+  * bugfixes release
+
+-------------------------------------------------------------------
+Tue Jan 13 14:22:52 UTC 2015 - [email protected]
+
+- Update to version 1.9.2 (unstable)
+  + fix possible dereference of NULL pointer
+  + fix UI load in GTK+3 build
+  + update translations
+
+-------------------------------------------------------------------
+Sun Jul 13 15:40:54 UTC 2014 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+  + bugfix release
+
+-------------------------------------------------------------------

Old:
----
  libmatekbd-1.8.0.tar.xz

New:
----
  libmatekbd-1.10.0.tar.xz

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

Other differences:
------------------
++++++ libmatekbd.spec ++++++
--- /var/tmp/diff_new_pack.kJr5B8/_old  2015-06-30 10:18:39.000000000 +0200
+++ /var/tmp/diff_new_pack.kJr5B8/_new  2015-06-30 10:18:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for libmatekbd
+# spec file for package libmatekbd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,59 +13,57 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define lname   libmatekbd1
 Name:           libmatekbd
-%define _name   libmatekbd1
-Version:        1.8.0
+Version:        1.10.0
 Release:        0
-License:        LGPL-2.1+
 Summary:        MATE Desktop keyboard configuration libraries
-Url:            https://mate-desktop.org/
+License:        LGPL-2.1+
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-%glib2_gsettings_schema_requires
-
-BuildRequires:  mate-common
-BuildRequires:  pkgconfig(gdk-2.0)
+Url:            https://mate-desktop.org/
+Source0:        
http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
+BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxklavier)
-BuildRequires:  update-desktop-files
+%glib2_gsettings_schema_requires
 
 %description
-This package provides libmatekdb, an API to manage the keyboard in MATE
-Desktop applications.
+This package provides libmatekdb, an API to manage the keyboard in
+MATE Desktop applications.
 
 %package -n matekbd-common
 Summary:        MATE Desktop keyboard configuration common files
 Group:          System/GUI/Other
 
 %description -n matekbd-common
-This package provides libmatekdb, an API to manage the keyboard in MATE
-Desktop applications. 
-
+This package provides libmatekdb, an API to manage the keyboard in
+MATE Desktop applications.
 
 %package devel
 Summary:        MATE Desktop keyboard configuration development files
 Group:          Development/Libraries/Other
-Requires:       %{_name} = %{version}
+Requires:       %{lname} = %{version}
 Requires:       matekbd-common = %{version}
 
 %description devel
-This package provides libmatekdb, an API to manage the keyboard in MATE
-Desktop applications. 
+This package provides libmatekdb, an API to manage the keyboard in
+MATE Desktop applications.
 
-%package -n %{_name}
+%package -n %{lname}
 Summary:        MATE Desktop keyboard configuration shared libraries
 Group:          System/Libraries
-Provides:       %{name} = %{version}
 Requires:       matekbd-common
-Recommends:     %{name}-lang
+Recommends:     %{name}-lang = %{version}
+Provides:       %{name} = %{version}
 
-%description -n %{_name}
-This package provides libmatekdb, an API to manage the keyboard in MATE
-Desktop applications. 
+%description -n %{lname}
+This package provides libmatekdb, an API to manage the keyboard in
+MATE Desktop applications.
 
 %lang_package
 
@@ -77,42 +75,42 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -rf %{buildroot}%{_datadir}/MateConf
+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
 
-%post -n %{_name} -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
 %postun -n matekbd-common
 %glib2_gsettings_schema_postun
 
-%postun -n %{_name} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %{_name}
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%files -n %{lname}
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING
 %{_libdir}/*.so.*
 
 %files -n matekbd-common
-%defattr(-,root,root,-)
-%dir %{_datadir}/libmatekbd
+%defattr(-,root,root)
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/libmatekbd/ui/
+%{_datadir}/libmatekbd/
 
 %files devel
-%defattr(-,root,root,-)
-%doc ChangeLog
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING
 %{_includedir}/%{name}/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ libmatekbd-1.8.0.tar.xz -> libmatekbd-1.10.0.tar.xz ++++++
++++ 5691 lines of diff (skipped)


Reply via email to