Hello community,

here is the log from the commit of package liblognorm for openSUSE:Factory 
checked in at 2017-05-16 14:29:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblognorm (Old)
 and      /work/SRC/openSUSE:Factory/.liblognorm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblognorm"

Tue May 16 14:29:19 2017 rev:21 rq:493004 version:2.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblognorm/liblognorm.changes    2017-04-11 
12:41:13.807937337 +0200
+++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes       
2017-05-16 14:29:22.636133662 +0200
@@ -1,0 +2,6 @@
+Fri May  5 11:27:00 UTC 2017 - [email protected]
+
+- drop HTML docs and python-Sphinx dependency
+- use pkgconfig always
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblognorm.spec ++++++
--- /var/tmp/diff_new_pack.1848ZN/_old  2017-05-16 14:29:23.755976345 +0200
+++ /var/tmp/diff_new_pack.1848ZN/_new  2017-05-16 14:29:23.759975783 +0200
@@ -17,7 +17,6 @@
 
 
 %define sover 5
-%define with_html_docs 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
 Name:           liblognorm
 Version:        2.0.3
 Release:        0
@@ -27,20 +26,10 @@
 Url:            http://www.liblognorm.com/
 Source0:        
http://www.liblognorm.com/download/files/download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1210
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  pkgconfig(libestr)
 BuildRequires:  pkgconfig(libfastjson) >= 0.99.0
 BuildRequires:  pkgconfig(libpcre)
-%else
-BuildRequires:  libestr-devel
-BuildRequires:  libfastjson-devel >= 0.99.0
-BuildRequires:  pcre-devel
-BuildRequires:  pkgconfig >= 0.9.0
-%endif
-%if %{with_html_docs}
-BuildRequires:  python-sphinx
-%endif
 
 %description
 Liblognorm is a fast-samples based normalization library. It is a library and
@@ -126,21 +115,13 @@
        --disable-testbench \
        --enable-advanced-stats \
        --enable-tools \
-%if %{with_html_docs}
-       --enable-docs \
-       --docdir=%{_docdir}/%{name} \
-%else
-       --disable-docs \
-%endif
+       --disable-docs
 
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
-%if %{with_html_docs}
-rm %{buildroot}/%{_docdir}/%{name}/.buildinfo
-%endif
 
 %check
 make check %{?_smp_mflags}
@@ -157,9 +138,6 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING NEWS README AUTHORS ChangeLog
-%if %{with_html_docs}
-%doc %{_docdir}/%{name}
-%endif
 %{_includedir}/*
 %{_libdir}/*.so
 %{_includedir}/*.h


Reply via email to