Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 892427 Details for
Bug 1090904
jdependency-0.9 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update to version 0.9
0001-Update-to-upstream-version-0.9.patch (text/plain), 3.31 KB, created by
Michal Srb
on 2014-05-05 06:21:11 UTC
(
hide
)
Description:
update to version 0.9
Filename:
MIME Type:
Creator:
Michal Srb
Created:
2014-05-05 06:21:11 UTC
Size:
3.31 KB
patch
obsolete
>From ecc4015ded29ee0d9797b992f9b852b032469762 Mon Sep 17 00:00:00 2001 >From: Michal Srb <msrb@redhat.com> >Date: Mon, 5 May 2014 08:15:47 +0200 >Subject: [PATCH] Update to upstream version 0.9 > >--- > .gitignore | 1 + > jdependency-asm.patch | 11 ----------- > jdependency.spec | 20 +++++++++++++------- > sources | 2 +- > 4 files changed, 15 insertions(+), 19 deletions(-) > delete mode 100644 jdependency-asm.patch > >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-asm.patch b/jdependency-asm.patch >deleted file mode 100644 >index eb7327b..0000000 >--- a/jdependency-asm.patch >+++ /dev/null >@@ -1,11 +0,0 @@ >---- src/main/java/org/vafer/jdependency/utils/DependencyUtils.java~ 2011-02-10 00:12:41.000000000 +0100 >-+++ src/main/java/org/vafer/jdependency/utils/DependencyUtils.java 2013-06-21 12:24:40.238864615 +0200 >-@@ -66,7 +66,7 @@ >- >- public static Set getDependenciesOfClass( final InputStream pInputStream ) throws IOException { >- final DependenciesClassAdapter v = new DependenciesClassAdapter(); >-- new ClassReader( pInputStream ).accept( v, 0 ); >-+ new ClassReader( pInputStream ).accept( v, ClassReader.EXPAND_FRAMES ); >- final Set depNames = v.getDependencies(); >- return depNames; >- } >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@redhat.com> - 0.9-1 >+- Update to upstream version 0.9 >+ > * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@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 >-- >1.9.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1090904
: 892427