#2 Update depencencies' required version and rebuild
Merged 5 years ago by mizdebsk. Opened 5 years ago by mkoncek.
rpms/ mkoncek/apache-commons-lang3 fix-1636556  into  master

file modified
+6 -2
@@ -1,6 +1,6 @@ 

  Name:           apache-commons-lang3

  Version:        3.8.1

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Provides a host of helper utilities for the java.lang API

  License:        ASL 2.0

  URL:            http://commons.apache.org/lang
@@ -9,7 +9,7 @@ 

  Source0:        http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz

  

  BuildRequires:  maven-local

- BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)

+ BuildRequires:  mvn(org.apache.commons:commons-parent:pom:) >= 47

  BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)

  

  %description
@@ -55,6 +55,10 @@ 

  %doc RELEASE-NOTES.txt

  

  %changelog

+ * Fri Oct 12 2018 Marian Koncek <mkoncek@redhat.com> - 3.8.1-2

+ - Fix incorrect OSGi metadata

+ - Resolves: rhbz#1636556

+ 

  * Mon Oct 01 2018 Marian Koncek <mkoncek@redhat.com> - 3.8.1-1

  - Update to upstream version 3.8.1

  - Resolves: rhbz#1619243

Again, your change description is too vague - virtually any update is a rebuild, with different dependencies.
Can you be more specific in changelog and PR description?
Is it just a rebuild for fun or no reason? Or it actually achieves something?

rebased onto c3eff46

5 years ago

Pull-Request has been merged by mizdebsk

5 years ago