update to 0.12.5.0
This commit is contained in:
parent
167c61724d
commit
f4745cc69c
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/glib-0.12.3.tar.gz
|
||||
/glib-0.12.3.1.tar.gz
|
||||
/glib-0.12.4.tar.gz
|
||||
/glib-0.12.5.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global pkg_name glib
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.12.4
|
||||
Release: 4%{?dist}
|
||||
Version: 0.12.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Binding to the GLIB library for Gtk2Hs
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,6 +15,7 @@ BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-utf8-string-devel
|
||||
BuildRequires: gtk2hs-buildtools
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
@ -71,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 21 2013 Jens Petersen <petersen@redhat.com> - 0.12.5.0-1
|
||||
- update to 0.12.5.0
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user