Hello community, here is the log from the commit of package brightnessctl for openSUSE:Factory checked in at 2019-05-22 12:20:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brightnessctl (Old) and /work/SRC/openSUSE:Factory/.brightnessctl.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brightnessctl" Wed May 22 12:20:02 2019 rev:2 rq:704654 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/brightnessctl/brightnessctl.changes 2019-05-13 14:48:52.894538060 +0200 +++ /work/SRC/openSUSE:Factory/.brightnessctl.new.5148/brightnessctl.changes 2019-05-22 12:20:07.840846161 +0200 @@ -1,0 +2,13 @@ +Wed May 1 13:17:04 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. +- Remove redundant DESTDIR= from %make_install. +- Require systemd-rpm-macros for %_udevrulesdir. + +------------------------------------------------------------------- +Tue Apr 30 09:57:54 UTC 2019 - [email protected] + +- Clean spec +- Add SUSE copyright + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brightnessctl.spec ++++++ --- /var/tmp/diff_new_pack.7kVb2g/_old 2019-05-22 12:20:08.792845540 +0200 +++ /var/tmp/diff_new_pack.7kVb2g/_new 2019-05-22 12:20:08.792845540 +0200 @@ -1,6 +1,7 @@ # # spec file for package brightnessctl # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 R Tyler Croy <[email protected]> # Copyright (c) 2016 Fabio Alessandro Locati <[email protected]> # @@ -19,17 +20,18 @@ Name: brightnessctl Version: 0.4 -Release: 0%{?dist} -Summary: Read and control device brightness +Release: 0 +Summary: Tool to read and control device brightness License: MIT Group: System/Management URL: https://github.com/Hummer12007/%{name} Source: https://github.com/Hummer12007/brightnessctl/archive/%{version}.tar.gz BuildRequires: gcc BuildRequires: make +BuildRequires: systemd-rpm-macros %description -Utility to read and control the display brightness. +A utility to read and control the display brightness. %prep %autosetup @@ -40,7 +42,7 @@ %make_build %install -%make_install DESTDIR=%{buildroot} UDEVDIR=%{_udevrulesdir} +%make_install UDEVDIR=%{_udevrulesdir} %files %doc README.md
