From d59bef5a1b1e797e47e8087aa81796cacc829263 Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Tue, 10 Sep 2013 19:34:16 +0100 Subject: [PATCH] Update to r51 --- .gitignore | 1 + jsr-305.spec | 14 ++++++++------ sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5754a50..b550f07 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ jsr-305-0.4.20090319.tar.xz +/jsr-305-20130910svn.tgz diff --git a/jsr-305.spec b/jsr-305.spec index bcfadff..c4b8603 100644 --- a/jsr-305.spec +++ b/jsr-305.spec @@ -1,6 +1,6 @@ Name: jsr-305 Version: 0 -Release: 0.15.20090319svn%{?dist} +Release: 0.16.20130910svn%{?dist} Summary: Correctness annotations for Java code # The majority of code is BSD-licensed, but some Java sources @@ -10,12 +10,11 @@ URL: http://jsr-305.googlecode.com/ BuildArch: noarch # There has been no official release yet. This is a snapshot of the Subversion -# repository as of 19 Mar 2009. Use the following commands to generate the +# repository as of 10 Sep 2013. Use the following commands to generate the # tarball: -# svn export -r 49 http://jsr-305.googlecode.com/svn/trunk jsr-305 -# tar -cvf jsr-305-0.4.20090319.tar jsr-305 -# xz jsr-305-0.4.20090319.tar -Source0: jsr-305-0.4.20090319.tar.xz +# svn export -r 51 http://jsr-305.googlecode.com/svn/trunk jsr-305 +# tar -czvf jsr-305-20130910svn.tgz jsr-305 +Source0: jsr-305-20130910svn.tgz # File containing URL to CC-BY license text Source1: NOTICE-CC-BY.txt @@ -56,6 +55,9 @@ cp %{SOURCE1} NOTICE-CC-BY %doc ri/LICENSE NOTICE-CC-BY %changelog +* Tue Sep 10 2013 Richard Fearn - 0-0.16.20130910svn +- Update to r51 + * Sat Aug 03 2013 Fedora Release Engineering - 0-0.15.20090319svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 75620ee..2794243 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c9f2def18edfe3ed99d93bf1fad06ce jsr-305-0.4.20090319.tar.xz +7132c3378a43fa00f9067dee0c654abc jsr-305-20130910svn.tgz