Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-fast-logger for openSUSE:Factory 
checked in at 2023-04-04 21:19:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-fast-logger (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-fast-logger.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-fast-logger"

Tue Apr  4 21:19:57 2023 rev:27 rq:1075870 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-fast-logger/ghc-fast-logger.changes  
2022-02-11 23:10:44.839178129 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-fast-logger.new.19717/ghc-fast-logger.changes   
    2023-04-04 21:20:09.529090333 +0200
@@ -1,0 +2,20 @@
+Thu Mar 30 17:06:44 UTC 2023 - Peter Simons <[email protected]>
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+-------------------------------------------------------------------
+Mon Feb  6 05:43:48 UTC 2023 - Peter Simons <[email protected]>
+
+- Update fast-logger to version 3.1.2.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/fast-logger-3.1.2/src/ChangeLog.md
+
+-------------------------------------------------------------------
+Sun Jan 29 01:01:40 UTC 2023 - Peter Simons <[email protected]>
+
+- Update fast-logger to version 3.1.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

Old:
----
  fast-logger-3.1.1.tar.gz

New:
----
  fast-logger-3.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-fast-logger.spec ++++++
--- /var/tmp/diff_new_pack.mjI5IZ/_old  2023-04-04 21:20:10.025093495 +0200
+++ /var/tmp/diff_new_pack.mjI5IZ/_new  2023-04-04 21:20:10.033093546 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-fast-logger
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
 
 
 %global pkg_name fast-logger
+%global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        3.1.1
+Version:        3.1.2
 Release:        0
 Summary:        A fast logging system
 License:        BSD-3-Clause
@@ -27,18 +28,30 @@
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
+BuildRequires:  ghc-array-prof
 BuildRequires:  ghc-auto-update-devel
+BuildRequires:  ghc-auto-update-prof
+BuildRequires:  ghc-base-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-directory-prof
 BuildRequires:  ghc-easy-file-devel
+BuildRequires:  ghc-easy-file-prof
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-filepath-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-text-prof
 BuildRequires:  ghc-unix-compat-devel
+BuildRequires:  ghc-unix-compat-prof
 BuildRequires:  ghc-unix-time-devel
+BuildRequires:  ghc-unix-time-prof
 ExcludeArch:    %{ix86}
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
+BuildRequires:  ghc-hspec-prof
 %endif
 
 %description
@@ -54,6 +67,22 @@
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
+%package -n ghc-%{pkg_name}-doc
+Summary:        Haskell %{pkg_name} library documentation
+Requires:       ghc-filesystem
+BuildArch:      noarch
+
+%description -n ghc-%{pkg_name}-doc
+This package provides the Haskell %{pkg_name} library documentation.
+
+%package -n ghc-%{pkg_name}-prof
+Summary:        Haskell %{pkg_name} profiling library
+Requires:       ghc-%{pkg_name}-devel = %{version}-%{release}
+Supplements:    (ghc-%{pkg_name}-devel and ghc-prof)
+
+%description -n ghc-%{pkg_name}-prof
+This package provides the Haskell %{pkg_name} profiling library.
+
 %prep
 %autosetup -n %{pkg_name}-%{version}
 
@@ -78,4 +107,9 @@
 %files devel -f %{name}-devel.files
 %doc ChangeLog.md README.md
 
+%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
+%license LICENSE
+
+%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files
+
 %changelog

++++++ fast-logger-3.1.1.tar.gz -> fast-logger-3.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fast-logger-3.1.1/ChangeLog.md 
new/fast-logger-3.1.2/ChangeLog.md
--- old/fast-logger-3.1.1/ChangeLog.md  2001-09-09 03:46:40.000000000 +0200
+++ new/fast-logger-3.1.2/ChangeLog.md  2001-09-09 03:46:40.000000000 +0200
@@ -1,7 +1,14 @@
+## 3.1.2
+
+* Require unix-compat >= 0.2
+  [#206](https://github.com/kazu-yamamoto/logger/pull/206)
+* Remove Safe if directory >= 1.3.8
+  [#199](https://github.com/kazu-yamamoto/logger/pull/199)
+
 ## 3.1.1
 
 * More time-ordered logging functions
-  [#199](https://github.com/kazu-yamamoto/logger/pull/199
+  [#199](https://github.com/kazu-yamamoto/logger/pull/199)
 
 ## 3.1.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fast-logger-3.1.1/System/Log/FastLogger/File.hs 
new/fast-logger-3.1.2/System/Log/FastLogger/File.hs
--- old/fast-logger-3.1.1/System/Log/FastLogger/File.hs 2001-09-09 
03:46:40.000000000 +0200
+++ new/fast-logger-3.1.2/System/Log/FastLogger/File.hs 2001-09-09 
03:46:40.000000000 +0200
@@ -1,4 +1,7 @@
+{-# LANGUAGE CPP #-}
+#if !MIN_VERSION_directory(1,3,8)
 {-# LANGUAGE Safe #-}
+#endif
 
 module System.Log.FastLogger.File
     ( FileLogSpec(..)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fast-logger-3.1.1/fast-logger.cabal 
new/fast-logger-3.1.2/fast-logger.cabal
--- old/fast-logger-3.1.1/fast-logger.cabal     2001-09-09 03:46:40.000000000 
+0200
+++ new/fast-logger-3.1.2/fast-logger.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:                   fast-logger
-Version:                3.1.1
+Version:                3.1.2
 Author:                 Kazu Yamamoto <[email protected]>
 Maintainer:             Kazu Yamamoto <[email protected]>
 License:                BSD3
@@ -36,7 +36,7 @@
                       , filepath
                       , text
                       , unix-time >= 0.4.4
-                      , unix-compat
+                      , unix-compat >= 0.2
   if impl(ghc < 7.8)
       Build-Depends:    bytestring-builder
   if impl(ghc >= 8)

Reply via email to