#1 Version bump to 0.5.1
Closed 3 years ago by jskarvad. Opened 3 years ago by joy4eg.
rpms/ joy4eg/ddccontrol master  into  rawhide

file modified
+6 -2
@@ -11,9 +11,8 @@ 

  #%%global git_suffix %%{git_date}git%%{git_short_commit}

  

  Name:             ddccontrol

- #URL:              http://ddccontrol.sourceforge.net/

  URL:              https://github.com/ddccontrol/ddccontrol

- Version:          0.5.0

+ Version:          0.5.1

  Release:          1%{?dist}

  License:          GPLv2+

  BuildRequires:    gtk2-devel, pkgconfig, pciutils-devel, desktop-file-utils
@@ -21,6 +20,7 @@ 

  BuildRequires:    libX11-devel, xml-common, libxslt, libXt-devel

  BuildRequires:    docbook-style-xsl, gettext-devel, intltool

  BuildRequires:    make

+ BuildRequires:    systemd

  Requires:         ddccontrol-db, dbus-common, /sbin/modprobe

  Requires(post):   /sbin/modprobe

  Summary:          Control your monitor by software using the DDC/CI protocol
@@ -120,6 +120,7 @@ 

  %{_datadir}/dbus-1/interfaces/ddccontrol.DDCControl.xml

  %{_datadir}/dbus-1/system-services/ddccontrol.DDCControl.service

  %{_mandir}/man1/ddccontrol.1*

+ %{_unitdir}/%{name}.service

  

  %files gtk

  %{_bindir}/gddccontrol
@@ -136,6 +137,9 @@ 

  %{_libdir}/pkgconfig/%{name}.pc

  

  %changelog

+ * Mon Jan 18 11:03:39 EET 2021 Yaroslav Syrytsia <me@ys.lc> - 0.5.1-1

+ - New version with systemd fix (bug #1917264)

+ 

  * Tue Jan  5 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 0.5.0-1

  - New version

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (ddccontrol-0.5.0.tar.gz) = 12325b656fc2e1eafa09f1ef04a4a29d2c49d5870124eb95cbe2ffb05453006235537aa3206dd3b54a931533a3a03d6459fe20060b42e64869a316673f035b21

+ SHA512 (ddccontrol-0.5.1.tar.gz) = 2973a06a0c75080ff34d0239b5011506a52b875acfc4664a484fe9860c2f9863701384ec611562f4b55fd333e2298ba49c9e3acfe24026d4fa9ac72933af85a0

Thanks for the PR, I think you should also call the systemd macros:
https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_scriptlets

Could you squash the commits to one and force push?

I fixed it similar way (but with some changes) and mentioned this PR in the commit.

Pull-Request has been closed by jskarvad

3 years ago