Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package checkstyle for openSUSE:Factory 
checked in at 2023-09-15 22:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/checkstyle (Old)
 and      /work/SRC/openSUSE:Factory/.checkstyle.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "checkstyle"

Fri Sep 15 22:05:08 2023 rev:6 rq:1111419 version:8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/checkstyle/checkstyle.changes    2023-09-13 
20:44:40.874330547 +0200
+++ /work/SRC/openSUSE:Factory/.checkstyle.new.1766/checkstyle.changes  
2023-09-15 22:10:24.587721382 +0200
@@ -1,0 +2,8 @@
+Thu Sep 14 08:23:31 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * checkstyle-no-timestamp.patch
+    + Do not add build "checkstyle.compile.timestamp" into
+      checkstylecompilation.properties
+
+-------------------------------------------------------------------

New:
----
  checkstyle-no-timestamp.patch

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

Other differences:
------------------
++++++ checkstyle.spec ++++++
--- /var/tmp/diff_new_pack.Dq5MwV/_old  2023-09-15 22:10:25.719761857 +0200
+++ /var/tmp/diff_new_pack.Dq5MwV/_new  2023-09-15 22:10:25.723762000 +0200
@@ -27,6 +27,7 @@
 Source0:        
http://download.sf.net/checkstyle/checkstyle-%{version}-src.tar.gz
 Source2:        %{name}.catalog
 Patch0:         checkstyle-8.0-guava.patch
+Patch1:         checkstyle-no-timestamp.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  maven-local
@@ -64,6 +65,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %pom_remove_parent
 

++++++ checkstyle-no-timestamp.patch ++++++
--- checkstyle-8.0/config/ant-phase-compile.xml 2023-09-14 10:21:22.958869770 
+0200
+++ checkstyle-8.0/config/ant-phase-compile.xml 2023-09-14 10:21:32.695602812 
+0200
@@ -5,7 +5,6 @@
   <target name="execute">
     <propertyfile 
file="${mvn.project.build.outputDirectory}/checkstylecompilation.properties">
       <entry key="checkstyle.compile.version" value="${mvn.project.version}"/>
-      <entry key="checkstyle.compile.timestamp" type="date" value="now" 
pattern="E MMMM dd yyyy, HH:mm z"/>
     </propertyfile>
     <javadoc 
sourcefiles="src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java"
              encoding="UTF-8"

Reply via email to