update to 2.0.29
This commit is contained in:
parent
992798259e
commit
cdd0952a72
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/gi-gdkpixbuf-2.0.23.tar.gz
|
||||
/gi-gdkpixbuf-2.0.24.tar.gz
|
||||
/gi-gdkpixbuf-2.0.26.tar.gz
|
||||
/gi-gdkpixbuf-2.0.29.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name gi-gdkpixbuf
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.0.26
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: GdkPixbuf bindings
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -18,6 +18,19 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-gi-gio-devel
|
||||
BuildRequires: ghc-gi-glib-devel
|
||||
BuildRequires: ghc-gi-gmodule-devel
|
||||
BuildRequires: ghc-gi-gobject-devel
|
||||
BuildRequires: ghc-haskell-gi-devel
|
||||
BuildRequires: ghc-haskell-gi-base-devel
|
||||
BuildRequires: ghc-haskell-gi-overloading-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
@ -27,9 +40,9 @@ BuildRequires: ghc-gi-gmodule-prof
|
||||
BuildRequires: ghc-gi-gobject-prof
|
||||
BuildRequires: ghc-haskell-gi-prof
|
||||
BuildRequires: ghc-haskell-gi-base-prof
|
||||
BuildRequires: ghc-haskell-gi-overloading-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-transformers-prof
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
# End cabal-rpm deps
|
||||
|
||||
@ -119,6 +132,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.0.29-1
|
||||
- https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.29/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.26-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gi-gdkpixbuf-2.0.26.tar.gz) = 8f61ff9f577e57908aa82e173c3d464359ca9d03b01b85b0727a851f0d615bd64825f930950890ffd729fd95fe42d1738739c471c4dafbf05e0011634a135e2a
|
||||
SHA512 (gi-gdkpixbuf-2.0.29.tar.gz) = 6742bf58c64552a77d9b44b1da731c597e2969a24aeb2c4310df5c939a50ddf0946c15944b21f8aeac86e8df2d4e0478e81142a421f4c896b2bd9b1e9a23c74d
|
||||
|
Loading…
Reference in New Issue
Block a user