[ghc-citeproc-hs] update to 0.3.8

Jens Petersen petersen at fedoraproject.org
Sun Mar 10 08:39:32 UTC 2013


commit 65966a9ace9b5e8058f84d460ccf198c853221e7
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun Mar 10 17:39:21 2013 +0900

    update to 0.3.8

 .gitignore              |    1 +
 citeproc-hs-flags.patch |   11 -----------
 ghc-citeproc-hs.spec    |   11 +++++++----
 sources                 |    2 +-
 4 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aae87cd..beb7ef7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /citeproc-hs-0.3.3.tar.gz
 /citeproc-hs-0.3.4.tar.gz
 /citeproc-hs-0.3.6.tar.gz
+/citeproc-hs-0.3.8.tar.gz
diff --git a/ghc-citeproc-hs.spec b/ghc-citeproc-hs.spec
index 99d8787..87010d4 100644
--- a/ghc-citeproc-hs.spec
+++ b/ghc-citeproc-hs.spec
@@ -10,14 +10,13 @@ into a variety of styles using a macro language called\
 Citation Style Language (CSL): http://citationstyles.org/.
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.6
-Release:        4%{?dist}
+Version:        0.3.8
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-Patch1:         citeproc-hs-flags.patch
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -46,7 +45,8 @@ BuildRequires:  ghc-xml-devel
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch1 -p1 -b .orig
+
+cabal-tweak-flag hexpat False
 
 
 %build
@@ -72,6 +72,9 @@ BuildRequires:  ghc-xml-devel
 
 
 %changelog
+* Sun Mar 10 2013 Jens Petersen <petersen at redhat.com> - 0.3.8-1
+- update to 0.3.8
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 2f115c8..89c88ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d1d08f2299ec4d3380be0a185989e5f  citeproc-hs-0.3.6.tar.gz
+58335eb0fb295993a3a4656b95cfa579  citeproc-hs-0.3.8.tar.gz


More information about the scm-commits mailing list