Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-githash for openSUSE:Factory checked in at 2023-01-18 13:09:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-githash (Old) and /work/SRC/openSUSE:Factory/.ghc-githash.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-githash" Wed Jan 18 13:09:54 2023 rev:8 rq:1059071 version:0.1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-githash/ghc-githash.changes 2021-10-12 21:50:17.243951951 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-githash.new.32243/ghc-githash.changes 2023-01-18 13:10:08.544583244 +0100 @@ -1,0 +2,8 @@ +Sun Oct 23 11:38:35 UTC 2022 - Peter Simons <[email protected]> + +- Update githash to version 0.1.6.3. + ## 0.1.6.3 + + * Specify protocol.file.allow=always for latest git [#28](https://github.com/snoyberg/githash/pull/28) + +------------------------------------------------------------------- Old: ---- githash-0.1.6.2.tar.gz New: ---- githash-0.1.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-githash.spec ++++++ --- /var/tmp/diff_new_pack.JkYuVK/_old 2023-01-18 13:10:11.152598704 +0100 +++ /var/tmp/diff_new_pack.JkYuVK/_new 2023-01-18 13:10:11.156598728 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-githash # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name githash %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.6.2 +Version: 0.1.6.3 Release: 0 Summary: Compile git revision info into Haskell projects License: BSD-3-Clause ++++++ githash-0.1.6.2.tar.gz -> githash-0.1.6.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/githash-0.1.6.2/ChangeLog.md new/githash-0.1.6.3/ChangeLog.md --- old/githash-0.1.6.2/ChangeLog.md 2021-09-19 07:27:50.000000000 +0200 +++ new/githash-0.1.6.3/ChangeLog.md 2022-10-23 13:37:03.000000000 +0200 @@ -1,5 +1,9 @@ # ChangeLog for githash +## 0.1.6.3 + +* Specify protocol.file.allow=always for latest git [#28](https://github.com/snoyberg/githash/pull/28) + ## 0.1.6.2 * Fixed bugs; now this library's Template Haskell functions are much more diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/githash-0.1.6.2/githash.cabal new/githash-0.1.6.3/githash.cabal --- old/githash-0.1.6.2/githash.cabal 2021-09-19 07:27:57.000000000 +0200 +++ new/githash-0.1.6.3/githash.cabal 2022-10-23 13:37:11.000000000 +0200 @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4. +-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: githash -version: 0.1.6.2 +version: 0.1.6.3 synopsis: Compile git revision info into Haskell projects description: Please see the README and documentation at <https://www.stackage.org/package/githash> category: Development diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/githash-0.1.6.2/test/RepoWithASubmoduleSpec.hs new/githash-0.1.6.3/test/RepoWithASubmoduleSpec.hs --- old/githash-0.1.6.2/test/RepoWithASubmoduleSpec.hs 2021-09-19 07:27:50.000000000 +0200 +++ new/githash-0.1.6.3/test/RepoWithASubmoduleSpec.hs 2022-10-23 13:34:27.000000000 +0200 @@ -66,7 +66,7 @@ , "-m" , "Initial commit" ] - runGit1 ["submodule", "add", fp2, "2"] + runGit1 ["-c", "protocol.file.allow=always", "submodule", "add", fp2, "2"] runGit1 [ "-c" , "user.name='Test User'"
