diff --git a/ghc-cabal-doctest-1.0.9-Cabal-3.10.2.1.patch b/ghc-cabal-doctest-1.0.9-Cabal-3.10.2.1.patch deleted file mode 100644 index 71d299a..0000000 --- a/ghc-cabal-doctest-1.0.9-Cabal-3.10.2.1.patch +++ /dev/null @@ -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 - diff --git a/ghc-cabal-doctest.spec b/ghc-cabal-doctest.spec index a3fad49..b57cf32 100644 --- a/ghc-cabal-doctest.spec +++ b/ghc-cabal-doctest.spec @@ -2,7 +2,7 @@ %define pkg_name %(echo %name | sed "s|^ghc-||") Name: ghc-cabal-doctest -Version: 1.0.9 +Version: 1.0.10 Release: 1mamba Summary: A GHC Setup.hs helper for running doctests Group: Development/Libraries @@ -11,7 +11,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://hackage.haskell.org/package/%{pkg_name} 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 ## AUTOBUILDREQ-BEGIN BuildRequires: ghc-Cabal-devel @@ -50,7 +49,6 @@ This package provides the Haskell %{pkg_name} library documentation. %prep %setup -q -n cabal-doctest-%{version} -%patch 0 -p1 %build %ghc_lib_build @@ -78,5 +76,8 @@ rm -f %{buildroot}%{_ghclicensedir}/%{name}/LICENSE %endif %changelog +* Mon Jul 29 2024 Automatic Build System 1.0.10-1mamba +- automatic version update by autodist + * Sat Dec 02 2023 Silvan Calarco 1.0.9-1mamba - package created using the webbuild interface