From ea5d1d64fa298adba661156e9e20385f62e05414bda2d6a5fc0aae7245604a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:40:14 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-case-insensitive revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=48 --- ghc-case-insensitive.changes | 129 +---------------------------------- 1 file changed, 2 insertions(+), 127 deletions(-) diff --git a/ghc-case-insensitive.changes b/ghc-case-insensitive.changes index f68c514..051258a 100644 --- a/ghc-case-insensitive.changes +++ b/ghc-case-insensitive.changes @@ -1,130 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:23 UTC 2019 - Peter Simons +Wed Aug 28 17:31:16 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add case-insensitive at version 1.2.1.0. -------------------------------------------------------------------- -Mon May 6 02:01:36 UTC 2019 - psimons@suse.com - -- Update case-insensitive to version 1.2.1.0. - 1.2.1.0 - - * Add traverse - -------------------------------------------------------------------- -Sat Oct 20 11:31:16 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Wed Jul 18 14:26:17 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Update case-insensitive to version 1.2.0.11. - * Dropped upper version bounds of dependencies because it's to - much work to maintain. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Wed May 31 14:01:06 UTC 2017 - psimons@suse.com - -- Update to version 1.2.0.10. - -------------------------------------------------------------------- -Mon Apr 24 12:26:22 UTC 2017 - psimons@suse.com - -- Update to version 1.2.0.9 with cabal2obs. - -------------------------------------------------------------------- -Mon Feb 20 08:42:19 UTC 2017 - psimons@suse.com - -- Update to version 1.2.0.8 with cabal2obs. - -------------------------------------------------------------------- -Mon Jul 25 11:21:37 UTC 2016 - psimons@suse.com - -- Update to version 1.2.0.7 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:08:41 UTC 2016 - psimons@suse.com - -- Update to version 1.2.0.6 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Wed Mar 16 09:12:05 UTC 2016 - mimi.vx@gmail.com - -- update to 1.2.0.6 -* Add Semigroup s => Semigroup (CI s) instance - -------------------------------------------------------------------- -Sun Oct 4 16:29:15 UTC 2015 - mimi.vx@gmail.com - -- update to 1.2.0.5 -* Support HUnit-1.3 -* Support criterion-1.1 - -------------------------------------------------------------------- -Mon Apr 13 08:05:41 UTC 2015 - mimi.vx@gmail.com - -- update to 1.2.0.4 -* Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17 -* Bump base and deepseq upper bounds for GHC 7.10 compatibility -* Add case-insensitive.nix and default.nix -* Fix #14: Build failure with GHC 7.2.2 -* Fix #8: Don't unnecessarily use NoImplicitPrelude -* Solved warnings on GHC-7.8.3 -* Bump text upper version bounds -* Derived a Data instance for CI - -------------------------------------------------------------------- -Tue Sep 9 20:24:56 UTC 2014 - peter.trommler@ohm-hochschule.de - -- update to 1.1.0.3 -* no changelog -* for Haskell Platform 2014.2.0.0 - -------------------------------------------------------------------- -Tue Sep 2 08:52:04 UTC 2014 - peter.trommler@ohm-hochschule.de - -- regenerate spec file - -------------------------------------------------------------------- -Sat Aug 23 00:08:45 UTC 2014 - peter.trommler@ohm-hochschule.de - -- enable PowerPC builds - -------------------------------------------------------------------- -Tue May 7 14:17:19 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 1.0.0.1 from upstream -* modifications requested for Haskell Platform -* support for hashable 1.2 -* improved performance for byte strings -- part of Haskell Platform 2013.2 -- more transparent packaging (fewer macros) - -------------------------------------------------------------------- -Sat Jun 9 10:26:44 UTC 2012 - peter.trommler@ohm-hochschule.de - -- packaged LICENSE file -- added copyright notice -- dropped rpmlintrc - -------------------------------------------------------------------- -Fri Mar 30 16:03:36 UTC 2012 - peter.trommler@ohm-hochschule.de - -- Fixed typo in BR. - -------------------------------------------------------------------- -Fri Mar 30 14:59:03 UTC 2012 - peter.trommler@ohm-hochschule.de - -- Initial packaging. From d86fc064e872901861670ab9e4c77db09912ece34881150ff4adcf5bfc447134 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:01:55 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-case-insensitive revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=49 --- ghc-case-insensitive.changes | 129 ++++++++++++++++++++++++++++++++++- 1 file changed, 127 insertions(+), 2 deletions(-) diff --git a/ghc-case-insensitive.changes b/ghc-case-insensitive.changes index 051258a..f68c514 100644 --- a/ghc-case-insensitive.changes +++ b/ghc-case-insensitive.changes @@ -1,5 +1,130 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:16 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:23 UTC 2019 - Peter Simons -- Add case-insensitive at version 1.2.1.0. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Mon May 6 02:01:36 UTC 2019 - psimons@suse.com + +- Update case-insensitive to version 1.2.1.0. + 1.2.1.0 + + * Add traverse + +------------------------------------------------------------------- +Sat Oct 20 11:31:16 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Wed Jul 18 14:26:17 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update case-insensitive to version 1.2.0.11. + * Dropped upper version bounds of dependencies because it's to + much work to maintain. + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Wed May 31 14:01:06 UTC 2017 - psimons@suse.com + +- Update to version 1.2.0.10. + +------------------------------------------------------------------- +Mon Apr 24 12:26:22 UTC 2017 - psimons@suse.com + +- Update to version 1.2.0.9 with cabal2obs. + +------------------------------------------------------------------- +Mon Feb 20 08:42:19 UTC 2017 - psimons@suse.com + +- Update to version 1.2.0.8 with cabal2obs. + +------------------------------------------------------------------- +Mon Jul 25 11:21:37 UTC 2016 - psimons@suse.com + +- Update to version 1.2.0.7 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:08:41 UTC 2016 - psimons@suse.com + +- Update to version 1.2.0.6 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Wed Mar 16 09:12:05 UTC 2016 - mimi.vx@gmail.com + +- update to 1.2.0.6 +* Add Semigroup s => Semigroup (CI s) instance + +------------------------------------------------------------------- +Sun Oct 4 16:29:15 UTC 2015 - mimi.vx@gmail.com + +- update to 1.2.0.5 +* Support HUnit-1.3 +* Support criterion-1.1 + +------------------------------------------------------------------- +Mon Apr 13 08:05:41 UTC 2015 - mimi.vx@gmail.com + +- update to 1.2.0.4 +* Fixed #17: https://github.com/basvandijk/case-insensitive/issues/17 +* Bump base and deepseq upper bounds for GHC 7.10 compatibility +* Add case-insensitive.nix and default.nix +* Fix #14: Build failure with GHC 7.2.2 +* Fix #8: Don't unnecessarily use NoImplicitPrelude +* Solved warnings on GHC-7.8.3 +* Bump text upper version bounds +* Derived a Data instance for CI + +------------------------------------------------------------------- +Tue Sep 9 20:24:56 UTC 2014 - peter.trommler@ohm-hochschule.de + +- update to 1.1.0.3 +* no changelog +* for Haskell Platform 2014.2.0.0 + +------------------------------------------------------------------- +Tue Sep 2 08:52:04 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerate spec file + +------------------------------------------------------------------- +Sat Aug 23 00:08:45 UTC 2014 - peter.trommler@ohm-hochschule.de + +- enable PowerPC builds + +------------------------------------------------------------------- +Tue May 7 14:17:19 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 1.0.0.1 from upstream +* modifications requested for Haskell Platform +* support for hashable 1.2 +* improved performance for byte strings +- part of Haskell Platform 2013.2 +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- +Sat Jun 9 10:26:44 UTC 2012 - peter.trommler@ohm-hochschule.de + +- packaged LICENSE file +- added copyright notice +- dropped rpmlintrc + +------------------------------------------------------------------- +Fri Mar 30 16:03:36 UTC 2012 - peter.trommler@ohm-hochschule.de + +- Fixed typo in BR. + +------------------------------------------------------------------- +Fri Mar 30 14:59:03 UTC 2012 - peter.trommler@ohm-hochschule.de + +- Initial packaging. From ca0bdd23ab1f840f941c0273bfc7b8f2d9f29f24d44e125a747932f89640eda8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 10:56:22 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-case-insensitive revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=50 --- ghc-case-insensitive.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-case-insensitive.spec b/ghc-case-insensitive.spec index 2d89c63..438934b 100644 --- a/ghc-case-insensitive.spec +++ b/ghc-case-insensitive.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-case-insensitive # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 4fc1c081489e40f17dee05726975e55e9698da53610285f073c70594b2be2117 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 11:28:38 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-case-insensitive revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=51 --- ghc-case-insensitive.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-case-insensitive.changes b/ghc-case-insensitive.changes index f68c514..81a3567 100644 --- a/ghc-case-insensitive.changes +++ b/ghc-case-insensitive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 16 11:13:52 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:13:23 UTC 2019 - Peter Simons