#1 update to version 1.1.0
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+5
@@ -1,2 +1,7 @@

+ /results_*

+ /*.src.rpm

+ 

  /r1.0.0.tar.gz

  /apiguardian-api-1.0.0.pom

+ /apiguardian-1.1.0.tar.gz

+ /apiguardian-api-1.1.0.pom

file modified
+21 -11
@@ -1,15 +1,15 @@

  Name:           apiguardian

- Version:        1.0.0

- Release:        4%{?dist}

  Summary:        API Guardian Java annotation

+ Version:        1.1.0

+ Release:        1%{?dist}

  License:        ASL 2.0

- URL:            https://github.com/apiguardian-team/apiguardian

- BuildArch:      noarch

- 

- Source0:        https://github.com/apiguardian-team/apiguardian/archive/r%{version}.tar.gz

  

+ URL:            https://github.com/apiguardian-team/apiguardian

+ Source0:        https://github.com/apiguardian-team/apiguardian/archive/r%{version}/%{name}-%{version}.tar.gz

  Source100:      https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/%{version}/apiguardian-api-%{version}.pom

  

+ BuildArch:      noarch

+ 

  BuildRequires:  maven-local

  

  %description
@@ -19,16 +19,19 @@

  order to publish their API status and level of stability and to

  indicate how they are intended to be used by consumers of the API.

  

- %package javadoc

+ 

+ %package        javadoc

  Summary:        Javadoc for %{name}

  

- %description javadoc

+ %description    javadoc

  API documentation for %{name}.

  

+ 

  %prep

- %setup -q -n apiguardian-r%{version}

- find -name \*.jar -delete

- cp -p %{SOURCE100} pom.xml

+ %setup -q -n %{name}-r%{version}

+ find -name "*.jar" -print -delete

+ 

+ cp -pav %{SOURCE100} pom.xml

  

  # Inject OSGi manifest required by Eclipse

  %pom_xpath_inject pom:project "
@@ -64,16 +67,22 @@

  %build

  %mvn_build

  

+ 

  %install

  %mvn_install

  

+ 

  %files -f .mfiles

  %license LICENSE

  

  %files javadoc -f .mfiles-javadoc

  %license LICENSE

  

+ 

  %changelog

+ * Thu Jun 27 2019 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1

+ - Update to version 1.1.0.

+ 

  * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  
@@ -85,3 +94,4 @@

  

  * Thu Sep 14 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-1

  - Initial packaging

+ 

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

- SHA512 (r1.0.0.tar.gz) = ac477a30939c39faf9a8d03f7c36724879550f679033c2f142b1bc4184358fa8fcd40a34969156296334fa817210d2dbba610f7dbdff90b1376ac5d2f71cc712

- SHA512 (apiguardian-api-1.0.0.pom) = 34230cc263d783d721b8e9116f9ac2a9269b724ca4cf1027a473ba2da1cbe6b463cd18da7ad5761050c3d3a82a60167d2954390ab456a7807a10eb9983138535

+ SHA512 (apiguardian-1.1.0.tar.gz) = c7ecdbbb64d59bc6f4ef14caee8276df0fb914e3aed4ee3851fac2885539152f33f84fd68417a89d2f42401419cfe28e65d05d55a66dbf62a5e6cbcca4ee0133

+ SHA512 (apiguardian-api-1.1.0.pom) = f3e80c4b33b5e75f1584cf48e3fa2aa9d9bf3cbafbcc7ec4a74e7b2ef661d32e7785d2d286c15fc47718a54b33ba899718abd8210b5997ab5ac26807b3df5389

This looks good to me from packaging perspective. LGTM.

Pull-Request has been merged by decathorpe

4 years ago