Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
8c1f382956 dist-git conversion 2010-07-29 14:42:34 +00:00
Bill Nottingham
9357f333c0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:14:31 +00:00
74e6767074 Upgrade to 0.9.5 2009-05-03 12:13:40 +00:00
Jesse Keating
35c6de86fa Initialize branch F-10 for unicap 2008-11-07 04:47:15 +00:00
5 changed files with 9 additions and 24 deletions

View file

@ -1 +0,0 @@
unicap-0.9.3.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
unicap-0.9.5.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: unicap
# $Id$
NAME := unicap
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
69db7c7dacb58c303d44f3b6598653ee unicap-0.9.3.tar.gz
1d64005afac1ec9d75a1637d7f1aa91e unicap-0.9.5.tar.gz

View file

@ -6,7 +6,7 @@
Summary: Library to access different kinds of (video) capture devices
Name: unicap
Version: 0.9.3
Version: 0.9.5
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -73,6 +73,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/*
%changelog
* Sun May 03 2009 Robert Scheck <robert@fedoraproject.org> 0.9.5-1
- Upgrade to 0.9.5
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 0.9.3-2
- Rebuild against gcc 4.4 and rpm 4.6
* Mon Oct 13 2008 Robert Scheck <robert@fedoraproject.org> 0.9.3-1
- Upgrade to 0.9.3 (#466825, thanks to Hans de Goede)
- Enabled libv4l support for the new gspca kernel driver