diff --git a/.gitignore b/.gitignore index 0e41d5f..028f537 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -rtmpdump-2.2c.tar.gz +rtmpdump-2.2d.tgz diff --git a/rtmpdump.spec b/rtmpdump.spec index aa2790e..0a75c04 100644 --- a/rtmpdump.spec +++ b/rtmpdump.spec @@ -1,6 +1,6 @@ Name: rtmpdump -Version: 2.2c -Release: 2%{?dist} +Version: 2.2d +Release: 1%{?dist} Summary: Toolkit for RTMP streams Group: Applications/Internet @@ -9,8 +9,7 @@ License: GPLv2+ # (for which you'd probably want to make it a dynamic library) you should # label its licence correctly. But the _tools_ are GPLv2. URL: http://rtmpdump.mplayerhq.hu/ -Source0: http://rtmpdump.mplayerhq.hu/download/rtmpdump-%{version}.tar.gz -Patch1: rtmpdump-link-gcrypt.patch +Source0: http://rtmpdump.mplayerhq.hu/download/rtmpdump-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnutls-devel zlib-devel @@ -21,7 +20,6 @@ including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. %prep %setup -q -%patch1 -p1 %build make CRYPTO=GNUTLS OPT="$RPM_OPT_FLAGS" progs @@ -56,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 30 2010 David Woodhouse 2.2d-1 +- Update to 2.2d + * Tue Apr 20 2010 David Woodhouse 2.2c-2 - Link with libgcrypt explicitly since we call it directly diff --git a/sources b/sources index f8e1488..dd32386 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a91ce1aaf7fec57a8108753d05ad162 rtmpdump-2.2c.tar.gz +f12086283002c27e0fa11e33e83b7647 rtmpdump-2.2d.tgz