Resolves: #1116650 - update po files from translationproject.org

This commit is contained in:
Kamil Dudka 2014-07-07 17:20:24 +02:00
parent b98edd3538
commit 2c74110f38
2 changed files with 72171 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: The Vorbis General Audio Compression Codec tools Summary: The Vorbis General Audio Compression Codec tools
Name: vorbis-tools Name: vorbis-tools
Version: 1.4.0 Version: 1.4.0
Release: 14%{?dist} Release: 15%{?dist}
Epoch: 1 Epoch: 1
Group: Applications/Multimedia Group: Applications/Multimedia
License: GPLv2 License: GPLv2
@ -10,10 +10,13 @@ Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
Patch0: vorbis-tools-1.4.0-bz887540.patch Patch0: vorbis-tools-1.4.0-bz887540.patch
# http://thread.gmane.org/gmane.comp.multimedia.ogg.vorbis.devel/5729 # http://thread.gmane.org/gmane.comp.multimedia.ogg.vorbis.devel/5729
Patch1: vorbis-tools-1.4.0-man-page.patch Patch1: vorbis-tools-1.4.0-man-page.patch
# http://thread.gmane.org/gmane.comp.multimedia.ogg.vorbis.devel/5738 # http://thread.gmane.org/gmane.comp.multimedia.ogg.vorbis.devel/5738
Patch2: vorbis-tools-1.4.0-bz1003607.patch Patch2: vorbis-tools-1.4.0-bz1003607.patch
# update po files from translationproject.org (#1116650)
Patch3: vorbis-tools-1.4.0-bz1116650.patch
BuildRequires: flac-devel BuildRequires: flac-devel
BuildRequires: libao-devel BuildRequires: libao-devel
@ -37,6 +40,7 @@ comment editor.
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
%build %build
@ -60,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
%changelog %changelog
* Mon Jul 07 2014 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-15
- update po files from translationproject.org (#1116650)
* Tue Jun 10 2014 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-14 * Tue Jun 10 2014 Kamil Dudka <kdudka@redhat.com> - 1:1.4.0-14
- fix FTBFS if "-Werror=format-security" flag is used (#1025257) - fix FTBFS if "-Werror=format-security" flag is used (#1025257)