[ghc-fast-logger] drop fast-logger-no-unix-time.patch and use unix-time now

Jens Petersen petersen at fedoraproject.org
Sat Mar 23 03:10:17 UTC 2013


commit 58a77939f0adae7615c4483f8370d5c733d73274
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Mar 23 12:10:05 2013 +0900

    drop fast-logger-no-unix-time.patch and use unix-time now

 fast-logger-no-unix-time.patch |   11 -----------
 ghc-fast-logger.spec           |   11 ++++++-----
 2 files changed, 6 insertions(+), 16 deletions(-)
---
diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec
index 8941b55..aa94be0 100644
--- a/ghc-fast-logger.spec
+++ b/ghc-fast-logger.spec
@@ -9,13 +9,12 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.3.1
-Release:        1%{?dist}
+Release:        2%{?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:         fast-logger-no-unix-time.patch
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -25,9 +24,9 @@ BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-date-cache-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
-BuildRequires:  ghc-old-locale-devel
 BuildRequires:  ghc-text-devel
-BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-unix-devel
+BuildRequires:  ghc-unix-time-devel
 # End cabal-rpm deps
 
 %description
@@ -36,7 +35,6 @@ BuildRequires:  ghc-time-devel
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch1 -p1 -b .orig
 
 
 %build
@@ -59,6 +57,9 @@ BuildRequires:  ghc-time-devel
 
 
 %changelog
+* Sat Mar 23 2013 Jens Petersen <petersen at redhat.com> - 0.3.1-2
+- use unix-time
+
 * Mon Feb 11 2013 Jens Petersen <petersen at redhat.com> - 0.3.1-1
 - update to 0.3.1
 - depends on data-cache


More information about the scm-commits mailing list