Hello community,

here is the log from the commit of package festival for openSUSE:Factory 
checked in at 2017-12-29 18:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/festival (Old)
 and      /work/SRC/openSUSE:Factory/.festival.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "festival"

Fri Dec 29 18:50:08 2017 rev:31 rq:547764 version:2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/festival/festival.changes        2017-03-15 
02:00:27.962882326 +0100
+++ /work/SRC/openSUSE:Factory/.festival.new/festival.changes   2017-12-29 
18:50:15.676068321 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:49:33 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ festival.spec ++++++
--- /var/tmp/diff_new_pack.fURYnI/_old  2017-12-29 18:50:17.011684723 +0100
+++ /var/tmp/diff_new_pack.fURYnI/_new  2017-12-29 18:50:17.015683575 +0100
@@ -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:           festival
 Version:        2.4
 Release:        0
@@ -103,7 +108,7 @@
     CXXFLAGS="%{optflags} -fPIC -fno-strict-aliasing"
 cd ../%{name}
 make \
-  FTLIBDIR="%{_datadir}/festival/lib" \
+  FTLIBDIR="%{_datadir}/festival" \
   CFLAGS="%{optflags} -fPIC" \
   CXXFLAGS="%{optflags} -fPIC"
 make doc
@@ -160,7 +165,7 @@
 install -d %{buildroot}%{_sbindir}
 ln -sf ../..%{_initddir}/%{name} %{buildroot}%{_sbindir}/rc%{name}
 # installl sysconfig file
-install -m 644 -D %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -m 644 -D %{SOURCE5} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 # remove instalation instructions
 rm -f %{buildroot}%{_docdir}/%{name}/INSTALL
@@ -194,7 +199,7 @@
 %{_libexecdir}/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man1/*
-%{_localstatedir}/adm/fillup-templates/*
+%{_fillupdir}/*
 
 %files devel
 %defattr(-,root,root)


Reply via email to