From d714e24c7e26cb63afef6a64c0d5df9ab20c4937 Mon Sep 17 00:00:00 2001 From: Tim Niemueller Date: Tue, 17 Mar 2009 14:47:28 +0000 Subject: [PATCH] Update to latest stable release 2.1.0 Tim --- .cvsignore | 2 +- libdc1394.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index d0141d1..c921985 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libdc1394-2.0.2.tar.gz +libdc1394-2.1.0.tar.gz diff --git a/libdc1394.spec b/libdc1394.spec index 32d1864..ab684aa 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,18 +1,18 @@ -# $Id: libdc1394.spec,v 1.4 2009/02/25 14:20:21 jkeating Exp $ +# $Id: libdc1394.spec,v 1.5 2009/03/17 14:47:28 timn Exp $ #define svn_snapshot .svn459 #define real_version 2.0.0-rc8%{svn_snapshot} -%define real_version 2.0.2 +#%define real_version 2.1.0 %define svn_build %{?svn_snapshot:1}%{!?svn_snapshot:0} Summary: 1394-based digital camera control library Name: libdc1394 -Version: 2.0.2 -Release: 2%{?svn_snapshot}%{?dist} +Version: 2.1.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-%{real_version}.tar.gz +Source: http://dl.sf.net/libdc1394/libdc1394-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: kernel-headers @@ -55,7 +55,7 @@ This package contains tools that are useful when working and developing with %{name}. %prep -%setup -q -n libdc1394-%{real_version} +%setup -q -n libdc1394-%{version} %build %if %{svn_build} @@ -105,12 +105,15 @@ mkdir -p %{buildroot}%{_docdir}/%{name}-docs-%{version} %files tools %defattr(-, root, root, 0755) %{_bindir}/dc1394_reset_bus -%{?_without_juju:%{_bindir}/dc1394_vloopback} +%{_bindir}/dc1394_vloopback %{_mandir}/man1/dc1394_reset_bus.1.gz %{?_without_juju:%{_mandir}/man1/dc1394_vloopback.1.gz} %changelog +* Tue Mar 17 2009 Tim Niemueller - 2.1.0-1 +- Update to latest stable release 2.1.0 + * Wed Feb 25 2009 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index ef6fb71..d93c74e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2dc94e9568765f34f7a23b31b9c2f6d libdc1394-2.0.2.tar.gz +51909785c8c3da6881dd983c98c0c6d6 libdc1394-2.1.0.tar.gz