3.0.2 bump
This commit is contained in:
parent
b3bffd5794
commit
aa7c2abf2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ swig-2.0.0.tar.gz
|
|||||||
/swig-2.0.12.tar.gz
|
/swig-2.0.12.tar.gz
|
||||||
/swig-3.0.0.tar.gz
|
/swig-3.0.0.tar.gz
|
||||||
/swig-3.0.1.tar.gz
|
/swig-3.0.1.tar.gz
|
||||||
|
/swig-3.0.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d8b7e02cfa4bdd32d3db71c1ad34fc39 swig-3.0.1.tar.gz
|
62f9b0d010cef36a13a010dc530d0d41 swig-3.0.2.tar.gz
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
Summary: Connects C/C++/Objective C to some high-level programming languages
|
Summary: Connects C/C++/Objective C to some high-level programming languages
|
||||||
Name: swig
|
Name: swig
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+ and BSD
|
License: GPLv3+ and BSD
|
||||||
URL: http://swig.sourceforge.net/
|
URL: http://swig.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
|
||||||
@ -187,6 +187,9 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/
|
|||||||
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
|
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.2-1
|
||||||
|
- Update to 3.0.2
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user