Accepting request 141646 from home:ptrommler:haskell-platform

HP 2012.4

OBS-URL: https://build.opensuse.org/request/show/141646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HUnit?expand=0&rev=4
This commit is contained in:
Peter Trommler 2012-11-17 16:18:45 +00:00 committed by Git OBS Bridge
parent 94a9fc7e51
commit 836ecb7874
6 changed files with 17 additions and 15 deletions

3
HUnit-1.2.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc0c15d20ee7cedf35fadcaf9cc15b5c2b4ce2df9d80e61bfcdd65ef1ef64471
size 24221

View File

@ -1,3 +1,3 @@
<services>
<service name="download_files"/>
</services>
<service name="download_files" mode="localonly"/></services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdbcbc28196d616b449bf3e46c30dcd5577dc92f290458e2dbdbfc5a65de327a
size 23558

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 17 14:05:30 UTC 2012 - peter.trommler@ohm-hochschule.de
- make service localonly for Factory submission
-------------------------------------------------------------------
Mon Oct 1 19:32:18 UTC 2012 - peter.trommler@ohm-hochschule.de
- update to 1.2.5.1 from upstream
- required by Haskell Platform 2012.4.0.0
-------------------------------------------------------------------
Tue Jun 5 13:58:45 UTC 2012 - peter.trommler@ohm-hochschule.de

View File

@ -16,10 +16,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# cabal2spec-0.25
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name HUnit
%global common_summary A unit testing framework for Haskell
@ -27,7 +23,7 @@
%global common_description HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: http://www.junit.org.
Name: ghc-%{pkg_name}
Version: 1.2.4.2
Version: 1.2.5.1
Release: 1
Summary: %{common_summary}
@ -68,10 +64,6 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
%ghc_files LICENSE
%{_bindir}/basic-tests
%{_bindir}/extended-tests
%{_bindir}/optimize-1-tests
%{_bindir}/terminal-tests
%doc %{_datadir}/%{pkg_name}-%{version}

View File

@ -1 +0,0 @@
addFilter("static-library-without-debuginfo")