bump Fedora version to 2015.7.10.3

This commit is contained in:
Jens Petersen 2016-06-15 18:13:54 +09:00
parent e4f2f8eed9
commit 999ae91a27
2 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,9 @@
--- haskell-platform-7.10.3/haskell-platform.cabal~ 2015-12-03 09:29:47.000000000 +0900
+++ haskell-platform-7.10.3/haskell-platform.cabal 2016-06-15 18:08:24.437707643 +0900
@@ -1,5 +1,5 @@
name: haskell-platform
-version: 7.10.3
+version: 2015.7.10.3
homepage: http://haskell.org/platform
license: BSD3
license-file: LICENSE

View File

@ -45,7 +45,7 @@
%global separate_packages QuickCheck|HTTP|HUnit|alex|cabal-install|happy|html|mtl|network|parallel|parsec|random|regex-base|regex-compat|regex-posix|stm|syb|text|zlib|async|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers|xhtml|hscolour|tf-random|exceptions|transformers-compat|scientific|network-uri|old-locale|old-time
Name: haskell-platform
Version: %{upstream_version}
Version: 2015.%{upstream_version}
# Since library subpackages are versioned:
# - release can only be reset if all library versions get bumped simultaneously
# (eg for a major release)
@ -58,6 +58,7 @@ License: BSD
URL: http://www.haskell.org/platform/
Source0: http://www.haskell.org/platform/download/%{version}/%{name}-%{upstream_version}.tar.gz
Patch1: haskell-platform-build-tools-cabal-install.patch
Patch2: haskell-platform-7.10.3-version.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros-extra
@ -197,6 +198,7 @@ This provides the haskell-platform meta library package.
%prep
%setup -q -n %{name}-%{upstream_version}
%patch1 -p1 -b .orig
%patch2 -p1
# hack for h-p.cabal in top dir
mkdir packages/%{name}-%{version}
@ -269,11 +271,12 @@ cd ..
%changelog
* Mon Jun 6 2016 Jens Petersen <petersen@redhat.com> - 7.10.3-1
- update to new haskell-platform version 7.10.3: still needs epoch!
* Wed Jun 15 2016 Jens Petersen <petersen@redhat.com> - 2015.7.10.3-1
- update to new haskell-platform version 7.10.3
- new half multipart ObjectName StateVar subpackages
- haskell98 dropped and cgi is back
- old-locale and old-time packages added
- bump version to 2015 to avoid epoch for now
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2014.2.0.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild