1
0

Accepting request 833289 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/833289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-libxml-sax?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-09-15 14:18:43 +00:00 committed by Git OBS Bridge
commit 702e7fb001
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 4 10:40:13 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 2 16:29:52 UTC 2018 - psimons@suse.com Thu Aug 2 16:29:52 UTC 2018 - psimons@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-libxml-sax # spec file for package ghc-libxml-sax
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,6 @@ Version: 0.7.5
Release: 0 Release: 0
Summary: Bindings for the libXML2 SAX interface Summary: Bindings for the libXML2 SAX interface
License: MIT License: MIT
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
@ -39,7 +38,6 @@ Bindings for the libXML2 SAX interface.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires: libxml2-devel Requires: libxml2-devel
@ -52,7 +50,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
This package provides the Haskell %{pkg_name} library development files. This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %autosetup -n %{pkg_name}-%{version}
%build %build
%ghc_lib_build %ghc_lib_build