Hello community, here is the log from the commit of package liblogging for openSUSE:Factory checked in at 2017-11-14 14:14:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblogging (Old) and /work/SRC/openSUSE:Factory/.liblogging.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblogging" Tue Nov 14 14:14:01 2017 rev:12 rq:540186 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes 2017-03-20 17:05:00.112510311 +0100 +++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes 2017-11-14 14:14:04.286514944 +0100 @@ -1,0 +2,6 @@ +Thu Nov 9 10:06:33 UTC 2017 - [email protected] + +- Use python3 version of rst2man when available +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblogging.spec ++++++ --- /var/tmp/diff_new_pack.rzIqA3/_old 2017-11-14 14:14:04.822495394 +0100 +++ /var/tmp/diff_new_pack.rzIqA3/_new 2017-11-14 14:14:04.826495247 +0100 @@ -28,16 +28,14 @@ Url: http://www.liblogging.org/ Source0: http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz BuildRequires: dos2unix -BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1110 BuildRequires: pkgconfig >= 0.9.0 -%else -BuildRequires: pkgconfig >= 0.9.0 -%endif %if %{with_rst2man} +%if %{?is_opensuse} +BuildRequires: python3-docutils +%else BuildRequires: python-docutils %endif +%endif %if %{with_systemd_journal} %if 0%{?suse_version} == 1310 BuildRequires: pkgconfig(libsystemd-journal) >= 197 @@ -101,7 +99,6 @@ %postun -n %{name}%{sover} -p /sbin/ldconfig %files -n %{name}%{sover} -%defattr(-,root,root) %doc COPYING %{_libdir}/liblogging-rfc3195.so.* %{_libdir}/liblogging-stdlog.so.* @@ -109,7 +106,6 @@ %{_mandir}/man1/stdlogctl* %files devel -%defattr(-,root,root) %doc ChangeLog COPYING README %doc rfc3195/doc/html %{_libdir}/liblogging-rfc3195.so
