bump version to 2016 and many version bumps
This commit is contained in:
parent
999ae91a27
commit
0439f873ec
@ -3,26 +3,26 @@
|
||||
%global upstream_version 7.10.3
|
||||
|
||||
%global ghc_compiler_version %{upstream_version}
|
||||
%global alex_version 3.1.4
|
||||
%global cabal_install_version 1.22.6.0
|
||||
%global alex_version 3.1.7
|
||||
%global cabal_install_version 1.22.9.0
|
||||
%global happy_version 1.19.5
|
||||
%global hscolour_version 1.23
|
||||
|
||||
%global async_version 2.0.2
|
||||
%global attoparsec_version 0.13.0.1
|
||||
%global case_insensitive_version 1.2.0.5
|
||||
%global hashable_version 1.2.3.3
|
||||
%global async_version 2.1.0
|
||||
%global attoparsec_version 0.13.0.2
|
||||
%global case_insensitive_version 1.2.0.6
|
||||
%global hashable_version 1.2.4.0
|
||||
%global HTTP_version 4000.2.20
|
||||
%global HUnit_version 1.3.0.0
|
||||
%global HUnit_version 1.3.1.1
|
||||
%global html_version 1.0.1.2
|
||||
%global mtl_version 2.2.1
|
||||
%global old_locale_version 1.0.0.7
|
||||
%global old_time_version 1.1.0.3
|
||||
%global network_version 2.6.2.1
|
||||
%global parallel_version 3.2.0.6
|
||||
%global parsec_version 3.1.9
|
||||
%global parallel_version 3.2.1.0
|
||||
%global parsec_version 3.1.11
|
||||
%global primitive_version 0.6.1.0
|
||||
%global QuickCheck_version 2.8.1
|
||||
%global QuickCheck_version 2.8.2
|
||||
%global random_version 1.1
|
||||
%global regex_base_version 0.93.2
|
||||
%global regex_compat_version 0.95.1
|
||||
@ -30,22 +30,22 @@
|
||||
%global split_version 0.2.3
|
||||
%global stm_version 2.4.4
|
||||
%global syb_version 0.6
|
||||
%global text_version 1.2.1.3
|
||||
%global unordered_containers_version 0.2.5.1
|
||||
%global text_version 1.2.2.1
|
||||
%global unordered_containers_version 0.2.7.1
|
||||
%global vector_version 0.11.0.0
|
||||
%global xhtml_version 3000.2.1
|
||||
%global zlib_version 0.5.4.2
|
||||
%global zlib_version 0.6.1.1
|
||||
# new in HP 7.10
|
||||
%global exceptions_version 0.8.0.2
|
||||
%global network_uri_version 2.6.1.0
|
||||
%global scientific_version 0.3.3.8
|
||||
%global scientific_version 0.3.4.7
|
||||
%global tf_random_version 0.5
|
||||
%global transformers_compat_version 0.4.0.4
|
||||
|
||||
%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: 2015.%{upstream_version}
|
||||
Version: 2016.%{upstream_version}
|
||||
# Since library subpackages are versioned:
|
||||
# - release can only be reset if all library versions get bumped simultaneously
|
||||
# (eg for a major release)
|
||||
@ -205,10 +205,23 @@ mkdir packages/%{name}-%{version}
|
||||
cp LICENSE hptool/Setup.hs packages/%{name}-%{version}
|
||||
|
||||
|
||||
cabal-tweak-dep-ver alex '==3.1.4' '==%{alex_version}'
|
||||
cabal-tweak-dep-ver async '==2.0.2' '==%{async_version}'
|
||||
cabal-tweak-dep-ver attoparsec '==0.13.0.1' '==%{attoparsec_version}'
|
||||
cabal-tweak-dep-ver case-insensitive '==1.2.0.5' '==%{case_insensitive_version}'
|
||||
cabal-tweak-dep-ver hashable '==1.2.3.3' '==%{hashable_version}'
|
||||
# HsColour reports 1.22
|
||||
cabal-tweak-dep-ver hscolour '==1.23' '==1.22'
|
||||
cabal-tweak-dep-ver network-uri '==2.6.0.3' '==2.6.1.0'
|
||||
cabal-tweak-dep-ver split '==0.2.2' '==0.2.3'
|
||||
cabal-tweak-dep-ver HUnit '==1.3.0.0' '==%{HUnit_version}'
|
||||
cabal-tweak-dep-ver network-uri '==2.6.0.3' '==%{network_uri_version}'
|
||||
cabal-tweak-dep-ver parallel '==3.2.0.6' '==%{parallel_version}'
|
||||
cabal-tweak-dep-ver parsec '==3.1.9' '==%{parsec_version}'
|
||||
cabal-tweak-dep-ver QuickCheck '==2.8.1' '==%{QuickCheck_version}'
|
||||
cabal-tweak-dep-ver scientific '==0.3.3.8' '==%{scientific_version}'
|
||||
cabal-tweak-dep-ver split '==0.2.2' '==%{split_version}'
|
||||
cabal-tweak-dep-ver text '==1.2.1.3' '==%{text_version}'
|
||||
cabal-tweak-dep-ver unordered-containers '==0.2.5.1' '==%{unordered_containers_version}'
|
||||
cabal-tweak-dep-ver zlib '==0.5.4.2' '==%{text_version}'
|
||||
mv %{name}.cabal packages/%{name}-%{version}
|
||||
|
||||
|
||||
@ -271,12 +284,15 @@ cd ..
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Jens Petersen <petersen@redhat.com> - 2015.7.10.3-1
|
||||
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 2016.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
|
||||
- bump version to 2016 for version bumps and to avoid epoch
|
||||
- alex-3.1.7, async-2.1.0, attoparsec-0.13.0.2, cabal-install-1.22.9.0,
|
||||
HUnit-1.3.1.1, network-uri 2.6.1.0, parallel-3.2.1.0, parsec-3.1.11,
|
||||
QuickCheck-2.8.2, scientific-0.3.4.7, split-0.2.3, text-1.2.2.1, zlib-0.6.1.1
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user