[bridge-method-injector] Update to upstream version 1.12

Michal Srb msrb at fedoraproject.org
Tue Feb 25 08:14:29 UTC 2014


commit fd12b92e8e9f5456a97a9872f38283dd8d0f98f5
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Feb 25 09:14:26 2014 +0100

    Update to upstream version 1.12

 .gitignore                  |    1 +
 bridge-method-injector.spec |   10 ++++++++--
 sources                     |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef4f37a..01d0626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /bridge-method-injector-parent-1.4.tar.gz
 /LICENSE.txt
+/bridge-method-injector-parent-1.12.tar.gz
diff --git a/bridge-method-injector.spec b/bridge-method-injector.spec
index 2ecc1b2..ed7da9d 100644
--- a/bridge-method-injector.spec
+++ b/bridge-method-injector.spec
@@ -1,6 +1,6 @@
 Name:           bridge-method-injector
-Version:        1.4
-Release:        2%{?dist}
+Version:        1.12
+Release:        1%{?dist}
 Summary:        Evolve Java classes without breaking compatibility
 
 # License is specified in pom file
@@ -19,6 +19,7 @@ BuildRequires:  mvn(org.apache.maven.plugins:maven-compiler-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-release-plugin)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
 BuildRequires:  mvn(org.jenkins-ci:annotation-indexer)
+BuildRequires:  mvn(com.infradna.tool:bridge-method-annotation)
 BuildRequires:  objectweb-asm
 
 
@@ -50,6 +51,8 @@ cp %{SOURCE1} LICENSE
 %pom_xpath_replace "pom:dependency[pom:artifactId[text()='asm-debug-all']]/pom:artifactId" \
   "<artifactId>asm-all</artifactId>" injector
 
+%pom_remove_plugin :nexus-staging-maven-plugin
+
 %build
 %mvn_build
 
@@ -64,6 +67,9 @@ cp %{SOURCE1} LICENSE
 %doc LICENSE
 
 %changelog
+* Tue Feb 25 2014 Michal Srb <msrb at redhat.com> - 1.12-1
+- Update to upstream version 1.12
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index d9c7a7b..d231a22 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e5b7e40b7a38c5f601c38541dbf3058e  bridge-method-injector-parent-1.4.tar.gz
 393acf2823a3516dd29d40344458bb60  LICENSE.txt
+6bd5003aba8b95a184f4102e5529f478  bridge-method-injector-parent-1.12.tar.gz


More information about the scm-commits mailing list