diff --git a/libebml.spec b/libebml.spec index c210d75..088dff4 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,11 +1,11 @@ Summary: Extensible Binary Meta Language library Name: libebml Version: 1.3.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries -URL: http://www.matroska.org/ -Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 +URL: https://www.matroska.org/ +Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 %description Extensible Binary Meta Language access library A library for reading @@ -29,10 +29,6 @@ will use the Extensible Binary Meta Language library. %prep %setup -q -sed -i 's/\r//' ChangeLog LICENSE.LGPL -iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp -touch -r ChangeLog ChangeLog.tmp -mv ChangeLog.tmp ChangeLog %build @@ -61,6 +57,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Thu Feb 18 2016 Dominik Mierzejewski - 1.3.3-3 +- don't convert ChangeLog to UTF8, it already is +- use HTTPS in URLs + * Thu Feb 04 2016 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild