automatic version update by autodist [release 1.0.10-1mamba;Mon Jul 29 2024]

This commit is contained in:
Automatic Build System 2024-07-30 22:38:07 +02:00
parent 885f6a7cf4
commit 925844b346
2 changed files with 4 additions and 16 deletions

View File

@ -1,13 +0,0 @@
--- cabal-doctest-1.0.9/cabal-doctest.cabal.orig 2023-12-03 14:45:26.764013320 +0100
+++ cabal-doctest-1.0.9/cabal-doctest.cabal 2023-12-03 14:45:40.760055830 +0100
@@ -44,8 +44,8 @@
other-modules:
other-extensions:
build-depends:
- base >=4.3 && <4.17
- , Cabal >=1.10 && <3.8
+ base >=4.3 && <4.18
+ , Cabal >=1.10 && <3.12
, directory
, filepath

View File

@ -2,7 +2,7 @@
%define pkg_name %(echo %name | sed "s|^ghc-||") %define pkg_name %(echo %name | sed "s|^ghc-||")
Name: ghc-cabal-doctest Name: ghc-cabal-doctest
Version: 1.0.9 Version: 1.0.10
Release: 1mamba Release: 1mamba
Summary: A GHC Setup.hs helper for running doctests Summary: A GHC Setup.hs helper for running doctests
Group: Development/Libraries Group: Development/Libraries
@ -11,7 +11,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source: https://hackage.haskell.org/package/cabal-doctest-%{version}/cabal-doctest-%{version}.tar.gz Source: https://hackage.haskell.org/package/cabal-doctest-%{version}/cabal-doctest-%{version}.tar.gz
Patch0: ghc-cabal-doctest-1.0.9-Cabal-3.10.2.1.patch
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
@ -50,7 +49,6 @@ This package provides the Haskell %{pkg_name} library documentation.
%prep %prep
%setup -q -n cabal-doctest-%{version} %setup -q -n cabal-doctest-%{version}
%patch 0 -p1
%build %build
%ghc_lib_build %ghc_lib_build
@ -78,5 +76,8 @@ rm -f %{buildroot}%{_ghclicensedir}/%{name}/LICENSE
%endif %endif
%changelog %changelog
* Mon Jul 29 2024 Automatic Build System <autodist@openmamba.org> 1.0.10-1mamba
- automatic version update by autodist
* Sat Dec 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.9-1mamba * Sat Dec 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.9-1mamba
- package created using the webbuild interface - package created using the webbuild interface