Hello community,
here is the log from the commit of package lxqt-notificationd for
openSUSE:Factory checked in at 2015-11-13 23:35:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-notificationd (Old)
and /work/SRC/openSUSE:Factory/.lxqt-notificationd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-notificationd"
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-notificationd/lxqt-notificationd.changes
2015-02-25 02:18:16.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-notificationd.new/lxqt-notificationd.changes
2015-11-13 23:35:55.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 6 15:11:36 UTC 2015 - [email protected]
+
+- Upstream release 0.10.0
+- Removing patches:
+ * fix_desktop_file.patch- Using sed in spec file now.
+
+-------------------------------------------------------------------
Old:
----
fix_desktop_file.patch
lxqt-notificationd-0.9.0.tar.xz
New:
----
lxqt-notificationd-0.10.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-notificationd.spec ++++++
--- /var/tmp/diff_new_pack.LSeEtS/_old 2015-11-13 23:35:56.000000000 +0100
+++ /var/tmp/diff_new_pack.LSeEtS/_new 2015-11-13 23:35:56.000000000 +0100
@@ -17,16 +17,14 @@
Name: lxqt-notificationd
-Version: 0.9.0
+Version: 0.10.0
Release: 0
Summary: Global keyboard shortcuts Tools
License: LGPL-2.1+
Group: System/GUI/LXDE-Qt
Url: http://www.lxde.org
Source:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE fix_desktop_file.patch [email protected] -- Fix
Desktop categories
-Patch0: fix_desktop_file.patch
-BuildRequires: cmake
+BuildRequires: cmake >= 3.0.2
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: kwindowsystem-devel
@@ -44,11 +42,12 @@
%prep
%setup -q
-%patch0 -p1
+# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and
shut rpmlint warnings
+#find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
%build
%cmake
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
%install
%cmake_install
@@ -62,12 +61,12 @@
%files
%defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS LICENSE README.md
%{_bindir}/%{name}
%{_bindir}/lxqt-config-notificationd
%{_datadir}/applications/lxqt-config-notificationd.desktop
-%files -n %{name}-lang
+%files lang
%defattr(-,root,root)
%{_datadir}/lxqt/translations
++++++ lxqt-notificationd-0.9.0.tar.xz -> lxqt-notificationd-0.10.0.tar.xz
++++++
++++ 4329 lines of diff (skipped)