Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2016-03-11 09:38:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compton (Old)
 and      /work/SRC/openSUSE:Factory/.compton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compton"

Changes:
--------
--- /work/SRC/openSUSE:Factory/compton/compton.changes  2015-02-01 
12:30:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes     2016-03-11 
09:38:21.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Mar  5 14:27:50 UTC 2016 - [email protected]
+
+- added _service: add an automated way to generate the .tar.xz file.
+- update to the latest version of compton (0.1_beta2.82).
+  > Remove the .desktop patch, this has been fixed upstream.
+  > Add the new icons (and hicolor-icon-theme).
+- removed compton-0.1.0-fix_desktop_file.patch
+
+-------------------------------------------------------------------

Old:
----
  compton-0.1.0-fix_desktop_file.patch
  compton-0.1.0.tar.bz2

New:
----
  _service
  compton-0.1.0.tar.xz

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

Other differences:
------------------
++++++ compton.spec ++++++
--- /var/tmp/diff_new_pack.JOpnBg/_old  2016-03-11 09:38:22.000000000 +0100
+++ /var/tmp/diff_new_pack.JOpnBg/_new  2016-03-11 09:38:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compton
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,11 +23,11 @@
 License:        MIT
 Group:          System/X11/Utilities
 Url:            https://github.com/chjj/compton
-Source:         %{name}-%{version}.tar.bz2
-Patch0:         %{name}-0.1.0-fix_desktop_file.patch
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  git
+BuildRequires:  libxslt-tools
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
@@ -40,14 +40,17 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
-BuildRequires:  libxslt-tools
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires(pre): desktop-file-utils
 Requires(post):        desktop-file-utils
+# For the /usr/share/icons/hicolor/** directories.
+BuildRequires:  hicolor-icon-theme
+Requires:       hicolor-icon-theme
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,11 +58,10 @@
 
 %prep
 %setup
-%patch0 -p1
 
 %build
 # Export the COMPTON_VERSION variable (you may also pass it to make directly)
-export COMPTON_VERSION=%{version}
+export COMPTON_VERSION=%{version}-%{release}
 export CFLAGS="$RPM_OPT_FLAGS"
 %__make
 %__make docs
@@ -87,5 +89,6 @@
 %{_mandir}/man1/compton.1.gz
 %{_mandir}/man1/compton-trans.1.gz
 %{_datadir}/applications/*.desktop
+%{_datadir}/icons/hicolor/*/apps/compton.*
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/chjj/compton.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.1.0</param>
    <param name="revision">d7f95b56b176</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">compton-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">compton</param>
  </service>
</services>

Reply via email to