Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory 
checked in at 2014-10-29 21:09:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxde-common (Old)
 and      /work/SRC/openSUSE:Factory/.lxde-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxde-common"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxde-common/lxde-common.changes  2012-12-19 
20:50:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxde-common.new/lxde-common.changes     
2014-10-29 21:09:46.000000000 +0100
@@ -1,0 +2,49 @@
+Thu Sep  4 09:53:40 UTC 2014 - [email protected]
+
+- New upstream version 0.99.0
+  * Changes since previous release 0.5.6
+    + Fixed missing install of lxde-logout.desktop file
+    + Removed inappropriate text about lxde-settings from README
+    + Fixed sort_by in the pcmanfm.conf, it should be 2, not 0
+    + Added exporting XDG_CURRENT_DESKTOP in startlxde script
+    + Disabled copying pcmanfm config file. The recent pcmanfm 
+      releases support profile selection on its own, so this code 
+      is no longer needed
+    + Fixed lxpanel profile location
+    + Added launching LXRandR when Fn+Screen (XF86Display key) is 
+      pressed
+    + Correctly implemented translations for *.desktop files using 
+      intltool, now those can be properly translated
+    + Added lxde-screenlock.desktop file to call lxlock (taken 
+      from Debian, with translations too)
+    + Few new translations added, some were updated
+    + Removed obsolete key Encoding from *.desktop files
+  * changes since previous release 0.5.5
+    + The "Fullscreen" keybinding in Openbox rc.xml file changed 
+      from F11 to Alt+F11, Many applications already have this 
+      keybinding bound to own processing so let not interfere with 
+      them
+    + Installation: added fix for invalid $sysconfdir in configure 
+      in case of $prefix is /usr
+    + Fixed incorrect path to pcmanfm.conf file in startlxde 
+      script
+    + Changed location of all configuration files placement from 
+      somewhere in system shared data directory to location under 
+      system config data directory
+    + Added keybinding for 'lxpanelctl menu' on Alt+F1, the same 
+      as it is in GNOME and Lubuntu
+    + Added keybinding to launch gnome-screenshot when PrintScreen 
+      is pressed
+    + Installation: updated autogen.sh to support automake > 1.11
+    + Changed default distribution tarball format to xz instead of 
+      gzip
+- removed lxde-common-0.5.5-fix-default-pcmanfm.patch
+  * fixed upstream
+- disabled lxde-common-0.5.0-lxde.desktop.patch
+  * renamed the file directly to avoid failed build caused by 
+    autoreconf
+- removed lxde-lock-screen.desktop
+  * it is now provided by upstream
+- spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  lxde-common-0.5.0-lxde.desktop.patch
  lxde-common-0.5.5-fix-default-pcmanfm.patch
  lxde-common-0.5.5.tar.bz2
  lxde-lock-screen.desktop

New:
----
  lxde-common-0.99.0.tar.xz

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

Other differences:
------------------
++++++ lxde-common.spec ++++++
--- /var/tmp/diff_new_pack.Jw9Itq/_old  2014-10-29 21:09:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Jw9Itq/_new  2014-10-29 21:09:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxde-common
 #
-# 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,33 +17,26 @@
 
 
 Name:           lxde-common
-Version:        0.5.5
+Version:        0.99.0
 Release:        0
+Summary:        This package provides a set of default configurations for LXDE
+License:        GPL-2.0
+Group:          System/GUI/LXDE
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.bz2
+Source0:        %{name}-%{version}.tar.xz
 Source1:        lxde-new-wallpapers.tar.bz2
-Source2:        lxde-lock-screen.desktop
-Patch0:         %name-0.5.0-lxde.desktop.patch
-Patch1:         %name-0.5.5-fix-default-pcmanfm.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  docbook-utils
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
-Summary:        This package provides a set of default configurations for LXDE
-License:        GPL-2.0
-Group:          System/GUI/LXDE
-BuildArch:      noarch
-Provides:       lxde-settings-daemon >= %version
-Obsoletes:      lxde-settings-daemon < %version
 Requires:       lxde-common-branding
-%if 0%{?suse_version} >= 1140
+Provides:       lxde-settings-daemon >= %{version}
+Obsoletes:      lxde-settings-daemon < %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 Recommends:     gtk2-engines
-%endif
 
 %description
 Lxde-common package provides a set of default configurations for LXDE.
@@ -53,8 +46,8 @@
 Summary:        Upstream branding
 Group:          System/GUI/LXDE
 Supplements:    packageand(lxde-common:branding-upstream)
-Conflicts:      otherproviders(lxde-common-branding)
 Provides:       lxde-common-branding = %{version}
+Conflicts:      otherproviders(lxde-common-branding)
 
 %description branding-upstream
 This branding-style package sets default applications in LXDE in openSUSE.
@@ -63,76 +56,65 @@
 lxde-common-branding and prefer openSUSE default settings.
 
 %prep
-%setup -q -n %name-%version
-%patch0 -p1
-%patch1 -p1
+%setup -q
 
 %build
 %configure --enable-man
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-mkdir -p %buildroot/usr/share/applications
-install -c -m 644 lxde-logout.desktop 
%buildroot/%_datadir/applications/lxde-logout.desktop
-install -c -m 644 %SOURCE2 %buildroot/%_datadir/applications/
-%suse_update_desktop_file %buildroot/%_datadir/applications/lxde-logout.desktop
-%suse_update_desktop_file 
%buildroot/%_datadir/applications/lxde-lock-screen.desktop
-# someone decided to not use autoconf, so patch1 doesn't help here
-%if 0%{?suse_version} >= 1220
-mv %buildroot/%_datadir/xsessions/{LXDE,lxde}.desktop
-%endif
-%suse_update_desktop_file %buildroot/%_datadir/xsessions/lxde.desktop
-cd %buildroot/%_datadir/lxde/wallpapers
-tar xjf %SOURCE1
-mv %buildroot/%_datadir/lxde/wallpapers/lxde-new-wallpapers/* 
%buildroot/%_datadir/lxde/wallpapers/
-rm -rf %buildroot/%_datadir/lxde/wallpapers/lxde-new-wallpapers
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+mkdir -p %{buildroot}%{_datadir}/applications
+install -c -m 644 lxde-logout.desktop 
%{buildroot}/%{_datadir}/applications/lxde-logout.desktop
+mv %{buildroot}/%{_datadir}/xsessions/{LXDE,lxde}.desktop
+%suse_update_desktop_file 
%{buildroot}/%{_datadir}/applications/lxde-logout.desktop
+%suse_update_desktop_file 
%{buildroot}/%{_datadir}/applications/lxde-screenlock.desktop
+%suse_update_desktop_file %{buildroot}/%{_datadir}/xsessions/lxde.desktop
+cd %{buildroot}/%{_datadir}/lxde/wallpapers
+tar xjf %{SOURCE1}
+mv %{buildroot}/%{_datadir}/lxde/wallpapers/lxde-new-wallpapers/* 
%{buildroot}/%{_datadir}/lxde/wallpapers/
+rm -rf %{buildroot}/%{_datadir}/lxde/wallpapers/lxde-new-wallpapers
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %buildroot
-
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
 %files 
 %defattr(-,root,root)
-%_bindir/openbox-lxde
-%_bindir/startlxde
-%dir %_datadir/lxde
-%dir %_datadir/lxde/wallpapers
-%_datadir/lxde/wallpapers/*
-%_datadir/man/man1/*
-%_datadir/xsessions/lxde.desktop
-%_datadir/applications/lxde-logout.desktop
-%_datadir/applications/lxde-lock-screen.desktop
+%{_bindir}/openbox-lxde
+%{_bindir}/startlxde
+%dir %{_datadir}/lxde
+%dir %{_datadir}/lxde/wallpapers
+%{_datadir}/lxde/wallpapers/*
+%{_mandir}/man1/*
+%{_datadir}/xsessions/lxde.desktop
+%{_datadir}/applications/lxde-logout.desktop
+%{_datadir}/applications/lxde-screenlock.desktop
 
 %files branding-upstream
 %defattr(-,root,root)
-%_bindir/lxde-logout
-%dir %_datadir/lxde/openbox
-%_datadir/lxde/openbox/*.xml
-%dir %_datadir/lxpanel
-%dir %_datadir/lxpanel/profile
-%dir %_datadir/lxpanel/profile/LXDE
-%_datadir/lxpanel/profile/LXDE/config
-%dir %_datadir/lxpanel/profile/LXDE/panels
-%_datadir/lxpanel/profile/LXDE/panels/panel
-%dir %_datadir/lxde/images
-%_datadir/lxde/images/logout-banner.png
-%_datadir/lxde/images/lxde-icon.png
-%dir %_sysconfdir/xdg/lxsession
-%dir %_sysconfdir/xdg/pcmanfm
-%dir %_sysconfdir/xdg/lxsession/LXDE
-%dir %_sysconfdir/xdg/pcmanfm/LXDE
-%config %_sysconfdir/xdg/lxsession/LXDE/autostart
-%config %_sysconfdir/xdg/lxsession/LXDE/desktop.conf
-%config %_sysconfdir/xdg/pcmanfm/LXDE/pcmanfm.conf
+%{_bindir}/lxde-logout
+%dir %{_datadir}/lxde/images
+%{_datadir}/lxde/images/logout-banner.png
+%{_datadir}/lxde/images/lxde-icon.png
+%dir %{_sysconfdir}/xdg/lxsession
+%dir %{_sysconfdir}/xdg/lxsession/LXDE
+%dir %{_sysconfdir}/xdg/pcmanfm
+%dir %{_sysconfdir}/xdg/pcmanfm/LXDE
+%config %{_sysconfdir}/xdg/lxsession/LXDE/autostart
+%config %{_sysconfdir}/xdg/lxsession/LXDE/desktop.conf
+%config %{_sysconfdir}/xdg/pcmanfm/LXDE/pcmanfm.conf
+%dir %{_sysconfdir}/xdg/lxpanel
+%dir %{_sysconfdir}/xdg/lxpanel/LXDE
+%dir %{_sysconfdir}/xdg/lxpanel/LXDE/panels
+%dir %{_sysconfdir}/xdg/openbox
+%dir %{_sysconfdir}/xdg/openbox/LXDE
+%config %{_sysconfdir}/xdg/lxpanel/LXDE/config
+%config %{_sysconfdir}/xdg/lxpanel/LXDE/panels/panel
+%config %{_sysconfdir}/xdg/openbox/LXDE/menu.xml
+%config %{_sysconfdir}/xdg/openbox/LXDE/rc.xml
 
 %changelog

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

Reply via email to