diff --git a/ghc-xml.spec b/ghc-xml.spec index b895f56..8389199 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-xml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: A simple XML library License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros diff --git a/xml.cabal b/xml.cabal index c72a661..f82fcf8 100644 --- a/xml.cabal +++ b/xml.cabal @@ -1,7 +1,7 @@ Name: xml Version: 1.3.14 -x-revision: 1 -Homepage: http://code.galois.com +x-revision: 2 +Homepage: https://github.com/GaloisInc/xml Synopsis: A simple XML library. Description: A simple XML library. Category: Text, XML