[xstream] Update to upstream version 1.4.8

Michal Srb msrb at fedoraproject.org
Thu Feb 19 09:00:07 UTC 2015


commit 44bab17d74ab04bf69474e9de290c9c756b253da
Author: Michal Srb <msrb at redhat.com>
Date:   Thu Feb 19 09:57:01 2015 +0100

    Update to upstream version 1.4.8

 .gitignore   |    1 +
 sources      |    2 +-
 xstream.spec |   10 +++++-----
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f750d1..e8e5b0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ xstream-distribution-1.3.1-src.zip
 /xstream-distribution-1.4.5-src.zip
 /xstream-distribution-1.4.6-src.zip
 /xstream-distribution-1.4.7-src.zip
+/xstream-distribution-1.4.8-src.zip
diff --git a/sources b/sources
index ff6ef26..12325ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c166fb1ea4ab5c0a1857781064abf79  xstream-distribution-1.4.7-src.zip
+94b452e5b45812b9994d304b532e2dc9  xstream-distribution-1.4.8-src.zip
diff --git a/xstream.spec b/xstream.spec
index d2d2022..3ef57b1 100644
--- a/xstream.spec
+++ b/xstream.spec
@@ -31,8 +31,8 @@
 #
 
 Name:           xstream
-Version:        1.4.7
-Release:        9%{?dist}
+Version:        1.4.8
+Release:        1%{?dist}
 Summary:        Java XML serialization library
 License:        BSD
 URL:            http://xstream.codehaus.org/
@@ -154,9 +154,6 @@ find . -name "*.jar" -print -delete
 %pom_xpath_inject "pom:project/pom:dependencies/pom:dependency[pom:groupId = 'junit' ]" "<scope>test</scope>" xstream-benchmark
 %pom_remove_plugin :maven-javadoc-plugin xstream-benchmark
 
-# test-only dependency without test scope (reported as  XSTR-763)
-%pom_xpath_inject "pom:project/pom:dependencies/pom:dependency[pom:artifactId = 'json' ]" "<scope>test</scope>" xstream
-
 %mvn_file :%{name} %{name}/%{name} %{name}
 %mvn_file :%{name}-benchmark %{name}/%{name}-benchmark %{name}-benchmark
 
@@ -180,6 +177,9 @@ find . -name "*.jar" -print -delete
 %doc LICENSE.txt
 
 %changelog
+* Thu Feb 19 2015 Michal Srb <msrb at redhat.com> - 1.4.8-1
+- Update to upstream version 1.4.8
+
 * Mon Nov 10 2014 Michael Simacek <msimacek at redhat.com> - 1.4.7-9
 - Change org.json:json dependency scope to test
 


More information about the scm-commits mailing list