diff --git a/.gitignore b/.gitignore index 8d0f85a..b550c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.build* /x86_64 /libdc1394-2.1.4* +/libdc1394-2.2.0.tar.gz diff --git a/libdc1394.spec b/libdc1394.spec index 13ad69f..38acb28 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -7,12 +7,12 @@ Summary: 1394-based digital camera control library Name: libdc1394 -Version: 2.1.4 -Release: 3%{?svn_snapshot}%{?dist} +Version: 2.2.0 +Release: 1%{?svn_snapshot}%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libdc1394/ -Source: http://dl.sf.net/libdc1394/libdc1394-%{version}.tar.gz +Source: http://downloads.sourceforge.net/project/libdc1394/libdc1394-2/%{version}/libdc1394-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root ExcludeArch: s390 s390x @@ -116,6 +116,9 @@ done %{_mandir}/man1/dc1394_*.1.gz %changelog +* Tue Dec 11 2012 Jay Fenlason - 2.2.0-1 +- New upstream version + * Thu Jul 19 2012 Fedora Release Engineering - 2.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index f4a5813..833f18a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9c5306dfc17917872513355f87e8412 libdc1394-2.1.4.tar.gz +ed10e06987c76c79961c6906e02acf00 libdc1394-2.2.0.tar.gz