Hello community,

here is the log from the commit of package lxinput for openSUSE:Factory checked 
in at 2014-09-17 17:27:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxinput (Old)
 and      /work/SRC/openSUSE:Factory/.lxinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxinput"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxinput/lxinput.changes  2012-06-06 
16:08:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxinput.new/lxinput.changes     2014-09-17 
17:27:44.000000000 +0200
@@ -1,0 +2,31 @@
+Tue Sep 16 17:33:28 UTC 2014 - t...@gmx.com
+
+- new upstream version 0.3.3
+  * Add missing lxinput.desktop.in into distro tarball, it breaks 
+    'make check'
+  * Fix incorrect autostart file: should be NoDisplay=true, not 
+    Hidden=true
+  * Add AC_CONFIG_MACRO_DIR to configure.ac and ACLOCAL_AMFLAGS to
+    Makefile.am
+  * Use macro AM_MAINTAINER_MODE correct way - with ([enable])
+  * Run xset via shell (may not work otherwise)
+  * Replace obsolete variable INCLUDES with AM_CPPFLAGS
+  * Save settings into ~/.config/autostart/LXInput-autostart as 
+    well
+  * Eliminate compilation warnings
+  * Add --enable-debug option to configure script
+  * Remove call from libtoolize from autogen.sh, it's not library
+  * Remove unused xml-purge subprogram
+  * Make mouse threshold able to set values such as 2
+  * Use correct parameters for AC_INIT and AM_INIT_AUTOMAKE macros
+  * Rename configure.in into configure.ac
+  * Fix autogen.sh for daily build
+  * Fix autogen.sh with recent automake version
+  * Fix typo in desktop file
+  * Fix categories for consistency and the upcoming LXDE Control
+    Center; use NotShowIn instead of OnlyShowIn
+- Translation updates
+- spec file cleanup
+- split lang package
+
+-------------------------------------------------------------------

Old:
----
  lxinput-0.3.2.tar.gz

New:
----
  lxinput-0.3.3.tar.xz

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

Other differences:
------------------
++++++ lxinput.spec ++++++
--- /var/tmp/diff_new_pack.sQz7gR/_old  2014-09-17 17:27:45.000000000 +0200
+++ /var/tmp/diff_new_pack.sQz7gR/_new  2014-09-17 17:27:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxinput
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
 
 
 Name:           lxinput
+Version:        0.3.3
+Release:        0
 Summary:        Keyboard and mouse configuration tool 
 License:        GPL-2.0
 Group:          System/GUI/LXDE
-Version:        0.3.2
-Release:        0
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -39,6 +36,9 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%lang_package
 
 %description
 LXinput is just the LXDE Keyboard and mouse config tool 
@@ -48,34 +48,31 @@
 
 %build
 %configure
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%suse_update_desktop_file %name
-%find_lang %name
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%suse_update_desktop_file %{name}
+%find_lang %{name}
 %fdupes -s %{buildroot}
 
-%clean
-rm -fr %buildroot
-
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
-%files -f %name.lang
+%files
+%defattr(-,root,root)
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/%{name}.ui
+%{_datadir}/%{name}/input-keyboard.png
+%{_datadir}/%{name}/input-mouse.png
+%{_mandir}/man1/%{name}.1.gz
+
+%files lang -f %{name}.lang
 %defattr(-,root,root)
-%_bindir/%name
-%_datadir/applications/%name.desktop
-%dir %_datadir/%name
-%_datadir/%name/%name.ui
-%_datadir/%name/input-keyboard.png
-%_datadir/%name/input-mouse.png
-%_mandir/man1/%name.1.gz
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to