Hello community,

here is the log from the commit of package asciidoc for openSUSE:Factory 
checked in at 2017-10-10 11:37:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asciidoc (Old)
 and      /work/SRC/openSUSE:Factory/.asciidoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asciidoc"

Tue Oct 10 11:37:32 2017 rev:40 rq:532093 version:8.6.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/asciidoc/asciidoc.changes        2017-07-12 
19:31:26.531000300 +0200
+++ /work/SRC/openSUSE:Factory/.asciidoc.new/asciidoc.changes   2017-10-10 
11:37:33.669759493 +0200
@@ -1,0 +2,23 @@
+Fri Oct  6 03:01:43 UTC 2017 - [email protected]
+
+- Re-add documentation
+
+-------------------------------------------------------------------
+Wed Oct  4 09:21:58 UTC 2017 - [email protected]
+
+- Remove asciidoc version from generated files with asciidoc.version.patch
+  The version causes unneeded republish of pkgs that make use
+  of asciidoc
+
+-------------------------------------------------------------------
+Sun Oct  1 13:41:40 UTC 2017 - [email protected]
+
+- Update to 8.6.10
+  * Improve reproducibility of builds (e.g. support SOURCE_DATE_EPOCH)
+  * SVG output support
+  * documentation and translations
+- Lint spec file
+- Remove asciidoc-change-Last-Updated-field.patch
+  * merged in https://github.com/asciidoc/asciidoc/pull/9
+
+-------------------------------------------------------------------

Old:
----
  asciidoc-8.6.9.tar.gz
  asciidoc-change-Last-Updated-field.patch

New:
----
  asciidoc-8.6.10.tar.gz
  asciidoc.version.patch

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

Other differences:
------------------
++++++ asciidoc.spec ++++++
--- /var/tmp/diff_new_pack.9gOdj2/_old  2017-10-10 11:37:36.441637840 +0200
+++ /var/tmp/diff_new_pack.9gOdj2/_new  2017-10-10 11:37:36.441637840 +0200
@@ -17,21 +17,25 @@
 
 
 Name:           asciidoc
-Version:        8.6.9
+Version:        8.6.10
 Release:        0
 Summary:        Text-Based Document Generation
 License:        GPL-2.0+
 Group:          Development/Tools/Doc Generators
-Url:            http://www.methods.co.nz/asciidoc/
-Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
-Patch0:         asciidoc-change-Last-Updated-field.patch
+Url:            http://asciidoc.org
+Source0:        
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         asciidoc.version.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  python >= 2.3
+BuildRequires:  python-xml
 Requires:       docbook-xsl-stylesheets
 Requires:       python >= 2.3
 Requires:       python-xml
 Recommends:     dblatex
 # a2x needs /usr/bin/xsltproc
 Recommends:     libxslt
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -51,36 +55,31 @@
 %patch0 -p1
 
 %build
+autoreconf -fi
+%configure
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/asciidoc/filters
-mkdir -p %{buildroot}%{_datadir}/asciidoc
-mkdir -p %{buildroot}%{_mandir}/man1
-install -m 0644 *.conf %{buildroot}%{_sysconfdir}/asciidoc
-install -m 0644 filters/*/*.conf %{buildroot}%{_sysconfdir}/asciidoc/filters/
-install -m 0755 filters/*/*.py %{buildroot}%{_sysconfdir}/asciidoc/filters/
-install -m 0755 -D asciidoc.py %{buildroot}%{_bindir}/asciidoc
-install -m 0755 -D a2x.py %{buildroot}%{_bindir}/a2x
-install -m 0644 doc/*.1  %{buildroot}%{_mandir}/man1/
-for i in images stylesheets javascripts docbook-xsl dblatex themes; do
-  cp -av $i %{buildroot}%{_datadir}/asciidoc/
-  ln -s ../../%{_datadir}/asciidoc/$i %{buildroot}%{_sysconfdir}/asciidoc
-done
+%make_install
+
+# Strip .py extension from binaries
+pushd %{buildroot}%{_bindir}
+       mv %{name}.py %{name}
+       mv a2x.py a2x
+popd
+
 # install vim files
 mkdir -p %{buildroot}%{_datadir}/vim/site/{syntax,ftdetect}
 install -m 0644 vim/syntax/* %{buildroot}%{_datadir}/vim/site/syntax
 
 %files
-%defattr(-,root,root)
-%config %{_sysconfdir}/asciidoc
-%{_datadir}/asciidoc
-%{_bindir}/*
+%config %{_sysconfdir}/%{name}
+%{_bindir}/%{name}
+%{_bindir}/a2x
 %{_datadir}/vim
-%doc %{_mandir}/man1/*
-%doc README BUGS CHANGELOG COPYRIGHT
+%{_mandir}/man1/*
+%doc README.asciidoc BUGS.txt CHANGELOG.txt COPYRIGHT
 
 %files examples
-%defattr(-,root,root)
 %doc doc examples
 
 %changelog

++++++ asciidoc-8.6.9.tar.gz -> asciidoc-8.6.10.tar.gz ++++++
++++ 11142 lines of diff (skipped)

++++++ asciidoc.version.patch ++++++
Avoid version number in generated files.
Output will be identical between versions.
In case the output changes, build-compare will catch it.
--- a/html4.conf
+++ b/html4.conf
@@ -460,7 +460,7 @@ endif::[]
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset={encoding}">
-<meta name="generator" content="AsciiDoc {asciidoc-version}">
+<meta name="generator" content="AsciiDoc">
 <meta name="description" content="{description}">
 <meta name="keywords" content="{keywords}">
 <title>{title}</title>
--- a/html5.conf
+++ b/html5.conf
@@ -539,7 +539,7 @@ bodydata=<td class="tableblock halign-{c
 <html lang="{lang=en}">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset={encoding}">
-<meta name="generator" content="AsciiDoc {asciidoc-version}">
+<meta name="generator" content="AsciiDoc">
 <meta name="description" content="{description}">
 <meta name="keywords" content="{keywords}">
 <title>{title}</title>
--- a/slidy.conf
+++ b/slidy.conf
@@ -68,7 +68,7 @@ text=<p>|</p>
 <meta http-equiv="Content-Type" 
content="{quirks=application/xhtml+xml}{quirks?text/html}; charset={encoding}" 
/>
 ifndef::copyright[<meta name="copyright" content="Copyright &#169; {author}" 
/>]
 <meta name="copyright" content="Copyright &#169; {copyright}" />
-<meta name="generator" content="AsciiDoc {asciidoc-version}" />
+<meta name="generator" content="AsciiDoc" />
 <meta name="duration" content="{duration}" />
 ifdef::linkcss[]
 <link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}.css" 
type="text/css" />
--- a/xhtml11.conf
+++ b/xhtml11.conf
@@ -531,7 +531,7 @@ cellspacing="0" cellpadding="4">
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="{lang=en}">
 <head>
 <meta http-equiv="Content-Type" 
content="{quirks=application/xhtml+xml}{quirks?text/html}; charset={encoding}" 
/>
-<meta name="generator" content="AsciiDoc {asciidoc-version}" />
+<meta name="generator" content="AsciiDoc" />
 <meta name="description" content="{description}" />
 <meta name="keywords" content="{keywords}" />
 <title>{title}</title>

Reply via email to