Hello community,

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

Package is "htmldoc"

Fri Dec 22 12:18:10 2017 rev:23 rq:548024 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/htmldoc/htmldoc.changes  2017-03-12 
20:05:22.718052169 +0100
+++ /work/SRC/openSUSE:Factory/.htmldoc.new/htmldoc.changes     2017-12-22 
12:18:19.151659744 +0100
@@ -1,0 +2,30 @@
+Mon Dec  4 08:06:31 UTC 2017 - [email protected]
+
+- Update to new version 1.9.1:
+  * Fixed monospace font size issue
+  * Added support for reproducible builds
+  * Added limited support for the HTML 4.0 SPAN element
+  * Added (extremely limited) UTF-8 support for input files
+  * Fixed buffer underflow for (invalid) short HTML comments
+  * Now indent PRE text, by popular request.
+  * EPUB output now makes sure that <element property> is written
+    as <element property="property">.
+  * Now support both NAME and ID for table-of-contents targets.
+  * Added support for repeating a single header row for tables that
+    span multiple pages
+  * Added support for embedding the current filename/URL in the
+    header or footer
+  * Added EPUB support
+  * Added Markdown support
+  * Fixed a regression in header/footer image scaling
+  * Documentation updates
+  * Compiler fixes
+  * Fixed a bug when running HTMLDOC as a macOS application.
+  * Updated the bundled libpng to v1.6.29.
+  * And many more
+- Drop upstreamed htmldoc-cups_rand.patch and no longer needed
+  htmldoc-docpath.diff
+- Lots of spec file cleaning
+- Use gnutls/gcrypt for crypto support as openssl support is gone
+
+-------------------------------------------------------------------

Old:
----
  htmldoc-1.8.28-source.tar.bz2
  htmldoc-cups_rand.patch
  htmldoc-docpath.diff

New:
----
  htmldoc-1.9.1.tar.gz

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

Other differences:
------------------
++++++ htmldoc.spec ++++++
--- /var/tmp/diff_new_pack.sbSyXy/_old  2017-12-22 12:18:19.791628540 +0100
+++ /var/tmp/diff_new_pack.sbSyXy/_new  2017-12-22 12:18:19.795628345 +0100
@@ -17,59 +17,53 @@
 
 
 Name:           htmldoc
-Version:        1.8.28
+Version:        1.9.1
 Release:        0
 Summary:        HTML Processor that Generates HTML, PostScript, and PDF Files
 License:        LGPL-2.1+
 Group:          Productivity/Publishing/HTML/Tools
-Url:            http://htmldoc.org/
-Source:         
http://www.msweet.org/files/project1/%{name}-%{version}-source.tar.bz2
-Patch0:         %{name}-docpath.diff
-# PATCH-FIX-UPSTREAM htmldoc-cups_rand.patch upstream bug #510
-Patch1:         htmldoc-cups_rand.patch
-BuildRequires:  autoconf
+Url:            https://michaelrsweet.github.io/htmldoc/index.html
+Source:         
https://github.com/michaelrsweet/htmldoc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fltk-devel
-BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libXpm-devel
-BuildRequires:  libdrm-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgnutls-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  openssl-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  update-desktop-files
+BuildRequires:  zlib-devel
 
 %description
 HTMLDOC converts HTML source files into indexed HTML, PostScript, or
-Portable Document Format (PDF) files that can be viewed online or
-printed.
+Portable Document Format (PDF) files that can be viewed online or printed.
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1
 
 %build
-autoconf
-export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
        --with-gui
 make %{?_smp_mflags} V=1
 
 %install
-make \
-  %{?_smp_mflags} \
-       bindir=%{buildroot}/%{_bindir} \
-       prefix=%{buildroot}/%{_usr} \
-       mandir=%{buildroot}/%{_mandir} \
-       datadir=%{buildroot}/%{_datadir} \
-install
+%make_install
+# Workaround faulty installation
+mv -f %{buildroot}%{buildroot}/* \
+  %{buildroot}
+# Get rid of unvanted files
+rm -rf %{buildroot}/home %{buildroot}%{_datadir}/doc/%{name}
+# Update desktop file
+%suse_update_desktop_file -r %{name} Development Documentation
+%suse_update_desktop_file %{name} -G%{name}
 
 %files
-%defattr(-,root,root)
-%doc cgi-bin/ CHANGES.txt COPYING.txt README.txt
+%doc CHANGES.md COPYING README.md
 %{_bindir}/htmldoc
 %{_datadir}/htmldoc
+%{_datadir}/pixmaps/htmldoc.xpm
+%{_datadir}/mime/packages/htmldoc.xml
+%{_datadir}/applications/htmldoc.desktop
 %{_mandir}/man1/htmldoc.1%{ext_man}
-%{_docdir}/%{name}
 
 %changelog


Reply via email to