Update to 2.0.12
This commit is contained in:
parent
06c4d674de
commit
fa769de6dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ swig-2.0.0.tar.gz
|
|||||||
/swig-2.0.9.tar.gz
|
/swig-2.0.9.tar.gz
|
||||||
/swig-2.0.10.tar.gz
|
/swig-2.0.10.tar.gz
|
||||||
/swig-2.0.11.tar.gz
|
/swig-2.0.11.tar.gz
|
||||||
|
/swig-2.0.12.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
291ba57c0acd218da0b0916c280dcbae swig-2.0.11.tar.gz
|
c3fb0b2d710cc82ed0154b91e43085a4 swig-2.0.12.tar.gz
|
||||||
|
@ -12,8 +12,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: 2.0.11
|
Version: 2.0.12
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+ and BSD
|
License: GPLv3+ and BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://swig.sourceforge.net/
|
URL: http://swig.sourceforge.net/
|
||||||
@ -127,6 +127,9 @@ gzip %{buildroot}%{_mandir}/man1/$(basename %{SOURCE1})
|
|||||||
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
|
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 28 2014 Orion Poplawski <orion@cora.nwra.com> - 2.0.12-1
|
||||||
|
- Update to 2.0.12
|
||||||
|
|
||||||
* Wed Oct 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-2
|
* Wed Oct 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-2
|
||||||
- Use bconds for enabling testsuite
|
- Use bconds for enabling testsuite
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user