Hello community,

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

Package is "lxlauncher"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxlauncher/lxlauncher.changes    2011-09-26 
17:04:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxlauncher.new/lxlauncher.changes       
2014-09-06 16:59:12.000000000 +0200
@@ -1,0 +2,26 @@
+Wed Sep  3 17:53:00 UTC 2014 - [email protected]
+
+- new upstream version 0.2.3
+  * Update lxlauncher-applications.menu for correct work of <Move> tags
+  * Tabs background: use ASUS file names as fallbacks too
+  * Update .gitignore file for data/lxde-*.directory
+  * [i18n]Allow desktop files be translated too, update POT files
+  * Restore possibility to use background images on pages
+  * Add a manual page for the application
+  * Fix all compilation problems (warnings mostly)
+  * Remove po/LINGUAS file: it's autogenerated
+  * Use all the found gtkrc files, not just first found one
+  * Fix path to background image in the README documentation
+  * Don't waste memory allocating GtkAllocation
+  * Update README file with configuration documentation
+  * Use correct parameters for AC_INIT and AM_INIT_AUTOMAKE macros
+  * Rename configure.in into configure.ac
+  * Fix autogen.sh with newer autotools
+  * Fix GtkAllocation to fix empty lxlauncher
+- removed lxlauncher-0.2.2-fix-build-on-older-gtk2.patch
+  * fixed upstream
+- removed lxlauncher-0.2.2-fix-empty-launcher.patch
+  * fixed upstream (see above)
+- applied spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  lxlauncher-0.2.2-fix-build-on-older-gtk2.patch
  lxlauncher-0.2.2-fix-empty-launcher.patch
  lxlauncher-0.2.2.tar.bz2

New:
----
  lxlauncher-0.2.3.tar.xz

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

Other differences:
------------------
++++++ lxlauncher.spec ++++++
--- /var/tmp/diff_new_pack.NsEt1t/_old  2014-09-06 16:59:13.000000000 +0200
+++ /var/tmp/diff_new_pack.NsEt1t/_new  2014-09-06 16:59:13.000000000 +0200
@@ -15,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           lxlauncher
-Version:        0.2.2
+Version:        0.2.3
 Release:        17
 License:        GPL-3.0
+Summary:        Open source clone of Asus launcher for Netbooks
 Url:            http://www.lxde.org
-Source0:        %{name}-%{version}.tar.bz2
-Patch0:         %name-0.2.2-fix-build-on-older-gtk2.patch
-Patch1:         %name-0.2.2-fix-empty-launcher.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gnome-menus-devel gtk2-devel startup-notification-devel
-BuildRequires:  autoconf automake fdupes intltool menu-cache-devel pkgconfig
 Group:          System/GUI/LXDE
-Summary:        Open source clone of Asus launcher for Netbooks
+Source0:        %{name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  fdupes
+BuildRequires:  gnome-menus-devel
+BuildRequires:  intltool
+BuildRequires:  menu-cache-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 LXLauncher is an open source clone of Asus launcher for
@@ -39,30 +43,25 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
-%fdupes -s %buildroot
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%fdupes -s %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc NEWS README AUTHORS COPYING
-%{_bindir}/%name
-%dir %{_datadir}/desktop-directories
-%{_datadir}/desktop-directories/*
-%dir /etc/xdg/lxlauncher/
-%config /etc/xdg/lxlauncher/gtkrc
-%config /etc/xdg/lxlauncher/settings.conf
-/etc/xdg/menus/lxlauncher-applications.menu
+%{_bindir}/%{name}
+%{_datadir}/desktop-directories/
+%dir %{_sysconfdir}/xdg/lxlauncher/
+%config %{_sysconfdir}/xdg/lxlauncher/gtkrc
+%config %{_sysconfdir}/xdg/lxlauncher/settings.conf
+%config %{_sysconfdir}/xdg/menus/lxlauncher-applications.menu
+%{_mandir}/man1/lxlauncher.1.gz
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to