commit bdedf37a7874b24c757e29f29360b2d05c09ff9f
Author: Jakub Bogusz <[email protected]>
Date:   Sun Feb 24 16:42:52 2013 +0100

    - updated to 0.4.17
    - added am patch (fixes build with automake 1.13)

 orc-am.patch | 11 +++++++++++
 orc.spec     |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/orc.spec b/orc.spec
index 73fc1c3..06e724f 100644
--- a/orc.spec
+++ b/orc.spec
@@ -2,12 +2,13 @@
 Summary:       The Oil Runtime Compiler
 Summary(pl.UTF-8):     Oil Runtime Compiler - kompilator zoptymalizowanych 
pętli wewnętrznych
 Name:          orc
-Version:       0.4.16
-Release:       2
+Version:       0.4.17
+Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       
http://code.entropywave.com/download/orc/%{name}-%{version}.tar.gz
-# Source0-md5: e482932e544c847761449b106ecbc483
+# Source0-md5: af1bf3dab9e69f3c36f389285e2a12a1
+Patch0:                %{name}-am.patch
 URL:           http://code.entropywave.com/projects/orc/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1.6
@@ -57,6 +58,7 @@ Statyczna biblioteka orc.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__rm} m4/libtool.m4 m4/lt*.m4
 
diff --git a/orc-am.patch b/orc-am.patch
new file mode 100644
index 0000000..376b9a5
--- /dev/null
+++ b/orc-am.patch
@@ -0,0 +1,11 @@
+--- orc-0.4.17/configure.ac.orig       2013-02-20 06:38:04.000000000 +0100
++++ orc-0.4.17/configure.ac    2013-02-24 16:33:22.562894976 +0100
+@@ -10,7 +10,7 @@
+ ORC_MAJORMINOR=0.4
+ AC_SUBST(ORC_MAJORMINOR)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ dnl CURRENT, REVISION, AGE
+ dnl - library source changed -> increment REVISION
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/orc.git/commitdiff/bdedf37a7874b24c757e29f29360b2d05c09ff9f

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

Reply via email to