From ff85ce29ff67b55d7321fd17027f0fd33171a5c2 Mon Sep 17 00:00:00 2001 From: gil Date: Jan 31 2015 12:45:04 +0000 Subject: update to 2.5.0 --- diff --git a/.gitignore b/.gitignore index 105e7d0..a787697 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jackson-annotations-2.2.2.tar.gz /jackson-annotations-2.4.1.tar.gz /jackson-annotations-2.4.2.tar.gz +/jackson-annotations-2.5.0.tar.gz diff --git a/jackson-annotations.spec b/jackson-annotations.spec index adb0d76..8b352e8 100644 --- a/jackson-annotations.spec +++ b/jackson-annotations.spec @@ -1,5 +1,5 @@ Name: jackson-annotations -Version: 2.4.2 +Version: 2.5.0 Release: 1%{?dist} Summary: Core annotations for Jackson data processor License: ASL 2.0 @@ -38,21 +38,26 @@ This package contains javadoc for %{name}. cp -p src/main/resources/META-INF/LICENSE . sed -i 's/\r//' LICENSE +%mvn_file : %{name} + %build -%mvn_file : %{name} %mvn_build %install %mvn_install %files -f .mfiles -%doc LICENSE README.md release-notes/* +%doc README.md release-notes/* +%license LICENSE %files javadoc -f .mfiles-javadoc -%doc LICENSE +%license LICENSE %changelog +* Sat Jan 31 2015 gil cattaneo 2.5.0-1 +- update to 2.5.0 + * Sat Sep 20 2014 gil cattaneo 2.4.2-1 - update to 2.4.2 diff --git a/sources b/sources index f35812d..df9cbe3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15281fdf739004851051603df5b3bd71 jackson-annotations-2.4.2.tar.gz +98740a4a44adba7fb457b4ac5a60dc40 jackson-annotations-2.5.0.tar.gz