commit ghc-gitrev for openSUSE:Factory

2020-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2020-09-15 16:17:58

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new.4249 (New)


Package is "ghc-gitrev"

Tue Sep 15 16:17:58 2020 rev:9 rq:833283 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2020-01-03 
17:35:30.403250153 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new.4249/ghc-gitrev.changes  
2020-09-15 16:18:02.230009328 +0200
@@ -1,0 +2,5 @@
+Fri Sep  4 10:49:28 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.ZL6oq2/_old  2020-09-15 16:18:04.838011743 +0200
+++ /var/tmp/diff_new_pack.ZL6oq2/_new  2020-09-15 16:18:04.838011743 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-gitrev
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,7 +48,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-gitrev for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2017-08-31 20:51:08

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new (New)


Package is "ghc-gitrev"

Thu Aug 31 20:51:08 2017 rev:3 rq:513254 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2016-07-20 
09:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new/ghc-gitrev.changes   
2017-08-31 20:51:09.940067520 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:06:02 UTC 2017 - psim...@suse.com
+
+- Update to version 1.3.1.
+
+---

Old:

  gitrev-1.2.0.tar.gz

New:

  gitrev-1.3.1.tar.gz



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.nIZOVt/_old  2017-08-31 20:51:11.147897974 +0200
+++ /var/tmp/diff_new_pack.nIZOVt/_new  2017-08-31 20:51:11.151897413 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-gitrev
 #
-# 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
@@ -18,22 +18,21 @@
 
 %global pkg_name gitrev
 Name:   ghc-%{pkg_name}
-Version:1.2.0
+Version:1.3.1
 Release:0
 Summary:Compile git revision info into Haskell projects
 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-base-compat-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Some handy Template Haskell splices for including the current git hash and
@@ -54,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ gitrev-1.2.0.tar.gz -> gitrev-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitrev-1.2.0/gitrev.cabal 
new/gitrev-1.3.1/gitrev.cabal
--- old/gitrev-1.2.0/gitrev.cabal   2016-01-11 23:53:59.0 +0100
+++ new/gitrev-1.3.1/gitrev.cabal   2017-03-17 03:34:52.0 +0100
@@ -1,5 +1,5 @@
 name:gitrev
-version: 1.2.0
+version: 1.3.1
 synopsis:Compile git revision info into Haskell projects
 homepage:https://github.com/acfoltzer/gitrev
 license: BSD3
@@ -9,6 +9,7 @@
 category:Development
 build-type:  Simple
 cabal-version:   >=1.10
+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2
 description: Some handy Template Haskell splices for including the 
current git hash and branch in the code of your project. Useful for including 
in panic messages, @--version@ output, or diagnostic info for more informative 
bug reports.
 
 source-repository head
@@ -17,10 +18,12 @@
 
 library
   build-depends:   base >= 4.6 && < 5,
+   base-compat >= 0.6.0,
directory,
filepath,
template-haskell,
process
   hs-source-dirs:  src
+  ghc-options: -Wall
   default-language:Haskell2010
   exposed-modules: Development.GitRev
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitrev-1.2.0/src/Development/GitRev.hs 
new/gitrev-1.3.1/src/Development/GitRev.hs
--- old/gitrev-1.2.0/src/Development/GitRev.hs  2016-01-11 23:53:59.0 
+0100
+++ new/gitrev-1.3.1/src/Development/GitRev.hs  2017-03-17 03:34:52.0 
+0100
@@ -1,3 +1,6 @@
+{-# LANGUAGE LambdaCase #-}
+{-# LANGUAGE MultiWayIf #-}
+
 -- |
 -- Module  :  $Header$
 -- Copyright   :  (c) 2015 Adam C. Foltzer
@@ -29,9 +32,16 @@
 -- > % cabal exec runhaskell Example.hs
 -- > Example.hs: [panic master@2ae047ba5e4a6f0f3e705a43615363ac006099c1 (Mon 
Jan 11 11:50:59 2016 -0800) (14 commits in HEAD) (uncommitted files present)] 
oh no!
 
-module Development.GitRev (gitHash, gitBranch, gitDirty, gitCommitCount, 
gitCommitDate) where
+module Develo

commit ghc-gitrev for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2016-07-20 09:21:32

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new (New)


Package is "ghc-gitrev"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2015-11-26 
17:02:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new/ghc-gitrev.changes   
2016-07-20 09:21:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:07:18 UTC 2016 - psim...@suse.com
+
+- Update to version 1.2.0 revision 0 with cabal2obs.
+
+---

Old:

  gitrev-1.1.0.tar.gz

New:

  gitrev-1.2.0.tar.gz



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.HOIr1w/_old  2016-07-20 09:21:38.0 +0200
+++ /var/tmp/diff_new_pack.HOIr1w/_new  2016-07-20 09:21:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-gitrev
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,26 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name gitrev
 
-Name:   ghc-gitrev
-Version:1.1.0
+%global pkg_name gitrev
+Name:   ghc-%{pkg_name}
+Version:1.2.0
 Release:0
 Summary:Compile git revision info into Haskell projects
-Group:  System/Libraries
-
 License:BSD-3-Clause
+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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-process-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -42,19 +40,17 @@
 branch in the code of your project. Useful for including in panic messages,
 '--version' output, or diagnostic info for more informative bug reports.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -70,18 +66,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++ gitrev-1.1.0.tar.gz -> gitrev-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitrev-1.1.0/gitrev.cabal 
new/gitrev-1.2.0/gitrev.cabal
--- old/gitrev-1.1.0/gitrev.cabal   2015-08-11 19:40:20.0 +0200
+++ new/gitrev-1.2.0/gitrev.cabal   2016-01-11 23:53:59.0 +0100
@@ -1,5 +1,5 @@
 name:gitrev
-version: 1.1.0
+version: 1.2.0
 synopsis:Compile git revision info into Haskell projects
 homepage:https://github.com/acfoltzer/gitrev
 license: BSD3
@@ -16,7 +16,7 @@
   location: https://github.com/acfoltzer/gitrev.git
 
 library
-  build-depends:   base >= 4.7 && < 5,
+  build-depends:   base >= 4.6 && < 5,
directory,
filepath,
template-haskell,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitrev-1.1.0/src/Development/GitRev.hs 
new/gitrev-1.2.0/src/Development/GitRev.hs
--- old/gitrev-1.1.0/src/Development/GitRev.hs  2015-08-11 19:40:20.0 
+0200
+++ new/gitrev-1.2.0/src/Development/GitRev.hs  2016-01-11 23:53:59.0 
+0100
@@ -18,6 +18,7 @@
 -- > panic msg = error panicMsg
 -- >   where panicMsg =
 -- >   concat [ "[panic ", $(gitBranch), "@", $(gitHash)
+-- >  , " (", $(gitCommitDate), ")"
 -- >  , " (", $(gitCommitCount), " commits in HEAD)"
 -- >   

commit ghc-gitrev for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2018-05-30 12:18:59

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new (New)


Package is "ghc-gitrev"

Wed May 30 12:18:59 2018 rev:5 rq:609786 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2017-09-15 
21:41:56.424823490 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new/ghc-gitrev.changes   
2018-05-30 12:25:47.149379262 +0200
@@ -1,0 +2,5 @@
+Wed May 16 13:06:55 UTC 2018 - psim...@suse.com
+
+- Prefer the new %license attribute over %doc.
+
+---



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.VbC9KF/_old  2018-05-30 12:25:47.977351743 +0200
+++ /var/tmp/diff_new_pack.VbC9KF/_new  2018-05-30 12:25:47.977351743 +0200
@@ -65,7 +65,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 




commit ghc-gitrev for openSUSE:Factory

2020-01-03 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2020-01-03 17:35:17

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new.6675 (New)


Package is "ghc-gitrev"

Fri Jan  3 17:35:17 2020 rev:8 rq:760283 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2018-10-25 
08:26:04.475809538 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new.6675/ghc-gitrev.changes  
2020-01-03 17:35:30.403250153 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 06:42:07 UTC 2019 - psim...@suse.com
+
+- Drop obsolete group attributes.
+
+---



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.4BaNRp/_old  2020-01-03 17:35:30.943250430 +0100
+++ /var/tmp/diff_new_pack.4BaNRp/_new  2020-01-03 17:35:30.943250430 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-gitrev
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,7 +22,6 @@
 Release:0
 Summary:Compile git revision info into Haskell projects
 License:BSD-3-Clause
-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
@@ -40,7 +39,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}




commit ghc-gitrev for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2017-09-15 21:41:56

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new (New)


Package is "ghc-gitrev"

Fri Sep 15 21:41:56 2017 rev:4 rq:524578 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2017-08-31 
20:51:09.940067520 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new/ghc-gitrev.changes   
2017-09-15 21:41:56.424823490 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.lnfF6k/_old  2017-09-15 21:41:56.960747984 +0200
+++ /var/tmp/diff_new_pack.lnfF6k/_new  2017-09-15 21:41:56.960747984 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Compile git revision info into Haskell projects
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
 BuildRequires:  ghc-base-compat-devel
@@ -32,7 +32,6 @@
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Some handy Template Haskell splices for including the current git hash and
@@ -41,7 +40,7 @@
 
 %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}
@@ -66,10 +65,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-gitrev for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2018-07-24 17:19:04

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new (New)


Package is "ghc-gitrev"

Tue Jul 24 17:19:04 2018 rev:6 rq:623778 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2018-05-30 
12:25:47.149379262 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new/ghc-gitrev.changes   
2018-07-24 17:19:07.775049411 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:25 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -25 +30,0 @@
-



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.QBv2ca/_old  2018-07-24 17:19:08.275050053 +0200
+++ /var/tmp/diff_new_pack.QBv2ca/_new  2018-07-24 17:19:08.279050059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-gitrev
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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




commit ghc-gitrev for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package ghc-gitrev for openSUSE:Factory 
checked in at 2018-10-25 08:26:00

Comparing /work/SRC/openSUSE:Factory/ghc-gitrev (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-gitrev.new (New)


Package is "ghc-gitrev"

Thu Oct 25 08:26:00 2018 rev:7 rq:643399 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-gitrev/ghc-gitrev.changes2018-07-24 
17:19:07.775049411 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-gitrev.new/ghc-gitrev.changes   
2018-10-25 08:26:04.475809538 +0200
@@ -1,0 +2,5 @@
+Sat Oct 20 11:31:33 UTC 2018 - Peter Simons 
+
+- Use https URL to refer to bugs.opensuse.org.
+
+---



Other differences:
--
++ ghc-gitrev.spec ++
--- /var/tmp/diff_new_pack.9huaqe/_old  2018-10-25 08:26:05.011809292 +0200
+++ /var/tmp/diff_new_pack.9huaqe/_new  2018-10-25 08:26:05.015809290 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #