From 5fe525e93fa06065cdc4d4d020f9252472ed9892a1b7e245cd76cbaf3f32e659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 24 Aug 2016 13:11:35 +0000 Subject: [PATCH] Accepting request 421635 from devel:languages:haskell:lts:6 version update OBS-URL: https://build.opensuse.org/request/show/421635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=10 --- Glob-0.7.10.tar.gz | 3 --- Glob-0.7.11.tar.gz | 3 +++ ghc-Glob.changes | 5 +++++ ghc-Glob.spec | 8 ++------ 4 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 Glob-0.7.10.tar.gz create mode 100644 Glob-0.7.11.tar.gz diff --git a/Glob-0.7.10.tar.gz b/Glob-0.7.10.tar.gz deleted file mode 100644 index a46aaeb..0000000 --- a/Glob-0.7.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db8f67725566df72379cdbbdb2f7aaf6500163b94924229b4b0aa9bbaa9804a7 -size 24053 diff --git a/Glob-0.7.11.tar.gz b/Glob-0.7.11.tar.gz new file mode 100644 index 0000000..3675697 --- /dev/null +++ b/Glob-0.7.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a23f90be0e6a7129efef83716ce1ccd8f48f3c17063aff663232f8eaa18c377 +size 23999 diff --git a/ghc-Glob.changes b/ghc-Glob.changes index 40ef537..c453a01 100644 --- a/ghc-Glob.changes +++ b/ghc-Glob.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 17 18:28:52 UTC 2016 - psimons@suse.com + +- Update to version 0.7.11 revision 0 with cabal2obs. + ------------------------------------------------------------------- Fri Jul 22 06:08:21 UTC 2016 - psimons@suse.com diff --git a/ghc-Glob.spec b/ghc-Glob.spec index 829589b..8503f46 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -19,11 +19,11 @@ %global pkg_name Glob %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.10 +Version: 0.7.11 Release: 0 Summary: Globbing library License: BSD-3-Clause -Group: System/Libraries +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -61,19 +61,15 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %cabal_test - %post devel %ghc_pkg_recache