Hello community,

here is the log from the commit of package lxqt-session for openSUSE:Factory 
checked in at 2015-02-16 21:08:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-session (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-session"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-session/lxqt-session.changes        
2015-02-03 11:40:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-session.new/lxqt-session.changes   
2015-02-16 21:08:27.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Feb  9 23:18:59 UTC 2015 - [email protected]
+
+- New upstream version 0.9.0
+- Added -lang subpackage
+- Added Patch
+  + fix_desktop_categories.patch - fixes category definitions to
+comply with openSUSE policy
+
+-------------------------------------------------------------------

Old:
----
  lxqt-session-0.8.0.tar.xz

New:
----
  fix_desktop_categories.patch
  lxqt-session-0.9.0.tar.xz

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

Other differences:
------------------
++++++ lxqt-session.spec ++++++
--- /var/tmp/diff_new_pack.PHQJui/_old  2015-02-16 21:08:28.000000000 +0100
+++ /var/tmp/diff_new_pack.PHQJui/_new  2015-02-16 21:08:28.000000000 +0100
@@ -17,39 +17,50 @@
 
 
 Name:           lxqt-session
-Version:        0.8.0
+Version:        0.9.0
 Release:        0
 Summary:        LXDE-Qt Session Manager
 License:        LGPL-2.1+
 Group:          System/GUI/LXDE-Qt
 Url:            http://www.lxde.org
-Source:         %{name}-%{version}.tar.xz
+Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE fix_desktop_categories.patch [email protected] -- fix 
desktop categories per openSUSE policy
+Patch0:         fix_desktop_categories.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Xdg)
-BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
+BuildRequires:  pkgconfig(lxqt) >= %{version} 
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
-BuildRequires:  pkgconfig(Qt5UiTools)
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-LXSession is the standard session manager used by LXDE. The LXSession manager
+LXQt-session is the standard session manager used by LXQt. The lxqt-session 
manager
 is used to automatically start a set of applications and set up a working 
desktop
 environment. Moreover, the session manager is able to remember the 
applications in
 use when a user logs out and to restart them the next time the user logs in.
 
+%package -n %{name}-lang
+Summary:        Translations for lxqt-session
+Group:          System/GUI/LXDE-Qt
+Requires:       %{name} = %{version}
+
+%description -n %{name}-lang
+Translation files for lxqt-session
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir build
 pushd build
 cmake \
-      -DUSE_QT5=ON \
       -DCMAKE_INSTALL_PREFIX:PATH=/usr \
       ..
 %__make %{?_smp_mflags}
@@ -59,7 +70,7 @@
 pushd build
 make DESTDIR=$RPM_BUILD_ROOT install
 popd
-%fdupes -s %{buildroot}/%{_datadir}/lxqt-qt5
+%fdupes -s %{buildroot}/%{_datadir}
 
 %post
 %desktop_database_post
@@ -72,8 +83,11 @@
 %doc AUTHORS COPYING
 %{_bindir}/lxqt-config-session
 %{_bindir}/lxqt-session
-%{_libdir}/lxqt-xdg-tools
+%{_bindir}/lxqt-leave
 %{_datadir}/applications/*.desktop
-%{_datadir}/lxqt-qt5
+
+%files -n %{name}-lang
+%defattr(-,root,root)
+%{_datadir}/lxqt/translations
 
 %changelog

++++++ fix_desktop_categories.patch ++++++
Index: lxqt-session-0.9.0/lxqt-config-session/lxqt-config-session.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqt-config-session/lxqt-config-session.desktop.in
+++ lxqt-session-0.9.0/lxqt-config-session/lxqt-config-session.desktop.in
@@ -5,7 +5,7 @@ GenericName=LXQt Session Settings
 Comment=Configuration for LXQt sessions
 Exec=lxqt-config-session
 Icon=preferences-system-session-services
-Categories=Settings;DesktopSettings;Qt;LXQt;
-OnlyShowIn=LXQt;
+Categories=Settings;DesktopSettings;Qt;X-LXQt;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=translations
Index: lxqt-session-0.9.0/lxqtleave/resources/lxqt-hibernate.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqtleave/resources/lxqt-hibernate.desktop.in
+++ lxqt-session-0.9.0/lxqtleave/resources/lxqt-hibernate.desktop.in
@@ -5,7 +5,7 @@ GenericName=Hibernate
 Comment=hibernate the machine
 Exec=lxqt-leave --hibernate
 Icon=system-suspend-hibernate
-Categories=LXQt;X-Leave
-OnlyShowIn=LXQt
+Categories=X-LXQt;X-Leave;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=../translations
Index: lxqt-session-0.9.0/lxqtleave/resources/lxqt-lockscreen.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqtleave/resources/lxqt-lockscreen.desktop.in
+++ lxqt-session-0.9.0/lxqtleave/resources/lxqt-lockscreen.desktop.in
@@ -5,7 +5,7 @@ GenericName=Lock Screen
 Comment=Lock the current session
 Exec=lxqt-leave --lockscreen
 Icon=system-lock-screen
-Categories=LXQt;Screensaver
-OnlyShowIn=LXQt;
+Categories=X-LXQt;Screensaver;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=../translations
Index: lxqt-session-0.9.0/lxqtleave/resources/lxqt-logout.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqtleave/resources/lxqt-logout.desktop.in
+++ lxqt-session-0.9.0/lxqtleave/resources/lxqt-logout.desktop.in
@@ -5,7 +5,7 @@ GenericName=Logout
 Comment=Logout from the current session
 Exec=lxqt-leave --logout
 Icon=system-log-out
-Categories=LXQt;X-Leave
-OnlyShowIn=LXQt;
+Categories=X-LXQt;X-Leave;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=../translations
Index: lxqt-session-0.9.0/lxqtleave/resources/lxqt-reboot.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqtleave/resources/lxqt-reboot.desktop.in
+++ lxqt-session-0.9.0/lxqtleave/resources/lxqt-reboot.desktop.in
@@ -5,7 +5,7 @@ GenericName=Reboot
 Comment=reboot the machine
 Exec=lxqt-leave --reboot
 Icon=system-reboot
-Categories=LXQt;X-Leave
-OnlyShowIn=LXQt;
+Categories=X-LXQt;X-Leave;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=../translations
Index: lxqt-session-0.9.0/lxqtleave/resources/lxqt-shutdown.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqtleave/resources/lxqt-shutdown.desktop.in
+++ lxqt-session-0.9.0/lxqtleave/resources/lxqt-shutdown.desktop.in
@@ -5,7 +5,7 @@ GenericName=Shutdown
 Comment=shutdown the machine
 Exec=lxqt-leave --shutdown
 Icon=system-shutdown
-Categories=LXQt;X-Leave
-OnlyShowIn=LXQt;
+Categories=X-LXQt;X-Leave;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=../translations
Index: lxqt-session-0.9.0/lxqtleave/resources/lxqt-suspend.desktop.in
===================================================================
--- lxqt-session-0.9.0.orig/lxqtleave/resources/lxqt-suspend.desktop.in
+++ lxqt-session-0.9.0/lxqtleave/resources/lxqt-suspend.desktop.in
@@ -5,7 +5,7 @@ GenericName=Suspend
 Comment=suspend the machine
 Exec=lxqt-leave --suspend
 Icon=system-suspend
-Categories=LXQt;X-Leave
-OnlyShowIn=LXQt
+Categories=X-LXQt;X-Leave;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=../translations
++++++ lxqt-session-0.8.0.tar.xz -> lxqt-session-0.9.0.tar.xz ++++++
++++ 18664 lines of diff (skipped)

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

Reply via email to