Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lowdown for openSUSE:Factory checked in at 2024-10-27 11:25:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lowdown (Old) and /work/SRC/openSUSE:Factory/.lowdown.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lowdown" Sun Oct 27 11:25:19 2024 rev:2 rq:1218397 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lowdown/lowdown.changes 2024-07-29 21:52:34.829192866 +0200 +++ /work/SRC/openSUSE:Factory/.lowdown.new.2020/lowdown.changes 2024-10-27 11:25:40.707407856 +0100 @@ -1,0 +2,78 @@ +Fri Oct 25 11:22:02 UTC 2024 - mrueckert@suse.de + +- Update to version 1.2.0: + * Restructure. + * Update images. + * Simplify language. + * Update coverage. + * Get ready for version. + * Add --nroff-endnotes for -tms. + * Linked footnotes now enabled. + * Ignore footnotes in headers. + * Proper printing of -tms footnotes. + * Ongoing version notes. + * Use lowdown_get_meta() for -tfodt. + * Use lowdown_get_meta(). + * Use lowdown_add_meta() instead of repeating. + * Move shared metadata node->buffer into utility. + * Document newly-recognised metadata. + * Add msheader and manheader metadata and fix. + * Initialise value. + * Fix -thtml special characters in metadata. + * Add regression test. + * Version notes. + * Add "latex header" and clean up. + * Initialise no-escape statement. + * Allow arbitrary HTML header content from metadata. + * Update coverage. + * Keep running version notes. + * --nroff-no-groff -> nroff-traditional + * Use UR/UE and MT/ME for -man links. + * Remove unused. + * Support OSC8 hyperlinking in -tterm. + * More regression tests. + * Be explicit about disallowing nested links. + * Tweak style. + +------------------------------------------------------------------- +Wed Oct 02 18:15:56 UTC 2024 - mrueckert@suse.de + +- Update to version 1.1.2: + * Bump version. + * Exercise entities, remove dead function. + * Exercise RCS convention conversions. + * Add html regressions to bundle. + * More regressions (coverage). + * Document --html-titleblock and tweak. + * Github link in coverage table. + * Fix regress/standalone invocation and add HTML. + * DOS regressions. + * More pandoc metadata testing (coverage). + * More rigorous metadata testing (coverage). + * More regressions (test coverage). + * Introduce test coverage. + * Tweak. + +------------------------------------------------------------------- +Wed Sep 25 08:51:01 UTC 2024 - Marcus Rueckert <mrueckert@suse.de> + +- Update to version 1.1.1: + * Tweak website, bump version. + * Silence compiler warning. + * Document code fences. + * Improve Mac OS X buggy SH handling. + * Synchronise source/man for --term-all-metadata. + * Add regressions for tighter utf8 handling. + * Tweak previous. + * Don't output a newline after `.SH` + * Ignore `test-*.dSYM` directories for macOS configure + * Fix `iscntrl` on macOS + +- cleanup the _service file: + - Given we only package taged releases change the version to use + the PARENT_TAG only and provide a better pattern as a comment + in case we ever need a snapshot + - instead of hardcoding the match and rewrite string actually use + a regexp + +------------------------------------------------------------------- Old: ---- lowdown-1.1.0+git20231119.1200b9f.tar.gz New: ---- lowdown-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lowdown.spec ++++++ --- /var/tmp/diff_new_pack.X9hW19/_old 2024-10-27 11:25:41.215428914 +0100 +++ /var/tmp/diff_new_pack.X9hW19/_new 2024-10-27 11:25:41.215428914 +0100 @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %global soname liblowdown1 #%%global version_string VERSION_1_1_0 Name: lowdown -Version: 1.1.0+git20231119.1200b9f +Version: 1.2.0 Release: 0 Summary: Simple markdown translator License: ISC @@ -28,6 +29,7 @@ #Source: %%{name}-%%{version_string}.tar.gz Source: %{name}-%{version}.tar.gz BuildRequires: fdupes + %description lowdown is a Markdown translator producing HTML5, roff documents in the ms and man formats, LaTeX, gemini, OpenDocument, and terminal output. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.X9hW19/_old 2024-10-27 11:25:41.247430241 +0100 +++ /var/tmp/diff_new_pack.X9hW19/_new 2024-10-27 11:25:41.251430407 +0100 @@ -2,12 +2,16 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/kristapsdz/lowdown</param> <param name="scm">git</param> - <param name="versionformat">@PARENT_TAG@+git%cd.%h</param> + <param name="revision">VERSION_1_2_0</param> + <param name="versionformat">@PARENT_TAG@</param> + <!-- If we ever have to package a snapshot, use this format pattern: + <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param> + --> <!-- Default rewrite-pattern <param name="versionrewrite-pattern">v(.*)</param> --> - <param name="versionrewrite-pattern">VERSION_1_1_0</param> - <param name="versionrewrite-replacement">1.1.0</param> + <param name="versionrewrite-pattern">VERSION_(\d+)_(\d+)_(\d+)</param> + <param name="versionrewrite-replacement">\1.\2.\3</param> <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="manual"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.X9hW19/_old 2024-10-27 11:25:41.271431235 +0100 +++ /var/tmp/diff_new_pack.X9hW19/_new 2024-10-27 11:25:41.275431401 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kristapsdz/lowdown</param> - <param name="changesrevision">1200b9f4ceceb5795ccc0a02a2105310f0819222</param></service></servicedata> + <param name="changesrevision">8fdb02cf6a8404e3396a1a99e84e9ab932fdb410</param></service></servicedata> (No newline at EOF) ++++++ lowdown-1.1.0+git20231119.1200b9f.tar.gz -> lowdown-1.2.0.tar.gz ++++++ ++++ 5738 lines of diff (skipped) ++++++ lowdown.obsinfo ++++++ --- /var/tmp/diff_new_pack.X9hW19/_old 2024-10-27 11:25:41.507441019 +0100 +++ /var/tmp/diff_new_pack.X9hW19/_new 2024-10-27 11:25:41.511441185 +0100 @@ -1,5 +1,5 @@ name: lowdown -version: 1.1.0+git20231119.1200b9f -mtime: 1700431489 -commit: 1200b9f4ceceb5795ccc0a02a2105310f0819222 +version: 1.2.0 +mtime: 1729828159 +commit: 8fdb02cf6a8404e3396a1a99e84e9ab932fdb410