From f99bb0d88d20abeec7207e845ff52a708512cc9edb924bff018f8a46d748818f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 18:31:12 +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-neat-interpolation?expand=0&rev=3 --- ghc-neat-interpolation.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index fbddeeb..01ce094 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -23,7 +23,7 @@ Version: 0.3.2.1 Release: 0 Summary: A quasiquoter for neat and simple multiline text interpolation License: MIT -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 @@ -57,19 +57,15 @@ files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %cabal_test - %post devel %ghc_pkg_recache From e5e4458278610b2b5128b54e350d65d621edad3e4fde183250d9c96c726bb4b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Feb 2017 18:16:09 +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-neat-interpolation?expand=0&rev=5 --- ghc-neat-interpolation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index 01ce094..0d749ba 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-neat-interpolation # -# 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 183b4d335c2b905d844e2830b736cd90fe9bb865fbfbf5b8fcf2e4105e76fc88 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 5 Aug 2017 02:12:30 +0000 Subject: [PATCH 3/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-neat-interpolation revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=6 --- ghc-neat-interpolation.changes | 5 +++++ ghc-neat-interpolation.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-neat-interpolation.changes b/ghc-neat-interpolation.changes index 0f58363..c9ae566 100644 --- a/ghc-neat-interpolation.changes +++ b/ghc-neat-interpolation.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. + ------------------------------------------------------------------- Fri Jul 22 06:00:28 UTC 2016 - psimons@suse.com diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index 0d749ba..ebec2d1 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -32,7 +32,6 @@ BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-text-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-HTF-devel %endif @@ -73,10 +72,8 @@ files. %ghc_pkg_recache %files -f %{name}.files -%defattr(-,root,root,-) %doc LICENSE %files devel -f %{name}-devel.files -%defattr(-,root,root,-) %changelog From dbd772ead6e9f2ea8c818cd815d216af56e02693a825306e890cb57304a9ba5d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2017 09:01:11 +0000 Subject: [PATCH 4/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-neat-interpolation revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=7 --- ghc-neat-interpolation.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index ebec2d1..577a713 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -23,7 +23,7 @@ Version: 0.3.2.1 Release: 0 Summary: A quasiquoter for neat and simple multiline text interpolation License: MIT -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 @@ -43,7 +43,7 @@ accurately manages the indentation of all lines of the interpolated variables. %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 bce1d9ed67b25c74531e61c3d2edcfb20e49333c0340f947c9349b52362cb5c9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Aug 2017 14:02:05 +0000 Subject: [PATCH 5/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-neat-interpolation revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=8 --- ghc-neat-interpolation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index 577a713..387cb9c 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -24,7 +24,7 @@ Release: 0 Summary: A quasiquoter for neat and simple multiline text interpolation License: MIT 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-base-prelude-devel From 9fb17130cf9160dbf3b0562b79b98c7b352cd2dccb75e00327d70ea13168ef8f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 13:55:01 +0000 Subject: [PATCH 6/6] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-neat-interpolation revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=9 --- ghc-neat-interpolation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec index 387cb9c..72f910a 100644 --- a/ghc-neat-interpolation.spec +++ b/ghc-neat-interpolation.spec @@ -23,7 +23,7 @@ Version: 0.3.2.1 Release: 0 Summary: A quasiquoter for neat and simple multiline text interpolation License: MIT -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