Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package javacc for openSUSE:Factory checked 
in at 2024-10-03 18:00:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javacc (Old)
 and      /work/SRC/openSUSE:Factory/.javacc.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javacc"

Thu Oct  3 18:00:20 2024 rev:25 rq:1205259 version:7.0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/javacc/javacc.changes    2023-11-23 
21:38:54.943662634 +0100
+++ /work/SRC/openSUSE:Factory/.javacc.new.19354/javacc.changes 2024-10-03 
18:00:28.878440154 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 15:48:03 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Spec file cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ javacc.spec ++++++
--- /var/tmp/diff_new_pack.4YBxvO/_old  2024-10-03 18:00:29.706474627 +0200
+++ /var/tmp/diff_new_pack.4YBxvO/_new  2024-10-03 18:00:29.710474794 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package javacc
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2005, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,7 +42,7 @@
 Name:           %{base_name}
 BuildRequires:  %{base_name}
 BuildRequires:  fdupes
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 # Explicit javapackages-tools requires since scripts use
 # /usr/share/java-utils/java-functions
 Requires:       javapackages-tools
@@ -82,7 +82,7 @@
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -n %{base_name}-%{base_name}-%{version}
+%setup -q -n %{base_name}-%{base_name}-%{version}
 rm -f lib/*.jar
 %if %{without bootstrap}
 rm -f bootstrap/javacc.jar
@@ -96,7 +96,7 @@
 %endif
 
 %build
-%{ant} -Dant.build.javac.{source,target}=8 \
+ant -Dant.build.javac.{source,target}=8 \
 %if %{with bootstrap}
   jar
 %else
@@ -112,7 +112,7 @@
 
 # pom
 install -dm0755 %{buildroot}%{_mavenpomdir}
-install -pm0644 pom.xml %{buildroot}%{_mavenpomdir}/%{base_name}.pom
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{base_name}.pom
 %add_maven_depmap %{base_name}.pom %{base_name}.jar
 # javadoc
 install -dm0755 %{buildroot}%{_javadocdir}/%{name}

Reply via email to