Update to 3.29
This commit is contained in:
parent
421a21d59e
commit
9ebf19286b
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ iso-codes-3.19.tar.bz2
|
||||
/iso-codes-3.27.tar.gz
|
||||
/iso-codes-3.27.1.tar.gz
|
||||
/iso-codes-3.28.tar.gz
|
||||
/iso-codes-3.29.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: iso-codes
|
||||
Summary: ISO code lists and translations
|
||||
Version: 3.28
|
||||
Version: 3.29
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Base
|
||||
@ -8,8 +8,8 @@ URL: http://alioth.debian.org/projects/pkg-isocodes/
|
||||
# following commands to generate the tarball:
|
||||
# git clone git://git.debian.org/git/iso-codes/iso-codes.git
|
||||
# cd iso-codes
|
||||
# export isocodescommit=d694ec174af3a8fd0fe04b8c3a0412c5d94fb833
|
||||
# export version=3.28
|
||||
# export isocodescommit=bd6829620c121bb878a173c4fbd79c6fcaedca9a
|
||||
# export version=3.29
|
||||
# git archive --format tar --prefix iso-codes-${version}/ ${isocodescommit} |\
|
||||
# gzip -c > ../iso-codes-${version}.tar.gz
|
||||
#Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%%{version}.tar.bz2
|
||||
@ -55,6 +55,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_datadir}/pkgconfig/iso-codes.pc
|
||||
|
||||
%changelog
|
||||
* Mon Oct 03 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.29-1
|
||||
- Update to 3.29
|
||||
|
||||
* Tue Sep 06 2011 Parag Nemade <pnemade AT redhat DOT com> - 3.28-1
|
||||
- Update to 3.28
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user