[fswebcam] * Mon Aug 31 2010 Fabian Affolter <fabian at bernewireless.net> - 20100622-2 - Added patch acc. upstrea

Fabian Affolter fab at fedoraproject.org
Tue Aug 31 19:52:58 UTC 2010


commit a2d13ea98272bd193c51bc0c9cdd37a30391b094
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Tue Aug 31 21:52:52 2010 +0200

    * Mon Aug 31 2010 Fabian Affolter <fabian at bernewireless.net> - 20100622-2
    - Added patch acc. upstream commit 05ea39c7e4ad3386c326171287bf7f9dd46d680e
      to fix #603849

 .gitignore    |    2 ++
 fswebcam.spec |   11 ++++++++++-
 sources       |    2 ++
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88dbcac..2e139a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 fswebcam-20100622.tar.gz
+/fswebcam-font.patch
+/fswebcam-man.patch
diff --git a/fswebcam.spec b/fswebcam.spec
index f93f78e..c1fbced 100644
--- a/fswebcam.spec
+++ b/fswebcam.spec
@@ -1,12 +1,14 @@
 Name:           fswebcam
 Version:        20100622
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tiny and flexible webcam program
 
 Group:          Applications/System
 License:        GPLv2
 URL:            http://www.firestorm.cx/fswebcam/
 Source0:        http://www.firestorm.cx/%{name}/files/%{name}-%{version}.tar.gz
+Patch0:         fswebcam-font.patch
+Patch1:         fswebcam-man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gd-devel
@@ -19,12 +21,15 @@ device, and overlaying a caption or image.
 
 %prep
 %setup -q
+%patch0 -p0 -b .font
+%patch0 -p0 -b .man
 
 
 %build
 %configure
 make %{?_smp_mflags}
 
+
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
@@ -42,6 +47,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 31 2010 Fabian Affolter <fabian at bernewireless.net> - 20100622-2
+- Added patch acc. upstream commit 05ea39c7e4ad3386c326171287bf7f9dd46d680e
+  to fix #603849
+
 * Thu Jun 22 2010 Fabian Affolter <fabian at bernewireless.net> - 20100622-1
 - Updated to new upstream version 20100622
 
diff --git a/sources b/sources
index 9965de4..7849935 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
 33372d2114a9ecd9126887bf6cff1b03  fswebcam-20100622.tar.gz
+0607c505d7ff42b78df65f5b1221073b  fswebcam-font.patch
+9a0a80f99fdda1f196bb43a175e098f7  fswebcam-man.patch


More information about the scm-commits mailing list