Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xcalib for openSUSE:Factory checked in at 2021-03-03 18:34:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xcalib (Old) and /work/SRC/openSUSE:Factory/.xcalib.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xcalib" Wed Mar 3 18:34:42 2021 rev:10 rq:876338 version:0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/xcalib/xcalib.changes 2017-11-30 12:45:22.601950812 +0100 +++ /work/SRC/openSUSE:Factory/.xcalib.new.2378/xcalib.changes 2021-03-03 18:34:43.755371315 +0100 @@ -1,0 +2,7 @@ +Mon Feb 8 22:27:34 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.10: + * rename -s to -o option + * Fix incorrect use of X11 screen and output + +------------------------------------------------------------------- Old: ---- xcalib-0.9.0.tar.bz2 New: ---- xcalib-0.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xcalib.spec ++++++ --- /var/tmp/diff_new_pack.wbV8lz/_old 2021-03-03 18:34:44.287371701 +0100 +++ /var/tmp/diff_new_pack.wbV8lz/_new 2021-03-03 18:34:44.291371704 +0100 @@ -1,7 +1,7 @@ # # spec file for package xcalib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,27 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: xcalib +Version: 0.10 +Release: 0 Summary: Load ICC profile calibration part to graphics card -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Version: 0.9.0 -Release: 0 -Source0: %{name}-%{version}.tar.bz2 -Url: http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +URL: https://github.com/OpenICC/xcalib +Source0: https://github.com/OpenICC/xcalib/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: color-filesystem BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(xxf86vm) -%if "%_repository" == "SUSE_Linux_10.1" || "%_repository" == "SLE_10" -BuildRequires: pkg-config +%if "%{_repository}" == "SUSE_Linux_10.1" || "%{_repository}" == "SLE_10" +BuildRequires: pkgconfig BuildRequires: xorg-x11-compat70-devel %endif @@ -55,9 +54,8 @@ %setup -q %build -export CFLAGS="$RPM_OPT_FLAGS" %cmake -make VERBOSE=1 %{_smp_mflags} +%cmake_build %install %cmake_install @@ -65,20 +63,21 @@ %files %defattr(0644,root,root, 0755) -%doc README README.profilers COPYING +%license COPYING +%doc README.md README.profilers %defattr(0755,root,root) %{_bindir}/xcalib %defattr(0644,root,root) -%{_mandir}/man1/xcalib.1.gz +%{_mandir}/man1/xcalib.1%{?ext_man} %files profiles -%defattr(-,root,root) +%license COPYING +%doc README.md README.profilers %{_datadir}/color/icc/xcalib/test/bluish.icc %{_datadir}/color/icc/xcalib/test/gamma_1_0.icc %{_datadir}/color/icc/xcalib/test/gamma_2_2_bright.icc %{_datadir}/color/icc/xcalib/test/gamma_2_2.icc %{_datadir}/color/icc/xcalib/test/gamma_2_2_lowContrast.icc -%doc README README.profilers COPYING %dir %{_datadir}/color/icc/xcalib %dir %{_datadir}/color/icc/xcalib/test
