Hello community,

here is the log from the commit of package xsettingsd for openSUSE:Factory 
checked in at 2017-11-24 10:54:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsettingsd (Old)
 and      /work/SRC/openSUSE:Factory/.xsettingsd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsettingsd"

Fri Nov 24 10:54:08 2017 rev:8 rq:544641 version:0.0+git20171105

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsettingsd/xsettingsd.changes    2017-05-10 
20:54:09.104077700 +0200
+++ /work/SRC/openSUSE:Factory/.xsettingsd.new/xsettingsd.changes       
2017-11-24 10:54:13.776813058 +0100
@@ -1,0 +2,7 @@
+Thu Nov 23 10:47:49 UTC 2017 - [email protected]
+
+- Update to version 0.0+git20171105:
+  * Add Python3 Support in SConstruct.
+- Use _service to get the git tarball.
+
+-------------------------------------------------------------------

Old:
----
  xsettingsd-0.0~git20170402.tar.gz

New:
----
  _service
  xsettingsd-0.0+git20171105.tar.xz

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

Other differences:
------------------
++++++ xsettingsd.spec ++++++
--- /var/tmp/diff_new_pack.JiPQqi/_old  2017-11-24 10:54:14.456788221 +0100
+++ /var/tmp/diff_new_pack.JiPQqi/_new  2017-11-24 10:54:14.456788221 +0100
@@ -17,17 +17,18 @@
 
 
 Name:           xsettingsd
-Version:        0.0~git20170402
+Version:        0.0+git20171105
 Release:        0
 Summary:        Provides settings to X11 applications
 License:        BSD-3-Clause
 Group:          System/X11/Utilities
 Url:            https://github.com/derat/xsettingsd
-Source:         %{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  scons
 BuildRequires:  xorg-x11-devel
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +42,7 @@
 %prep
 %setup -q
 %if 0%{?suse_version} < 1210
-# -Wno-narrowing makes build to fail.
+# -Wno-narrowing makes the build to fail.
 sed -i 's/ -Wno-narrowing//' SConstruct
 %endif
 

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="scm">git</param>
    <param name="url">https://github.com/derat/xsettingsd.git</param>
    <param name="filename">xsettingsd</param>
    <param name="versionformat">0.0+git%cd</param>
    <param name="revision">e4cf99698f0d178bad7609b2acd43acd8280bbeb</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>

Reply via email to