Hello community,

here is the log from the commit of package compicc for openSUSE:Factory checked 
in at 2017-01-31 12:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compicc (Old)
 and      /work/SRC/openSUSE:Factory/.compicc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compicc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/compicc/compicc.changes  2016-07-20 
09:24:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.compicc.new/compicc.changes     2017-02-03 
17:34:51.140893747 +0100
@@ -1,0 +2,14 @@
+Sat Jan 28 12:00:00 UTC 2017 - [email protected]
+
+- fix docu file names from markdownification
+
+-------------------------------------------------------------------
+Sat Dec 10 15:13:14 UTC 2016 - [email protected]
+
+- Update to version 0.8.10:
+  * Use Oyranos to clear and move profiles.
+  * Handle Oyranos DB cache.
+  * Improve debug output.
+  * Reduce updates.
+
+-------------------------------------------------------------------

Old:
----
  compicc-0.8.9.tar.bz2

New:
----
  compicc-0.8.10.tar.xz

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

Other differences:
------------------
++++++ compicc.spec ++++++
--- /var/tmp/diff_new_pack.Re2HXb/_old  2017-02-03 17:34:51.780803175 +0100
+++ /var/tmp/diff_new_pack.Re2HXb/_new  2017-02-03 17:34:51.784802609 +0100
@@ -17,20 +17,21 @@
 
 
 Name:           compicc
-Version:        0.8.9
+Version:        0.8.10
 Release:        0
 Summary:        Compiz ICC Colour Management Server
 License:        BSD-3-Clause
 Group:          Productivity/Graphics/Other
-Url:            http://compicc.sourceforge.net/
-Source:         http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
-Patch:          pic-flag.patch
+Url:            https://github.com/compiz-reloaded/compicc
+Source:         
https://github.com/compiz-reloaded/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE pic-flag.patch [email protected] -- Always compile shared 
objects with -fPIC.
+Patch0:         pic-flag.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(compiz) < 0.9
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(oyranos) >= 0.9.0
+BuildRequires:  pkgconfig(oyranos) >= 0.9.6
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcm)
 BuildRequires:  pkgconfig(xextproto)
@@ -51,13 +52,13 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 %configure \
   --disable-static \
   --enable-debug
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -73,7 +74,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS.md ChangeLog.md COPYING.md README.md
 %dir %{_libdir}/compiz/
 %{_libdir}/compiz/*libcompicc.*
 %dir %{_datadir}/compiz/


Reply via email to