From ebe32e9f1bb05d445f3dae046fe6d448193195901307720f5589556f3c2a5b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 22 Jul 2016 06:40:37 +0000 Subject: [PATCH] Accepting request 412671 from devel:languages:haskell:lts:6 - Update to version 0.7.10 revision 0 with cabal2obs. OBS-URL: https://build.opensuse.org/request/show/412671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=8 --- Glob-0.7.10.tar.gz | 3 +++ Glob-0.7.9.tar.gz | 3 --- ghc-Glob.changes | 5 +++++ ghc-Glob.spec | 8 ++------ 4 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 Glob-0.7.10.tar.gz delete mode 100644 Glob-0.7.9.tar.gz diff --git a/Glob-0.7.10.tar.gz b/Glob-0.7.10.tar.gz new file mode 100644 index 0000000..a46aaeb --- /dev/null +++ b/Glob-0.7.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8f67725566df72379cdbbdb2f7aaf6500163b94924229b4b0aa9bbaa9804a7 +size 24053 diff --git a/Glob-0.7.9.tar.gz b/Glob-0.7.9.tar.gz deleted file mode 100644 index e9f4dcf..0000000 --- a/Glob-0.7.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6c48b6a94971c00f8d1360c417275b1e0c089017db523df3f54729622567dbd -size 24191 diff --git a/ghc-Glob.changes b/ghc-Glob.changes index 2a6a54d..40ef537 100644 --- a/ghc-Glob.changes +++ b/ghc-Glob.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 22 06:08:21 UTC 2016 - psimons@suse.com + +- Update to version 0.7.10 revision 0 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:16:38 UTC 2016 - psimons@suse.com diff --git a/ghc-Glob.spec b/ghc-Glob.spec index 6c3acbb..829589b 100644 --- a/ghc-Glob.spec +++ b/ghc-Glob.spec @@ -19,7 +19,7 @@ %global pkg_name Glob %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.9 +Version: 0.7.10 Release: 0 Summary: Globbing library License: BSD-3-Clause @@ -27,7 +27,6 @@ Group: System/Libraries 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 -# Begin cabal-rpm deps: BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-dlist-devel @@ -44,7 +43,6 @@ BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-hunit-devel BuildRequires: ghc-test-framework-quickcheck2-devel %endif -# End cabal-rpm deps %description A library for globbing: matching patterns against file paths. @@ -73,9 +71,7 @@ This package provides the Haskell %{pkg_name} library development files. %check -%if %{with tests} -%{cabal} test -%endif +%cabal_test %post devel