commit maven-native for openSUSE:Factory

2020-10-09 Thread root
Hello community,

here is the log from the commit of package maven-native for openSUSE:Factory 
checked in at 2020-10-10 00:28:36

Comparing /work/SRC/openSUSE:Factory/maven-native (Old)
 and  /work/SRC/openSUSE:Factory/.maven-native.new.4249 (New)


Package is "maven-native"

Sat Oct 10 00:28:36 2020 rev:3 rq:840267 version:1.0~alpha11

Changes:

--- /work/SRC/openSUSE:Factory/maven-native/maven-native.changes
2019-06-04 12:13:11.547805033 +0200
+++ /work/SRC/openSUSE:Factory/.maven-native.new.4249/maven-native.changes  
2020-10-10 00:28:38.033131677 +0200
@@ -1,0 +2,8 @@
+Thu Oct  8 12:21:43 UTC 2020 - Fridrich Strba 
+
+- Upgrade to maven-native 1.0-alpha-11
+  * includes many fixes in how libraries are created
+  * includes new parameters in configuration that are increasingly
+used out there
+
+---

Old:

  maven-native-1.0-alpha-8-source-release.zip

New:

  maven-native-1.0-alpha-11-source-release.zip



Other differences:
--
++ maven-native.spec ++
--- /var/tmp/diff_new_pack.uk6oj1/_old  2020-10-10 00:28:38.825132069 +0200
+++ /var/tmp/diff_new_pack.uk6oj1/_new  2020-10-10 00:28:38.829132072 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-native
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,33 @@
 #
 
 
-%global namedversion 1.0-alpha-8
+%global namedversion 1.0-alpha-11
 Name:   maven-native
-Version:1.0~alpha8
+Version:1.0~alpha11
 Release:0
 Summary:Maven plugin to compile C and C++ source
 License:Apache-2.0 AND MIT
 Group:  Development/Libraries/Java
-URL:http://www.mojohaus.org/plugins.html
+URL:https://www.mojohaus.org/plugins.html
 # Source code available @ https://github.com/mojohaus/maven-native
-Source0:
http://repo2.maven.org/maven2/org/codehaus/mojo/natives/%{name}/%{namedversion}/%{name}-%{namedversion}-source-release.zip
+Source0:
https://repo1.maven.org/maven2/org/codehaus/mojo/natives/%{name}/%{namedversion}/%{name}-%{namedversion}-source-release.zip
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mojo-parent
 BuildRequires:  unzip
-BuildRequires:  mvn(aopalliance:aopalliance)
-BuildRequires:  mvn(bcel:bcel)
-BuildRequires:  mvn(commons-lang:commons-lang)
-BuildRequires:  mvn(junit:junit)
-BuildRequires:  mvn(net.sf.cglib:cglib)
+BuildRequires:  mvn(org.apache.bcel:bcel)
+BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
+BuildRequires:  mvn(org.apache.maven:maven-aether-provider)
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
 BuildRequires:  mvn(org.apache.maven:maven-compat)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
+BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-archiver)
-BuildRequires:  mvn(org.codehaus.plexus:plexus-component-api)
+BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
+BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
 BuildArch:  noarch
@@ -86,10 +86,7 @@
 sed -i 
"s|edu.emory.mathcs.backport.java.util.concurrent|java.util.concurrent|" \
  
maven-native-api/src/main/java/org/codehaus/mojo/natives/compiler/AbstractCompiler.java
 
-sed -i 's|maven-project|maven-compat|' pom.xml
-%pom_remove_dep :maven-project native-maven-plugin
-%pom_add_dep org.apache.maven:maven-compat native-maven-plugin
-%pom_add_dep org.apache.maven:maven-core native-maven-plugin
+%pom_remove_plugin -r :sortpom-maven-plugin
 
 # missing test deps
 %pom_add_dep aopalliance:aopalliance::test native-maven-plugin
@@ -103,6 +100,7 @@
 %{mvn_package} ":%{name}-javah" components
 %{mvn_package} ":%{name}-manager" components
 %{mvn_package} ":%{name}-msvc" components
+%{mvn_package} ":%{name}-mingw" components
 %{mvn_package} ":native-maven-plugin" native-maven-plugin
 
 %build




commit maven-native for openSUSE:Factory

2019-06-04 Thread root
Hello community,

here is the log from the commit of package maven-native for openSUSE:Factory 
checked in at 2019-06-04 12:13:03

Comparing /work/SRC/openSUSE:Factory/maven-native (Old)
 and  /work/SRC/openSUSE:Factory/.maven-native.new.5148 (New)


Package is "maven-native"

Tue Jun  4 12:13:03 2019 rev:2 rq:707303 version:1.0~alpha8

Changes:

--- /work/SRC/openSUSE:Factory/maven-native/maven-native.changes
2019-05-06 13:26:28.733179820 +0200
+++ /work/SRC/openSUSE:Factory/.maven-native.new.5148/maven-native.changes  
2019-06-04 12:13:11.547805033 +0200
@@ -1,0 +2,6 @@
+Mon Jun  3 17:52:13 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+- Add missing Group: for javadoc subpackage.
+
+---



Other differences:
--
++ maven-native.spec ++
--- /var/tmp/diff_new_pack.sMW7CN/_old  2019-06-04 12:13:12.431804743 +0200
+++ /var/tmp/diff_new_pack.sMW7CN/_new  2019-06-04 12:13:12.431804743 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-native
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global namedversion 1.0-alpha-8
 Name:   maven-native
 Version:1.0~alpha8
 Release:0
-Summary:Compile c and c++ source under Maven
+Summary:Maven plugin to compile C and C++ source
 License:Apache-2.0 AND MIT
 Group:  Development/Libraries/Java
 URL:http://www.mojohaus.org/plugins.html
@@ -28,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mojo-parent
+BuildRequires:  unzip
 BuildRequires:  mvn(aopalliance:aopalliance)
 BuildRequires:  mvn(bcel:bcel)
 BuildRequires:  mvn(commons-lang:commons-lang)
@@ -43,7 +45,6 @@
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-api)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
-BuildRequires:  unzip
 BuildArch:  noarch
 
 %description
@@ -52,18 +53,21 @@
 
 %package components
 Summary:Maven Native Components
+Group:  Development/Libraries/Java
 
 %description components
 %{summary}.
 
 %package -n native-maven-plugin
 Summary:Native Maven Plugin
+Group:  Development/Libraries/Java
 
 %description -n native-maven-plugin
 %{summary}.
 
 %package javadoc
 Summary:Javadoc for %{name}
+Group:  Documentation/HTML
 
 %description javadoc
 This package contains javadoc for %{name}.