commit 8b76ca770dd14aac25c00c7e93fe13b2d231ccc0
Author: Jan Rękorajski <[email protected]>
Date:   Sat Mar 14 10:26:57 2015 +0100

    - don't count on indirect header inclusions
    - rel 3

 missing-header.patch | 10 ++++++++++
 tawara.spec          |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/tawara.spec b/tawara.spec
index 76daf45..bc6929d 100644
--- a/tawara.spec
+++ b/tawara.spec
@@ -8,12 +8,13 @@ Summary:      Tawara file format implementation
 Summary(pl.UTF-8):     Implementacja formatu plików Tawara
 Name:          tawara
 Version:       0.1.0
-Release:       0.%{snap}.2
+Release:       0.%{snap}.3
 License:       BSD
 Group:         Libraries
 Source0:       
http://github.com/gbiggs/tawara/archive/master/%{name}-%{snap}.tar.gz
 # Source0-md5: 682d240fad7fd3e74026fa7c2a660b1f
 Patch0:                %{name}-lib.patch
+Patch1:                missing-header.patch
 URL:           http://gbiggs.github.io/tawara/
 # filesystem, system, date_time
 BuildRequires: boost-devel
@@ -69,6 +70,7 @@ Dokumentacja API biblioteki Tawara.
 %prep
 %setup -q -n %{name}-master
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake . \
diff --git a/missing-header.patch b/missing-header.patch
new file mode 100644
index 0000000..dfb09d3
--- /dev/null
+++ b/missing-header.patch
@@ -0,0 +1,10 @@
+--- tawara-master/include/tawara/file_cluster.h~       2013-08-19 
07:45:02.000000000 +0200
++++ tawara-master/include/tawara/file_cluster.h        2015-03-14 
10:23:08.076088206 +0100
+@@ -39,6 +39,7 @@
+ #if !defined(TAWARA_FILE_CLUSTER_H_)
+ #define TAWARA_FILE_CLUSTER_H_
+ 
++#include <boost/iterator/iterator_facade.hpp>
+ #include <tawara/block_element.h>
+ #include <tawara/block_group.h>
+ #include <tawara/cluster.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tawara.git/commitdiff/8b76ca770dd14aac25c00c7e93fe13b2d231ccc0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to