Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jtidy for openSUSE:Factory checked 
in at 2023-08-23 14:57:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jtidy (Old)
 and      /work/SRC/openSUSE:Factory/.jtidy.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jtidy"

Wed Aug 23 14:57:14 2023 rev:21 rq:1105110 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/jtidy/jtidy.changes      2022-03-28 
17:00:05.840931568 +0200
+++ /work/SRC/openSUSE:Factory/.jtidy.new.1766/jtidy.changes    2023-08-23 
14:58:09.830049102 +0200
@@ -1,0 +2,13 @@
+Mon Jul 24 19:53:59 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Add epoch to make upgrades from 8.0 to 1.0.x easier
+
+-------------------------------------------------------------------
+Mon Jul 24 14:15:22 UTC 2023 - Gus Kenion <[email protected]>
+
+- Update upstream from abandoned sourceforge to actively maintained
+  github
+- bsc#1212404 (CVE-2023-34623): Prevent crash when parsing
+  documents with excessive nesting. (community fix, part of v1.0.4)
+
+-------------------------------------------------------------------

Old:
----
  jtidy-r813.tar.bz2

New:
----
  jtidy-1.0.4.tar.gz

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

Other differences:
------------------
++++++ jtidy.spec ++++++
--- /var/tmp/diff_new_pack.2X23Dz/_old  2023-08-23 14:58:10.698050654 +0200
+++ /var/tmp/diff_new_pack.2X23Dz/_new  2023-08-23 14:58:10.706050668 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jtidy
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,14 @@
 %define section free
 %bcond_with             maven
 Name:           jtidy
-Version:        8.0
+Version:        1.0.4
+Epoch:          1
 Release:        0
 Summary:        HTML syntax checker and pretty printer
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
-URL:            http://jtidy.sourceforge.net/
-# svn export -r813 http://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/ jtidy
-# # bnc#501764
-# rm jtidy/src/config/clover.license
-Source0:        jtidy-r813.tar.bz2
+URL:            https://github.com/jtidy/jtidy
+Source0:        
https://github.com/jtidy/jtidy/archive/refs/tags/jtidy-1.0.4.tar.gz
 Source1:        jtidy-build.xml
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit
@@ -74,7 +72,7 @@
 DOM parser for real-world HTML.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{name}-%{version}
 cp -p %{SOURCE1} build.xml
 
 %build

++++++ jtidy-build.xml ++++++
--- /var/tmp/diff_new_pack.2X23Dz/_old  2023-08-23 14:58:10.758050761 +0200
+++ /var/tmp/diff_new_pack.2X23Dz/_new  2023-08-23 14:58:10.762050768 +0200
@@ -6,7 +6,7 @@
   <!-- Build environment properties                                           
-->
   <!-- ====================================================================== 
-->
 
-  <property name="build.finalName" value="jtidy-8.0"/>
+  <property name="build.finalName" value="jtidy-1.0.4"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
   <property name="build.srcDir" value="src/main/java"/>

Reply via email to