Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-persistent-sqlite for
openSUSE:Factory checked in at 2023-04-04 21:22:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent-sqlite (Old)
and /work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-sqlite"
Tue Apr 4 21:22:22 2023 rev:11 rq:1075994 version:2.13.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-persistent-sqlite/ghc-persistent-sqlite.changes
2023-01-28 18:52:08.564941518 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new.19717/ghc-persistent-sqlite.changes
2023-04-04 21:22:33.185921610 +0200
@@ -1,0 +2,5 @@
+Thu Mar 30 17:07:53 UTC 2023 - Peter Simons <[email protected]>
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent-sqlite.spec ++++++
--- /var/tmp/diff_new_pack.XTBaQa/_old 2023-04-04 21:22:33.769924916 +0200
+++ /var/tmp/diff_new_pack.XTBaQa/_new 2023-04-04 21:22:33.773924939 +0200
@@ -17,6 +17,7 @@
%global pkg_name persistent-sqlite
+%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.13.1.1
@@ -27,35 +28,62 @@
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
+BuildRequires: ghc-aeson-prof
+BuildRequires: ghc-base-devel
+BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-devel
+BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-conduit-devel
+BuildRequires: ghc-conduit-prof
BuildRequires: ghc-containers-devel
+BuildRequires: ghc-containers-prof
BuildRequires: ghc-microlens-th-devel
+BuildRequires: ghc-microlens-th-prof
BuildRequires: ghc-monad-logger-devel
+BuildRequires: ghc-monad-logger-prof
BuildRequires: ghc-mtl-devel
+BuildRequires: ghc-mtl-prof
BuildRequires: ghc-persistent-devel
+BuildRequires: ghc-persistent-prof
BuildRequires: ghc-resource-pool-devel
+BuildRequires: ghc-resource-pool-prof
BuildRequires: ghc-resourcet-devel
+BuildRequires: ghc-resourcet-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
+BuildRequires: ghc-text-prof
BuildRequires: ghc-time-devel
+BuildRequires: ghc-time-prof
BuildRequires: ghc-transformers-devel
+BuildRequires: ghc-transformers-prof
BuildRequires: ghc-unliftio-core-devel
+BuildRequires: ghc-unliftio-core-prof
BuildRequires: ghc-unordered-containers-devel
+BuildRequires: ghc-unordered-containers-prof
BuildRequires: glibc-devel
BuildRequires: sqlite3-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-HUnit-devel
+BuildRequires: ghc-HUnit-prof
BuildRequires: ghc-QuickCheck-devel
+BuildRequires: ghc-QuickCheck-prof
BuildRequires: ghc-exceptions-devel
+BuildRequires: ghc-exceptions-prof
BuildRequires: ghc-fast-logger-devel
+BuildRequires: ghc-fast-logger-prof
BuildRequires: ghc-hspec-devel
+BuildRequires: ghc-hspec-prof
BuildRequires: ghc-microlens-devel
+BuildRequires: ghc-microlens-prof
BuildRequires: ghc-persistent-test-devel
+BuildRequires: ghc-persistent-test-prof
BuildRequires: ghc-system-fileio-devel
+BuildRequires: ghc-system-fileio-prof
BuildRequires: ghc-system-filepath-devel
+BuildRequires: ghc-system-filepath-prof
BuildRequires: ghc-temporary-devel
+BuildRequires: ghc-temporary-prof
%endif
%description
@@ -75,6 +103,22 @@
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}
@@ -100,4 +144,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