From 54ab09e60dda5dc4a9b7ee99881bff1ae9ad19e48aae8bc68d4152e643849852 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 18:25:27 +0000 Subject: [PATCH 1/6] Synchronize builds with devel:languages:haskell:lts:7. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=2 --- ghc-logict.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ghc-logict.spec b/ghc-logict.spec index 73455ca..73de42d 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -22,15 +22,13 @@ Version: 0.6.0.2 Release: 0 Summary: A backtracking logic-programming monad 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 -# Begin cabal-rpm deps: BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description A continuation-based, backtracking, logic programming monad. An adaptation of @@ -52,15 +50,12 @@ 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 - %post devel %ghc_pkg_recache From 71b5410812b6efce37761d75cc62d0912c6d5af521b38b0345a60d039c998261 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 18:11:15 +0000 Subject: [PATCH 2/6] synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=4 --- ghc-logict.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-logict.spec b/ghc-logict.spec index 73de42d..284af0e 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-logict # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 99ff861b26201b17605edb88131a38b37adc15ee5d8e44157894ac3c4f9f9079 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:11:43 +0000 Subject: [PATCH 3/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-logict revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=5 --- ghc-logict.changes | 5 +++++ ghc-logict.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-logict.changes b/ghc-logict.changes index 6a3f8a8..4565c64 100644 --- a/ghc-logict.changes +++ b/ghc-logict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + ------------------------------------------------------------------- Sun Jul 10 17:30:12 UTC 2016 - psimons@suse.com diff --git a/ghc-logict.spec b/ghc-logict.spec index 284af0e..eec0f52 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -28,7 +28,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A continuation-based, backtracking, logic programming monad. An adaptation of @@ -63,10 +62,8 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %changelog From 5c2e35e66402c1f5870819ed643db4b8825b1a5f5ac8cc2e8b229b2396931e63 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 08:59:39 +0000 Subject: [PATCH 4/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-logict revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=6 --- ghc-logict.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-logict.spec b/ghc-logict.spec index eec0f52..f250a8c 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -22,7 +22,7 @@ Version: 0.6.0.2 Release: 0 Summary: A backtracking logic-programming monad License: BSD-3-Clause -Group: Development/Languages/Other +Group: Development/Languages/Haskell 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 @@ -37,7 +37,7 @@ Interleaving, and Terminating Monad Transformers" available here: %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} From 749890184c614005154d76d9da0e9c15dabb32431cefc34cff5664280098157c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 14:01:07 +0000 Subject: [PATCH 5/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-logict revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=7 --- ghc-logict.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-logict.spec b/ghc-logict.spec index f250a8c..ccc99d3 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -23,7 +23,7 @@ Release: 0 Summary: A backtracking logic-programming monad License: BSD-3-Clause Group: Development/Languages/Haskell -Url: https://hackage.haskell.org/package/%{pkg_name} +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 BuildRequires: ghc-mtl-devel From 0075809700e843cd5c7192dfd58785ad5addd900a86889dba7463e3010a48355 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 13:51:31 +0000 Subject: [PATCH 6/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-logict revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=8 --- ghc-logict.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-logict.spec b/ghc-logict.spec index ccc99d3..f67d399 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -22,7 +22,7 @@ Version: 0.6.0.2 Release: 0 Summary: A backtracking logic-programming monad License: BSD-3-Clause -Group: Development/Languages/Haskell +Group: Development/Libraries/Haskell 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