Hello community,

here is the log from the commit of package xsettingsd for openSUSE:Factory 
checked in at 2014-05-08 12:39:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsettingsd (Old)
 and      /work/SRC/openSUSE:Factory/.xsettingsd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsettingsd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsettingsd/xsettingsd.changes    2014-05-01 
07:53:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xsettingsd.new/xsettingsd.changes       
2014-05-08 12:39:41.000000000 +0200
@@ -0,0 +1,7 @@
+-------------------------------------------------------------------
+Wed Apr 30 20:25:03 UTC 2014 - [email protected]
+
+- fix warning standard-dir-owned-by-package /usr/share/man/man1
+
+-------------------------------------------------------------------
+

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

Other differences:
------------------
++++++ xsettingsd.spec ++++++
--- /var/tmp/diff_new_pack.GCVADe/_old  2014-05-08 12:39:42.000000000 +0200
+++ /var/tmp/diff_new_pack.GCVADe/_new  2014-05-08 12:39:42.000000000 +0200
@@ -11,22 +11,21 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xsettingsd
 Version:        0.0~git20121210
 Release:        0
-License:        BSD-3-Clause
 Summary:        Provides settings to X11 applications
-Url:            https://github.com/derat/xsettingsd
+License:        BSD-3-Clause
 Group:          System/X11
+Url:            https://github.com/derat/xsettingsd
 Source:         %{name}-%{version}.tar.gz
-
-BuildRequires:  pkg-config
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRequires:  scons
 BuildRequires:  pkgconfig(x11)
 
@@ -42,7 +41,7 @@
 %setup -q
 
 %build
-scons CC="$(which %{__cc})" CXX="$(which %{__cxx})" %{?_smp_mflags}
+scons CC="$(which gcc)" CXX="$(which g++)" %{?_smp_mflags}
 
 %install
 for file in %{name} dump_xsettings; do
@@ -55,6 +54,7 @@
 %doc COPYING README
 %{_bindir}/%{name}
 %{_bindir}/dump_xsettings
-%{_mandir}/man1/
+%{_mandir}/man1/%{name}.1.*
+%{_mandir}/man1/dump_xsettings.1.*
 
 %changelog

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

Reply via email to