From 9b727f38a8dcef57e8e45aad91901f7a39b1f1afa19f8d12e33d2e1a7d050af5 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Sat, 17 Nov 2012 17:19:28 +0000 Subject: [PATCH] Accepting request 141645 from home:ptrommler:haskell-platform HP 2012.4 OBS-URL: https://build.opensuse.org/request/show/141645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=4 --- HTTP-4000.2.5.tar.gz | 3 +++ _service | 4 ++-- _service:download_files:HTTP-4000.2.3.tar.gz | 3 --- ghc-HTTP.changes | 11 +++++++++++ ghc-HTTP.spec | 6 +----- 5 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 HTTP-4000.2.5.tar.gz delete mode 100644 _service:download_files:HTTP-4000.2.3.tar.gz diff --git a/HTTP-4000.2.5.tar.gz b/HTTP-4000.2.5.tar.gz new file mode 100644 index 0000000..3a5c332 --- /dev/null +++ b/HTTP-4000.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dd0e6b5b97657dcef8d906d329f73243b75b33ffeb90454783b0e9e70f320e +size 66587 diff --git a/_service b/_service index 76828d7..a07f79b 100644 --- a/_service +++ b/_service @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/_service:download_files:HTTP-4000.2.3.tar.gz b/_service:download_files:HTTP-4000.2.3.tar.gz deleted file mode 100644 index 7ce81ad..0000000 --- a/_service:download_files:HTTP-4000.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00f59f751a53a0cd766d59cffb3a97fc001189797861ce4aa28d4bea672efafc -size 60708 diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index ab2816e..d9eb857 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 17 14:03:50 UTC 2012 - peter.trommler@ohm-hochschule.de + +- make service localonly for Factory submission + +------------------------------------------------------------------- +Mon Oct 1 19:24:11 UTC 2012 - peter.trommler@ohm-hochschule.de + +- update to 4000.2.5 from upstream +- required by Haskell Platform 2012.4.0.0 + ------------------------------------------------------------------- Sun Jun 3 17:00:22 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 384b8dc..cc93fc0 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -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 HTTP %global common_summary Haskell library for client-side HTTP @@ -27,7 +23,7 @@ %global common_description The HTTP package supports client-side web programming in Haskell. It lets you set up HTTP connections, transmitting requests and processing the responses coming back, all from within the comforts of Haskell. It is dependent on the network package to operate, but other than that, the implementation is all written in Haskell. Name: ghc-%{pkg_name} -Version: 4000.2.3 +Version: 4000.2.5 Release: 1 Summary: %{common_summary}