From 8c6a3cde6798c52102d465936202d9af05965ff09e22aa4b3942f56b65deb1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:41:43 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-random revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=41 --- ghc-random.changes | 92 +--------------------------------------------- 1 file changed, 2 insertions(+), 90 deletions(-) diff --git a/ghc-random.changes b/ghc-random.changes index cf91009..d775dc6 100644 --- a/ghc-random.changes +++ b/ghc-random.changes @@ -1,93 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:14:30 UTC 2019 - Peter Simons +Tue May 21 15:36:04 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add random at version 1.1. -------------------------------------------------------------------- -Sat Oct 20 11:31:54 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Wed Jul 18 14:26:37 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Wed May 16 14:36:27 UTC 2018 - psimons@suse.com - -- Prefer the new %license attribute over %doc. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Thu Jan 26 16:20:16 UTC 2017 - psimons@suse.com - -- Update to version 1.1 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:13:32 UTC 2016 - psimons@suse.com - -- Update to version 1.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Thu Apr 9 17:25:19 UTC 2015 - mimi.vx@gmail.com - -- update to 1.1 - * breaking change to `randomIValInteger` to improve RNG quality and performance - * correct documentation about generated range of Int32 sized values of type Int - * fix memory leaks by using strict fields and strict atomicModifyIORef' - * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') - * fix C type in test suite https://github.com/haskell/random/pull/9 - -------------------------------------------------------------------- -Tue Sep 2 09:53:08 UTC 2014 - peter.trommler@ohm-hochschule.de - -- regenerate spec file - -------------------------------------------------------------------- -Sat Aug 23 00:18:32 UTC 2014 - peter.trommler@ohm-hochschule.de - -- enable PowerPC builds - -------------------------------------------------------------------- -Mon May 6 09:35:42 UTC 2013 - peter.trommler@ohm-hochschule.de - -- more transparent packaging (fewer macros) - -------------------------------------------------------------------- -Sun Dec 30 18:34:01 UTC 2012 - peter.trommler@ohm-hochschule.de - -- expand macro in name tag to help source validator - -------------------------------------------------------------------- -Sat Nov 17 14:38:03 UTC 2012 - peter.trommler@ohm-hochschule.de - -- make service localonly for Factory submission - -------------------------------------------------------------------- -Sun May 6 08:01:59 UTC 2012 - peter.trommler@ohm-hochschule.de - -- spec file template generated by cabal2spec-0.25.5 -- added copyright notice to spec file -- added summary and description to spec file - -------------------------------------------------------------------- -Fri Jan 6 15:18:40 UTC 2012 - peter.trommler@ohm-hochschule.de - -- Upgrade to 1.0.1.1 from upstream -- Enable hscolour - -------------------------------------------------------------------- -Mon Dec 5 15:08:48 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Add exclusive archs. - -------------------------------------------------------------------- -Mon Dec 5 15:06:42 UTC 2011 - peter.trommler@ohm-hochschule.de - -- Initial packaging. From 1e6bd6c64aa752948be5043d8408c9db0a327c8768e3e480917b3c85e7ed8ebe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:03:28 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-random revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=42 --- ghc-random.changes | 92 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 2 deletions(-) diff --git a/ghc-random.changes b/ghc-random.changes index d775dc6..cf91009 100644 --- a/ghc-random.changes +++ b/ghc-random.changes @@ -1,5 +1,93 @@ ------------------------------------------------------------------- -Tue May 21 15:36:04 UTC 2019 - psimons@suse.com +Fri Nov 8 16:14:30 UTC 2019 - Peter Simons -- Add random at version 1.1. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Sat Oct 20 11:31:54 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Wed Jul 18 14:26:37 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Wed May 16 14:36:27 UTC 2018 - psimons@suse.com + +- Prefer the new %license attribute over %doc. + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu Jan 26 16:20:16 UTC 2017 - psimons@suse.com + +- Update to version 1.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:13:32 UTC 2016 - psimons@suse.com + +- Update to version 1.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Thu Apr 9 17:25:19 UTC 2015 - mimi.vx@gmail.com + +- update to 1.1 + * breaking change to `randomIValInteger` to improve RNG quality and performance + * correct documentation about generated range of Int32 sized values of type Int + * fix memory leaks by using strict fields and strict atomicModifyIORef' + * support for base < 4.6 (which doesnt provide strict atomicModifyIORef') + * fix C type in test suite https://github.com/haskell/random/pull/9 + +------------------------------------------------------------------- +Tue Sep 2 09:53:08 UTC 2014 - peter.trommler@ohm-hochschule.de + +- regenerate spec file + +------------------------------------------------------------------- +Sat Aug 23 00:18:32 UTC 2014 - peter.trommler@ohm-hochschule.de + +- enable PowerPC builds + +------------------------------------------------------------------- +Mon May 6 09:35:42 UTC 2013 - peter.trommler@ohm-hochschule.de + +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- +Sun Dec 30 18:34:01 UTC 2012 - peter.trommler@ohm-hochschule.de + +- expand macro in name tag to help source validator + +------------------------------------------------------------------- +Sat Nov 17 14:38:03 UTC 2012 - peter.trommler@ohm-hochschule.de + +- make service localonly for Factory submission + +------------------------------------------------------------------- +Sun May 6 08:01:59 UTC 2012 - peter.trommler@ohm-hochschule.de + +- spec file template generated by cabal2spec-0.25.5 +- added copyright notice to spec file +- added summary and description to spec file + +------------------------------------------------------------------- +Fri Jan 6 15:18:40 UTC 2012 - peter.trommler@ohm-hochschule.de + +- Upgrade to 1.0.1.1 from upstream +- Enable hscolour + +------------------------------------------------------------------- +Mon Dec 5 15:08:48 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Add exclusive archs. + +------------------------------------------------------------------- +Mon Dec 5 15:06:42 UTC 2011 - peter.trommler@ohm-hochschule.de + +- Initial packaging. From f1bf4ea5345a7907ce280ca9db4ccc2db48a3ae0adc7079286945c8d39260463 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 10:57:19 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-random revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=43 --- ghc-random.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-random.spec b/ghc-random.spec index 459a3d7..66ec752 100644 --- a/ghc-random.spec +++ b/ghc-random.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-random # -# 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 429b98e1b1a08bfad9a94671cef49d7054a72cb832c8dff29ed51a6a222822f3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 11:28:55 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-random revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=44 --- ghc-random.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-random.changes b/ghc-random.changes index cf91009..b64f03a 100644 --- a/ghc-random.changes +++ b/ghc-random.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 16 11:14:30 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:14:30 UTC 2019 - Peter Simons