[jdependency] Update to upstream version 0.9

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon May 5 06:29:56 UTC 2014


commit c29b8462638751fcac45bd85e5adfef790776bdc
Author: Michal Srb <msrb at redhat.com>
Date:   Mon May 5 08:15:47 2014 +0200

    Update to upstream version 0.9
    
    Signed-off-by: Mikolaj Izdebski <mizdebsk at redhat.com>

 .gitignore            |    1 +
 jdependency-asm.patch |   11 -----------
 jdependency.spec      |   20 +++++++++++++-------
 sources               |    2 +-
 4 files changed, 15 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e9f688..fb70542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tcurdt-jdependency-jdependency-0.6-0-g165c94a.tar.gz
 /tcurdt-jdependency-jdependency-0.7-0-g0d9d058.tar.gz
 /jdependency-0.7.tar.gz
+/jdependency-0.9.tar.gz
diff --git a/jdependency.spec b/jdependency.spec
index 8ada386..bb18233 100644
--- a/jdependency.spec
+++ b/jdependency.spec
@@ -1,18 +1,22 @@
 Name:           jdependency
-Version:        0.7
-Release:        10%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        This project provides an API to analyse class dependencies
 License:        ASL 2.0
 URL:            http://github.com/tcurdt/%{name}
 BuildArch:      noarch
 
 Source0:        http://github.com/tcurdt/%{name}/archive/%{name}-%{version}.tar.gz
-# Upstream uses different version of objectweb-asm than Fedora has.
-Patch0:         %{name}-asm.patch
 
 BuildRequires:  maven-local
-BuildRequires:  objectweb-asm
-BuildRequires:  apache-commons-io
+BuildRequires:  mvn(commons-io:commons-io)
+BuildRequires:  mvn(junit:junit)
+BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
+BuildRequires:  mvn(org.ow2.asm:asm)
+BuildRequires:  mvn(org.ow2.asm:asm-analysis)
+BuildRequires:  mvn(org.ow2.asm:asm-commons)
+BuildRequires:  mvn(org.ow2.asm:asm-tree)
+BuildRequires:  mvn(org.ow2.asm:asm-util)
 
 %description
 %{name} is small library that helps you analyze class level
@@ -26,7 +30,6 @@ Summary:        API documentation for %{name}
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0
 %mvn_file : %{name}
 
 %build
@@ -42,6 +45,9 @@ Summary:        API documentation for %{name}
 %doc LICENSE.txt
 
 %changelog
+* Mon May 05 2014 Michal Srb <msrb at redhat.com> - 0.9-1
+- Update to upstream version 0.9
+
 * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.7-10
 - Use Requires: java-headless rebuild (#1067528)
 
diff --git a/sources b/sources
index 720a0a8..9608bed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e1c381761ed81a033d0d8b635657298  jdependency-0.7.tar.gz
+023dc4c8df8f074626437c6d9d15915a  jdependency-0.9.tar.gz


More information about the scm-commits mailing list