Hello community, here is the log from the commit of package ddccontrol for openSUSE:Factory checked in at 2018-04-13 12:49:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddccontrol (Old) and /work/SRC/openSUSE:Factory/.ddccontrol.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddccontrol" Fri Apr 13 12:49:42 2018 rev:2 rq:595582 version:0.4.2+20140105+git9d89d8c Changes: -------- --- /work/SRC/openSUSE:Factory/ddccontrol/ddccontrol.changes 2016-11-15 17:58:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ddccontrol.new/ddccontrol.changes 2018-04-13 12:49:59.251079975 +0200 @@ -1,0 +2,7 @@ +Wed Apr 11 10:36:44 UTC 2018 - [email protected] + +- 90-ddccontrol-i2c.rules: + Fix typo that kept i2c-dev from being loaded. + Fixes (boo#1088935). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddccontrol.spec ++++++ --- /var/tmp/diff_new_pack.RY5GeW/_old 2018-04-13 12:49:59.931055340 +0200 +++ /var/tmp/diff_new_pack.RY5GeW/_new 2018-04-13 12:49:59.935055195 +0200 @@ -1,7 +1,7 @@ # # spec file for package ddccontrol # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -30,23 +30,24 @@ Patch50: 0002_cerrors.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: s390 s390x -BuildRequires: autoconf automake libtool +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: docbook-xsl-stylesheets BuildRequires: intltool -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(gtk+-2.0) >= 2.4 -BuildRequires: pkgconfig(glib-2.0) >= 2.4 +BuildRequires: libtool BuildRequires: libxslt-tools -BuildRequires: tidy -BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig BuildRequires: perl >= 5.8.1 BuildRequires: perl-XML-Parser -BuildRequires: docbook-xsl-stylesheets -BuildRequires: update-desktop-files +BuildRequires: pkgconfig +BuildRequires: tidy BuildRequires: udev +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(glib-2.0) >= 2.4 +BuildRequires: pkgconfig(gtk+-2.0) >= 2.4 +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) Recommends: %{name}-lang = %version - %description ddccontrol allows to change monitor settings, such as brightness and contrast, without using the monitor's hardware buttons. @@ -59,7 +60,6 @@ Summary: A GTK+2 front-end for ddccontrol Group: Hardware/Other - %description gtk This is a graphical tool to configure monitor settings such as brightness and contrast via DDC/CI. It is based on ddccontrol. @@ -71,7 +71,6 @@ Requires: ddccontrol-db Requires: udev - %description -n libddccontrol0 The back-end library enabling DDC/CI access in ddccontrol/gddccontrol. @@ -79,9 +78,8 @@ %package devel Summary: Development files for libddcontrol Group: Development/Languages/C and C++ -Requires: libddccontrol0 = %{version} Requires: glibc-devel - +Requires: libddccontrol0 = %{version} %description devel ddccontrol allows to change monitor settings, such as brightness and @@ -93,7 +91,6 @@ Group: Documentation/HTML BuildArch: noarch - %description doc This is the HTML documentation for ddccontrol. @@ -102,7 +99,6 @@ %setup -q %patch50 -p1 - %build ./autogen.sh %configure --disable-static \ @@ -112,7 +108,6 @@ --disable-ddcpci make %{?_smp_mflags} htmldir=%{_docdir}/%{name}/html - %install make install DESTDIR=%buildroot htmldir=%{_docdir}/%{name}/html %find_lang %{name} @@ -121,7 +116,6 @@ cp -a %{_sourcedir}/90-ddccontrol-i2c.rules %buildroot/%{_udevrulesdir}/ rm -f %buildroot/%_libdir/*.la - %files %defattr(-,root,root) %{_bindir}/ddccontrol @@ -129,7 +123,6 @@ %doc AUTHORS COPYING ChangeLog NEWS README TODO %exclude %{_docdir}/%{name}/html - %files gtk %defattr(-,root,root) %{_bindir}/gddccontrol @@ -141,34 +134,28 @@ %{_datadir}/icons/Bluecurve/48x48/apps/gddccontrol.png %doc %{_mandir}/man1/gddccontrol.1.gz - %files -n libddccontrol0 %defattr(-,root,root) %{_libdir}/libddccontrol.so.0 %{_libdir}/libddccontrol.so.0.0.0 %{_udevrulesdir}/90-ddccontrol-i2c.rules - %files devel %defattr(-,root,root) %{_includedir}/ddccontrol %{_libdir}/libddccontrol.so %{_libdir}/pkgconfig/ddccontrol.pc - %files doc %defattr(-,root,root) %dir %{_docdir}/%{name} %{_docdir}/%{name}/html - %files lang -f ddccontrol.lang %defattr(-,root,root) - %post -n libddccontrol0 -p /sbin/ldconfig %postun -n libddccontrol0 -p /sbin/ldconfig - %changelog ++++++ 90-ddccontrol-i2c.rules ++++++ --- /var/tmp/diff_new_pack.RY5GeW/_old 2018-04-13 12:49:59.967054036 +0200 +++ /var/tmp/diff_new_pack.RY5GeW/_new 2018-04-13 12:49:59.967054036 +0200 @@ -4,7 +4,7 @@ # If we have any I2C device in the system, load the i2c-dev module so # we can access it from userspace. -SUBSYSTEM=="i2c", ACTION="add", RUN+="/sbin/modprobe -b i2c-dev" +SUBSYSTEM=="i2c", ACTION=="add", RUN+="/sbin/modprobe -b i2c-dev" # Allow locally logged in users to access the I2C buses on
