Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2019-03-29 20:33:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and      /work/SRC/openSUSE:Factory/.speech-dispatcher.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speech-dispatcher"

Fri Mar 29 20:33:35 2019 rev:31 rq:689440 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes      
2019-03-04 09:16:33.660642163 +0100
+++ 
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.25356/speech-dispatcher.changes
   2019-03-29 20:33:37.074627441 +0100
@@ -1,0 +2,21 @@
+Thu Mar 28 14:33:15 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Reduce scriptlets' hard dependency by switching to
+  %systemd_ordering.
+- Modernize specfile a bit: make use of %make_install, and drop
+  redundant "--sysconfdir=%_sysconfdir" from the %configure call.
+
+-------------------------------------------------------------------
+Wed Mar 27 14:24:59 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Revert setting includedir explicitly: upstream had this fixed in
+  2015 in the build system directly (bsc#1129586 is thus no longer
+  applicable since speech-dispatcher 0.8.4).
+
+-------------------------------------------------------------------
+Tue Mar 19 11:52:44 CET 2019 - [email protected]
+
+- set includedir to fix the entries in the pkg-config file
+  (bsc#1129586).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.7Ws4O1/_old  2019-03-29 20:33:37.634627771 +0100
+++ /var/tmp/diff_new_pack.7Ws4O1/_new  2019-03-29 20:33:37.638627774 +0100
@@ -23,7 +23,6 @@
 %define espeak    espeak
 %define espeakdev espeak-devel
 %endif
-
 Name:           speech-dispatcher
 Version:        0.9.0
 Release:        0
@@ -49,6 +48,7 @@
 BuildRequires:  libtool
 BuildRequires:  python3-setuptools
 BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  texinfo
 Requires:       python3-speechd
 # FIXME: use proper Requires(pre/post/preun/...)
@@ -63,8 +63,7 @@
 # speech-dispatcher replaces it. We don't have a Provides since this is
 # really just about obsoleting at technology, not providing it.
 Obsoletes:      gnome-speech <= 0.4.25
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 The goal of Speech Dispatcher project is to provide a high-level device
@@ -177,12 +176,11 @@
         --with-pulse \
         --without-baratinoo \
         --without-flite \
-        --without-kali \
-        --sysconfdir=%{_sysconfdir}
+        --without-kali
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 mkdir -p %{buildroot}%{_sbindir}
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcspeech-dispatcherd
@@ -245,9 +243,9 @@
 %{_libdir}/speech-dispatcher-modules/sd_dummy
 %{_libdir}/speech-dispatcher-modules/sd_festival
 %{_libdir}/speech-dispatcher-modules/sd_generic
-%doc %{_infodir}/%{name}*.info.gz
-%doc %{_infodir}/spd-say.info.gz
-%doc %{_infodir}/ssip.info.gz
+%{_infodir}/%{name}*.info.gz
+%{_infodir}/spd-say.info.gz
+%{_infodir}/ssip.info.gz
 # logs
 %dir %attr(0700, root, root) %{_localstatedir}/log/speech-dispatcher/
 %config(noreplace) %{_sysconfdir}/logrotate.d/speech-dispatcher


Reply via email to