Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-logging-parent for 
openSUSE:Factory checked in at 2022-02-22 21:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-logging-parent (Old)
 and      /work/SRC/openSUSE:Factory/.apache-logging-parent.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-logging-parent"

Tue Feb 22 21:18:19 2022 rev:2 rq:956675 version:5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache-logging-parent/apache-logging-parent.changes  
    2019-10-31 18:13:29.569900069 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-logging-parent.new.1958/apache-logging-parent.changes
    2022-02-22 21:19:00.098295165 +0100
@@ -1,0 +2,7 @@
+Wed Jan 19 07:34:34 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Upgrade to logging-parent 5
+- Do not require maven-local, since it can be handled by
+  javapackages-local just fine
+
+-------------------------------------------------------------------

Old:
----
  logging-parent-2-source-release.zip

New:
----
  logging-parent-5-source-release.zip

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

Other differences:
------------------
++++++ apache-logging-parent.spec ++++++
--- /var/tmp/diff_new_pack.ypmJk8/_old  2022-02-22 21:19:00.650295267 +0100
+++ /var/tmp/diff_new_pack.ypmJk8/_new  2022-02-22 21:19:00.654295267 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package apache-logging-parent
+# spec file
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -16,29 +16,33 @@
 #
 
 
-Name:           apache-logging-parent
-Version:        2
+%global short_name logging-parent
+Name:           apache-%{short_name}
+Version:        5
 Release:        0
 Summary:        Parent pom for Apache Logging Services projects
 License:        Apache-2.0
 URL:            https://logging.apache.org/
-Source0:        
https://repo1.maven.org/maven2/org/apache/logging/logging-parent/%{version}/logging-parent-%{version}-source-release.zip
-BuildRequires:  maven-local
+Source0:        
https://repo1.maven.org/maven2/org/apache/logging/%{short_name}/%{version}/%{short_name}-%{version}-source-release.zip
+BuildRequires:  javapackages-local
 BuildRequires:  unzip
 BuildRequires:  mvn(org.apache:apache:pom:)
+Requires:       mvn(org.apache:apache:pom:)
 BuildArch:      noarch
 
 %description
 Parent pom for Apache Logging Services projects.
 
 %prep
-%setup -q -n logging-parent-%{version}
+%setup -q -n %{short_name}-%{version}
 
 %build
-%{mvn_build}
 
 %install
-%mvn_install
+# pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}/%{name}
+install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{short_name}.pom
+%add_maven_depmap %{name}/%{short_name}.pom
 
 %files -f .mfiles
 %license LICENSE NOTICE

Reply via email to