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

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

- jaxen-1.1.1-src.tar.gz

- jaxen-1.1.3-src.tar.gz

+ /results_*

+ /*.src.rpm

+ 

+ /jaxen-1.1.1-src.tar.gz

+ /jaxen-1.1.3-src.tar.gz

  /jaxen-1.1.6-src.tar.gz

+ /jaxen-1.2.0.tar.gz

file modified
+26 -15
@@ -1,23 +1,21 @@

  %bcond_without dom4j

  

  Name:           jaxen

- Epoch:          0

- Version:        1.1.6

- Release:        19%{?dist}

  Summary:        An XPath engine written in Java

- # src/java/main/org/w3c/dom/UserDataHandler.java is W3C

- # rest is BSD

- License:        BSD and W3C

- URL:            http://jaxen.codehaus.org/

- BuildArch:      noarch

+ Epoch:          0

+ Version:        1.2.0

+ Release:        1%{?dist}

+ License:        BSD

+ 

+ URL:            https://github.com/jaxen-xpath/jaxen

+ Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

  

- Source0:        http://dist.codehaus.org/jaxen/distributions/%{name}-%{version}-src.tar.gz

+ BuildArch:      noarch

  

  BuildRequires:  maven-local

  BuildRequires:  mvn(jdom:jdom)

  BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)

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

- BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)

  BuildRequires:  mvn(xerces:xercesImpl)

  BuildRequires:  mvn(xml-apis:xml-apis)

  %if %{with dom4j}
@@ -31,21 +29,26 @@

  Java byte code or Java beans as XML, thus enabling you to query these trees

  with XPath too.

  

- %package demo

+ 

+ %package        demo

  Summary:        Samples for %{name}

  Requires:       %{name} = 0:%{version}-%{release}

  

- %description demo

+ %description    demo

  %{summary}.

  

- %package javadoc

+ 

+ %package        javadoc

  Summary:        Javadoc for %{name}

  

- %description javadoc

+ %description    javadoc

  %{summary}.

  

+ 

  %prep

- %setup -q 

+ %setup -q

+ 

+ %pom_remove_plugin :maven-source-plugin

  

  %if %{without dom4j}

  rm -rf src/java/main/org/jaxen/dom4j
@@ -57,9 +60,11 @@

  

  %mvn_file : %{name}

  

+ 

  %build

  %mvn_build -f

  

+ 

  %install

  %mvn_install

  
@@ -67,6 +72,7 @@

  install -d -m 755 %{buildroot}%{_datadir}/%{name}/samples

  cp -pr src/java/samples/* %{buildroot}%{_datadir}/%{name}/samples

  

+ 

  %files -f .mfiles

  %doc LICENSE.txt

  
@@ -76,7 +82,11 @@

  %files demo

  %{_datadir}/%{name}

  

+ 

  %changelog

+ * Wed Jul 03 2019 Fabio Valentini <decathorpe@gmail.com> - 0:1.2.0-1

+ - Update to version 1.2.0.

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.1.6-19

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

  
@@ -240,3 +250,4 @@

  

  * Sun May 04 2003 David Walluck <david@anti-microsoft.org> 0:1.0-1jpp

  - release

+ 

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

- 097d0a699d1f9999f52110d9240b2c1d  jaxen-1.1.6-src.tar.gz

+ SHA512 (jaxen-1.2.0.tar.gz) = cecfc62eab1cf6586b28594855bd983679a932dbdc6cbdd07d85a9a9458e78b2e784dfd6287e6e87e4f4443239eefbeac59a7316dae53b818379daaccae56b53

Test rebuilds of dependent packages happened in COPR:

https://copr.fedorainfracloud.org/coprs/decathorpe/jaxen-pr/monitor/

There are no new build failures compared to the current state of dependent packages in koschei.

Mostly looks good, although the license change looks a bit odd. Was the reference file with the W3C license removed from the upstream source?

Yes, the W3C-licensed file is not included in the 1.2.0 release anymore.

Then I have no other comments. LGTM.

Pull-Request has been merged by decathorpe

4 years ago