[ghc-attoparsec-conduit] update to 1.0.1.2

Jens Petersen petersen at fedoraproject.org
Fri May 2 03:25:58 UTC 2014


commit b80e692c71fe8ec01b3f8dbe8e07e1ae0b792b34
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri May 2 12:26:12 2014 +0900

    update to 1.0.1.2

 .gitignore                  |    1 +
 ghc-attoparsec-conduit.spec |   10 +++++++---
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca0880a..fa624a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /attoparsec-conduit-1.0.1.1.tar.gz
+/attoparsec-conduit-1.0.1.2.tar.gz
diff --git a/ghc-attoparsec-conduit.spec b/ghc-attoparsec-conduit.spec
index 129089a..00ea9a7 100644
--- a/ghc-attoparsec-conduit.spec
+++ b/ghc-attoparsec-conduit.spec
@@ -3,13 +3,13 @@
 %global pkg_name attoparsec-conduit
 
 Name:           ghc-%{pkg_name}
-Version:        1.0.1.1
-Release:        2%{?dist}
+Version:        1.0.1.2
+Release:        1%{?dist}
 Summary:        Consume attoparsec parsers via conduit
 
 License:        MIT
 URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -27,6 +27,7 @@ Consume attoparsec parsers via conduit.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
+Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
@@ -65,6 +66,9 @@ files.
 
 
 %changelog
+* Fri May 02 2014 Jens Petersen <petersen at redhat.com> - 1.0.1.2-1
+- update to 1.0.1.2
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2e7667c..e850da2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eca4e28aedc02fc3a05e779a7ebe2565  attoparsec-conduit-1.0.1.1.tar.gz
+0b1fd129ab8ba969b034eb207f4c5e8e  attoparsec-conduit-1.0.1.2.tar.gz


More information about the scm-commits mailing list