Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xmlgraphics-commons for
openSUSE:Factory checked in at 2024-02-21 17:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmlgraphics-commons (Old)
and /work/SRC/openSUSE:Factory/.xmlgraphics-commons.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlgraphics-commons"
Wed Feb 21 17:52:21 2024 rev:31 rq:1148102 version:2.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/xmlgraphics-commons/xmlgraphics-commons.changes
2023-02-13 16:41:23.687535413 +0100
+++
/work/SRC/openSUSE:Factory/.xmlgraphics-commons.new.1706/xmlgraphics-commons.changes
2024-02-21 17:52:35.983015592 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 14:31:28 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xmlgraphics-commons.spec ++++++
--- /var/tmp/diff_new_pack.09so3K/_old 2024-02-21 17:52:36.503034414 +0100
+++ /var/tmp/diff_new_pack.09so3K/_new 2024-02-21 17:52:36.503034414 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xmlgraphics-commons
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2000-2008, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@@ -32,9 +32,7 @@
BuildRequires: commons-logging
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
-BuildRequires: javapackages-local
-Requires: mvn(commons-io:commons-io) >= 1.1
-Requires: mvn(commons-logging:commons-logging)
+BuildRequires: javapackages-local >= 6
BuildArch: noarch
%description
@@ -55,8 +53,8 @@
%prep
%setup -q %{name}-%{version}
-%patch0
-%patch1 -p1
+%patch -P 0
+%patch -P 1 -p1
find . -name "*.jar" | xargs rm
%build
@@ -69,7 +67,8 @@
install -Dpm 644 build/%{name}-%{version}.jar \
%{buildroot}%{_javadir}/%{name}.jar
# pom
-install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
+install -dm 0755 %{buildroot}%{_mavenpomdir}
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom %{name}.jar
mkdir -p %{buildroot}%{_javadocdir}/%{name}