Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package discount for openSUSE:Factory 
checked in at 2023-03-30 22:50:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/discount (Old)
 and      /work/SRC/openSUSE:Factory/.discount.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "discount"

Thu Mar 30 22:50:35 2023 rev:15 rq:1074342 version:3.0.0a

Changes:
--------
--- /work/SRC/openSUSE:Factory/discount/discount.changes        2023-01-07 
17:19:24.846048471 +0100
+++ /work/SRC/openSUSE:Factory/.discount.new.31432/discount.changes     
2023-03-30 22:50:36.664364172 +0200
@@ -1,0 +2,10 @@
+Thu Mar 23 16:24:30 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- update to 3.0.0a:
+  * add a new testcase to verify that -> ... <- works properly
+  * have all of the extensions code guarded by checking against MKD_STRICT
+  * rework the tag handler
+
+- enabled test suite during build
+
+-------------------------------------------------------------------

Old:
----
  discount-2.2.7b.tar.bz2

New:
----
  discount-3.0.0a.tar.gz

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

Other differences:
------------------
++++++ discount.spec ++++++
--- /var/tmp/diff_new_pack.iQmdoO/_old  2023-03-30 22:50:37.184366955 +0200
+++ /var/tmp/diff_new_pack.iQmdoO/_new  2023-03-30 22:50:37.188366976 +0200
@@ -16,20 +16,22 @@
 #
 
 
-%define sover 2
+%define sover 3
 %bcond_with fenced_code
 Name:           discount
-Version:        2.2.7b
+Version:        3.0.0a
 Release:        0
 Summary:        Markdown text to HTML converter
 License:        BSD-3-Clause
 Group:          Productivity/Text/Convertors
 URL:            https://www.pell.portland.or.us/~orc/Code/discount/
-Source:         
https://www.pell.portland.or.us/~orc/Code/discount/discount-%{version}.tar.bz2
+Source:         
https://github.com/Orc/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch1:         discount-disable_ldconfig.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 Provides:       markdown
+Requires(preun):update-alternatives
+Requires(postun):update-alternatives
 
 %description
 Discount is an implementation of John Gruber’s Markdown text to HTML language
@@ -74,6 +76,9 @@
   --enable-all-features
 %make_build
 
+%check
+make test
+
 %install
 make DESTDIR=%{buildroot} install.everything
 

++++++ discount-disable_ldconfig.patch ++++++
--- /var/tmp/diff_new_pack.iQmdoO/_old  2023-03-30 22:50:37.216367126 +0200
+++ /var/tmp/diff_new_pack.iQmdoO/_new  2023-03-30 22:50:37.220367148 +0200
@@ -1,8 +1,8 @@
-Index: discount-2.2.6/configure.inc
+Index: discount-3.0.0a/configure.inc
 ===================================================================
---- discount-2.2.6.orig/configure.inc
-+++ discount-2.2.6/configure.inc
-@@ -1455,7 +1455,6 @@ __AC_ELF_LIBRARIAN() {
+--- discount-3.0.0a.orig/configure.inc
++++ discount-3.0.0a/configure.inc
+@@ -1456,7 +1456,6 @@ __AC_ELF_LIBRARIAN() {
      if $AC_CC $_VFLAGS -o ngc$$.so ngc$$.c; then
        USE_SONAME=T
      fi

Reply via email to