Hello community, here is the log from the commit of package xsettingsd for openSUSE:Factory checked in at 2017-05-10 20:54:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xsettingsd (Old) and /work/SRC/openSUSE:Factory/.xsettingsd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xsettingsd" Wed May 10 20:54:07 2017 rev:7 rq:494332 version:0.0~git20170402 Changes: -------- --- /work/SRC/openSUSE:Factory/xsettingsd/xsettingsd.changes 2015-06-23 11:59:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xsettingsd.new/xsettingsd.changes 2017-05-10 20:54:09.104077700 +0200 @@ -1,0 +2,9 @@ +Tue May 9 16:45:47 UTC 2017 - [email protected] + +- Update to version 0.0~git20170402 (changes since 0.0~git20150615): + * Use LINKFLAGS instead of LDFLAGS. + It turns out scons uses its own name for this. + * Update home page in manpages. +- Change the RPM group to System/X11/Utilities. + +------------------------------------------------------------------- Old: ---- xsettingsd-0.0~git20150615.tar.gz New: ---- xsettingsd-0.0~git20170402.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsettingsd.spec ++++++ --- /var/tmp/diff_new_pack.WDwYjU/_old 2017-05-10 20:54:10.207921932 +0200 +++ /var/tmp/diff_new_pack.WDwYjU/_new 2017-05-10 20:54:10.223919675 +0200 @@ -1,7 +1,7 @@ # # spec file for package xsettingsd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,15 +17,15 @@ Name: xsettingsd -Version: 0.0~git20150615 +Version: 0.0~git20170402 Release: 0 Summary: Provides settings to X11 applications License: BSD-3-Clause -Group: System/X11 +Group: System/X11/Utilities Url: https://github.com/derat/xsettingsd Source: %{name}-%{version}.tar.gz BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: scons BuildRequires: xorg-x11-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,12 +46,12 @@ %endif %build -CFLAGS='%{optflags}' CXXFLAGS='%{optflags}' scons %{?_smp_mflags} +CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" scons %{?_smp_mflags} %install for file in %{name} dump_xsettings; do - install -Dm 0755 $file %{buildroot}%{_bindir}/$file - install -Dm 0644 $file.1 %{buildroot}%{_mandir}/man1/$file.1 + install -Dpm 0755 $file %{buildroot}%{_bindir}/$file + install -Dpm 0644 $file.1 %{buildroot}%{_mandir}/man1/$file.1 done %files ++++++ xsettingsd-0.0~git20150615.tar.gz -> xsettingsd-0.0~git20170402.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xsettingsd-0.0~git20150615/SConstruct new/xsettingsd-0.0~git20170402/SConstruct --- old/xsettingsd-0.0~git20150615/SConstruct 2015-06-15 03:02:00.000000000 +0200 +++ new/xsettingsd-0.0~git20170402/SConstruct 2017-04-02 18:50:32.000000000 +0200 @@ -44,7 +44,7 @@ env.Append(CPPFLAGS=os.environ.get('CPPFLAGS', ''), CFLAGS=os.environ.get('CFLAGS', ''), CXXFLAGS=os.environ.get('CXXFLAGS', ''), - LDFLAGS=os.environ.get('LDFLAGS', '')) + LINKFLAGS=os.environ.get('LDFLAGS', '')) env.Append(CCFLAGS='-Wall -Werror -Wno-narrowing') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xsettingsd-0.0~git20150615/dump_xsettings.1 new/xsettingsd-0.0~git20170402/dump_xsettings.1 --- old/xsettingsd-0.0~git20150615/dump_xsettings.1 2015-06-15 03:02:00.000000000 +0200 +++ new/xsettingsd-0.0~git20170402/dump_xsettings.1 2017-04-02 18:50:32.000000000 +0200 @@ -17,7 +17,7 @@ \fB\-s\fR, \fB\-\-screen\fR=\fISCREEN\fR Use the X screen numbered \fISCREEN\fR (default is 0). .SH BUGS -\fIhttp://code.google.com/p/xsettingsd/issues/list\fR +\fIhttps://github.com/derat/xsettingsd/issues\fR .SH SEE ALSO \fIxsettingsd\fR(1) .SH AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xsettingsd-0.0~git20150615/xsettingsd.1 new/xsettingsd-0.0~git20170402/xsettingsd.1 --- old/xsettingsd-0.0~git20150615/xsettingsd.1 2015-06-15 03:02:00.000000000 +0200 +++ new/xsettingsd-0.0~git20170402/xsettingsd.1 2017-04-02 18:50:32.000000000 +0200 @@ -15,7 +15,7 @@ antialiasing/hinting, and UI sound effects. .PP Additional documentation is available at the project's website: -\fIhttp://code.google.com/p/xsettingsd/\fR +\fIhttps://github.com/derat/xsettingsd\fR .SH OPTIONS .TP \fB\-c\fR, \fB\-\-config\fR=\fIFILE\fR @@ -27,7 +27,7 @@ \fB\-s\fR, \fB\-\-screen\fR=\fISCREEN\fR Use the X screen numbered \fISCREEN\fR (default of -1 means all screens). .SH BUGS -\fIhttp://code.google.com/p/xsettingsd/issues/list\fR +\fIhttps://github.com/derat/xsettingsd/issues\fR .SH EXAMPLE Running \fIdump_xsettings\fR(1) while another XSETTINGS daemon, such as \fBgnome-settings-daemon\fR, is already running will print your current
