[fotoxx] Add patch to fix pthread dependency

Pavel Alexeev hubbitus at fedoraproject.org
Fri Jan 6 16:54:44 UTC 2012


commit 518ed95a2826046c59ee23c6ec8597b05444df69
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Fri Jan 6 20:49:00 2012 +0400

    Add patch to fix pthread dependency

 .gitignore  |    1 +
 fotoxx.spec |    8 ++++++--
 sources     |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4303d28..2df9e62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ fotoxx-8.0-mandir.patch
 /fotoxx-11.12.2.tar.gz
 /fotoxx.desktop
 /fotoxx-12.01.2.tar.gz
+/fotoxx-12.01.2-pthread-dep.patch
diff --git a/fotoxx.spec b/fotoxx.spec
index 87f8cb3..133833a 100644
--- a/fotoxx.spec
+++ b/fotoxx.spec
@@ -1,6 +1,6 @@
 Name:		fotoxx
 Version:		12.01.2
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		Photo editor
 
 Group:		Applications/Multimedia
@@ -19,6 +19,9 @@ Requires:		printoxx
 BuildRequires:	perl-Image-ExifTool ufraw xdg-utils libtiff-devel
 Requires:		perl-Image-ExifTool ufraw xdg-utils
 
+# Mailed to author by mail - there no publick bugtracker
+Patch0:		fotoxx-12.01.2-pthread-dep.patch
+
 %description
 Fotoxx is a free open source Linux program for editing image files
 from a digital camera. The goal of fotoxx is to meet most image editing
@@ -26,6 +29,7 @@ needs while remaining easy to use.
 
 %prep
 %setup -q
+%patch0 -p1 -b .pthread
 
 %build
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
@@ -55,7 +59,7 @@ desktop-file-install --vendor="" \
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
-* Fri Jan 6 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 12.01.2-1
+* Fri Jan 6 2012 Pavel Alexeev <Pahan at Hubbitus.info> - 12.01.2-2
 - Update to 12.01.2 for fix bz#755715
 
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 10.11.1-9
diff --git a/sources b/sources
index da2622e..62e7f08 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 cacef69f66ed783cca67f0b773aef46f  fotoxx-12.01.2.tar.gz
 5f19ca8ef3c0b8eab1d44813ad10e7a6  fotoxx.desktop
+5d340ac3f938e87f46ef6b1c49bccdad  fotoxx-12.01.2-pthread-dep.patch


More information about the scm-commits mailing list