Hello community,

here is the log from the commit of package libepubgen for openSUSE:Factory 
checked in at 2017-08-24 18:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libepubgen (Old)
 and      /work/SRC/openSUSE:Factory/.libepubgen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libepubgen"

Thu Aug 24 18:52:57 2017 rev:4 rq:516847 version:0.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libepubgen/libepubgen.changes    2017-02-03 
17:47:23.638392912 +0100
+++ /work/SRC/openSUSE:Factory/.libepubgen.new/libepubgen.changes       
2017-08-24 18:52:59.584400850 +0200
@@ -1,0 +2,10 @@
+Mon Aug 14 13:54:24 UTC 2017 - [email protected]
+
+- Version update to 0.0.1:
+  * Fix escaping of HTML entities.
+  *  Use symbol visibility on Linux. The library only exports public
+     classes/functions now.
+  * Print debugging output to stderr.
+  * Switch to C++11.
+
+-------------------------------------------------------------------

Old:
----
  libepubgen-0.0.0.tar.xz

New:
----
  libepubgen-0.0.1.tar.xz

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

Other differences:
------------------
++++++ libepubgen.spec ++++++
--- /var/tmp/diff_new_pack.ViXgnZ/_old  2017-08-24 18:53:00.468276396 +0200
+++ /var/tmp/diff_new_pack.ViXgnZ/_new  2017-08-24 18:53:00.472275833 +0200
@@ -18,26 +18,25 @@
 
 %define libname libepubgen-0_0-0
 Name:           libepubgen
-Version:        0.0.0
+Version:        0.0.1
 Release:        0
 Summary:        An EPUB generator library
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
 Url:            https://sourceforge.net/projects/libepubgen/
 Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(librevenge-0.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 %{name} is a library for generating EPUB documents. It is directly
@@ -83,7 +82,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -96,21 +95,17 @@
 make %{?_smp_mflags} check
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/%{name}-*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}-*
 %{_libdir}/%{name}-*.so
 %{_libdir}/pkgconfig/%{name}-*.pc
 
 %files devel-doc
-%defattr(-,root,root,-)
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}
 

++++++ libepubgen-0.0.0.tar.xz -> libepubgen-0.0.1.tar.xz ++++++
++++ 32467 lines of diff (skipped)


Reply via email to