Update to r51

This commit is contained in:
Richard Fearn 2013-09-10 19:34:16 +01:00
parent a97c26cea2
commit d59bef5a1b
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
jsr-305-0.4.20090319.tar.xz
/jsr-305-20130910svn.tgz

View File

@ -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 <richardfearn@gmail.com> - 0-0.16.20130910svn
- Update to r51
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.15.20090319svn
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
0c9f2def18edfe3ed99d93bf1fad06ce jsr-305-0.4.20090319.tar.xz
7132c3378a43fa00f9067dee0c654abc jsr-305-20130910svn.tgz