Hello community,

here is the log from the commit of package timidity for openSUSE:Factory 
checked in at 2017-11-24 10:54:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timidity (Old)
 and      /work/SRC/openSUSE:Factory/.timidity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timidity"

Fri Nov 24 10:54:39 2017 rev:39 rq:544854 version:2.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/timidity/timidity.changes        2017-09-28 
12:35:49.455851389 +0200
+++ /work/SRC/openSUSE:Factory/.timidity.new/timidity.changes   2017-11-24 
10:54:43.995709286 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:53:31 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ timidity.spec ++++++
--- /var/tmp/diff_new_pack.insatP/_old  2017-11-24 10:54:45.267662828 +0100
+++ /var/tmp/diff_new_pack.insatP/_new  2017-11-24 10:54:45.267662828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package timidity
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           timidity
 Summary:        Software Synthesizer and MIDI Player
 License:        GPL-2.0+
@@ -41,8 +46,8 @@
 BuildRequires:  xorg-x11
 Recommends:     fluid-soundfont-gm fluid-soundfont-gs
 BuildRequires:  fdupes
-BuildRequires:  xaw3d-devel
 BuildRequires:  systemd
+BuildRequires:  xaw3d-devel
 %{?systemd_requires}
 PreReq:        %fillup_prereq
 Source:         TiMidity++-%{version}.tar.xz
@@ -146,7 +151,7 @@
 
 # boot scripts
 #
-%__install -m 644 -D %{S:6} 
%{buildroot}/var/adm/fillup-templates/sysconfig.timidity
+%__install -m 644 -D %{S:6} %{buildroot}%{_fillupdir}/sysconfig.timidity
 %__install -Dm 644 %{S:5} %{buildroot}%{_unitdir}/%{name}.service
 %__install -d %{buildroot}%{_sbindir}
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
@@ -172,7 +177,6 @@
 %postun
 %service_del_postun %{name}.service
 
-
 %files
 %defattr(-,root,root)
 %{_docdir}
@@ -190,6 +194,6 @@
 %{_datadir}/xemacs
 %{_unitdir}/timidity.service
 %{_sbindir}/rctimidity
-/var/adm/fillup-templates/sysconfig.timidity
+%{_fillupdir}/sysconfig.timidity
 
 %changelog



Reply via email to