Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package typesafe-config for openSUSE:Factory 
checked in at 2022-03-29 19:45:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/typesafe-config (Old)
 and      /work/SRC/openSUSE:Factory/.typesafe-config.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "typesafe-config"

Tue Mar 29 19:45:37 2022 rev:5 rq:965732 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/typesafe-config/typesafe-config.changes  
2021-07-28 19:21:12.187543971 +0200
+++ 
/work/SRC/openSUSE:Factory/.typesafe-config.new.1900/typesafe-config.changes    
    2022-03-29 19:45:40.492138826 +0200
@@ -1,0 +2,7 @@
+Tue Mar 29 14:44:12 UTC 2022 - Michael Calmer <m...@suse.com>
+
+- Added patch:
+  * fix-doc-lint.patch
+    + fix javadoc lint errors
+
+-------------------------------------------------------------------

New:
----
  fix-doc-lint.patch

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

Other differences:
------------------
++++++ typesafe-config.spec ++++++
--- /var/tmp/diff_new_pack.x13vNj/_old  2022-03-29 19:45:41.052139342 +0200
+++ /var/tmp/diff_new_pack.x13vNj/_new  2022-03-29 19:45:41.056139345 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package typesafe-config
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 URL:            https://github.com/typesafehub/config
 Source0:        %{URL}/archive/v%{version}.tar.gz#/config-%{version}.tar.gz
 Source1:        
https://repo1.maven.org/maven2/com/typesafe/config/%{version}/config-%{version}.pom
+Patch0:         fix-doc-lint.patch
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q -n config-%{version}
+%patch0 -p1
 
 %build
 pushd config

++++++ fix-doc-lint.patch ++++++
Index: config-1.4.1/config/src/main/java/com/typesafe/config/ConfigFactory.java
===================================================================
--- 
config-1.4.1.orig/config/src/main/java/com/typesafe/config/ConfigFactory.java
+++ config-1.4.1/config/src/main/java/com/typesafe/config/ConfigFactory.java
@@ -616,7 +616,7 @@ public final class ConfigFactory {
      *
      * <p>
      * Environment variables are mangled in the following way after stripping 
the prefix "CONFIG_FORCE_":
-     * <table border="1">
+     * <table border="1" summary="">
      * <tr>
      *     <th bgcolor="silver">Env Var</th>
      *     <th bgcolor="silver">Config</th>

Reply via email to