Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-digest"

Tue Apr  4 21:19:44 2023 rev:15 rq:1075855 version:0.0.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-digest/ghc-digest.changes    2023-01-28 
18:51:50.780840439 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-digest.new.19717/ghc-digest.changes 
2023-04-04 21:19:53.412987582 +0200
@@ -1,0 +2,21 @@
+Thu Mar 30 17:06:36 UTC 2023 - Peter Simons <[email protected]>
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+-------------------------------------------------------------------
+Sun Mar 12 14:11:03 UTC 2023 - Peter Simons <[email protected]>
+
+- Update digest to version 0.0.1.7.
+  ## 0.0.1.7 — 5th March 2023
+
+  - Don't use 'pkg-config' to locate zlib on FreeBSD (Thanks to @arrowd): 
<https://github.com/TeofilC/digest/pull/13>
+
+-------------------------------------------------------------------
+Sun Mar  5 21:35:54 UTC 2023 - Peter Simons <[email protected]>
+
+- Update digest to version 0.0.1.6.
+  ## 0.0.1.6 — 5th March 2023
+
+  - Introduce 'pkg-config' cabal flag (Thanks to @jonathanlking): 
<https://github.com/TeofilC/digest/pull/11>
+
+-------------------------------------------------------------------

Old:
----
  digest-0.0.1.5.tar.gz

New:
----
  digest-0.0.1.7.tar.gz

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

Other differences:
------------------
++++++ ghc-digest.spec ++++++
--- /var/tmp/diff_new_pack.3eALir/_old  2023-04-04 21:19:54.612995233 +0200
+++ /var/tmp/diff_new_pack.3eALir/_new  2023-04-04 21:19:54.616995258 +0200
@@ -17,15 +17,19 @@
 
 
 %global pkg_name digest
+%global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.0.1.5
+Version:        0.0.1.7
 Release:        0
 Summary:        Various hashes for bytestrings; CRC32 and Adler32 for now
 License:        BSD-2-Clause
 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-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(zlib)
@@ -48,6 +52,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}
 
@@ -69,4 +89,9 @@
 %files devel -f %{name}-devel.files
 %doc CHANGELOG.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

++++++ digest-0.0.1.5.tar.gz -> digest-0.0.1.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/digest-0.0.1.5/CHANGELOG.md 
new/digest-0.0.1.7/CHANGELOG.md
--- old/digest-0.0.1.5/CHANGELOG.md     2001-09-09 03:46:40.000000000 +0200
+++ new/digest-0.0.1.7/CHANGELOG.md     2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,13 @@
 # Changelog
 
+## 0.0.1.7 — 5th March 2023
+
+- Don't use 'pkg-config' to locate zlib on FreeBSD (Thanks to @arrowd): 
<https://github.com/TeofilC/digest/pull/13>
+
+## 0.0.1.6 — 5th March 2023
+
+- Introduce 'pkg-config' cabal flag (Thanks to @jonathanlking): 
<https://github.com/TeofilC/digest/pull/11>
+
 ## 0.0.1.5 — 24th Jan 2023
 
 - Correct license field in .cabal file (Thanks to @juhp): 
<https://github.com/TeofilC/digest/pull/9>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/digest-0.0.1.5/digest.cabal 
new/digest-0.0.1.7/digest.cabal
--- old/digest-0.0.1.5/digest.cabal     2001-09-09 03:46:40.000000000 +0200
+++ new/digest-0.0.1.7/digest.cabal     2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:            digest
-version:         0.0.1.5
+version:         0.0.1.7
 copyright:       (c) 2009 Eugene Kirpichov
 license:         BSD2
 license-file:    LICENSE
@@ -25,6 +25,11 @@
   testing/trivial.hs
   CHANGELOG.md
 
+flag pkg-config
+  default:     True
+  manual:      True
+  description: Use @pkg-config(1)@ to locate @zlib@ library.
+
 source-repository head
   type: git
   location: https://github.com/TeofilC/digest
@@ -39,7 +44,7 @@
     , bytestring >= 0.9 && < 0.12
   includes:        zlib.h
   ghc-options:     -Wall
-  if !os(windows)
+  if flag(pkg-config) && !os(windows) && !os(freebsd)
     pkgconfig-depends: zlib
   else
     build-depends: zlib

Reply via email to