Hello community,

here is the log from the commit of package cabal2spec for openSUSE:Factory 
checked in at 2020-11-12 22:44:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cabal2spec (Old)
 and      /work/SRC/openSUSE:Factory/.cabal2spec.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cabal2spec"

Thu Nov 12 22:44:38 2020 rev:11 rq:847872 version:2.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/cabal2spec/cabal2spec.changes    2020-08-28 
21:23:25.892384218 +0200
+++ /work/SRC/openSUSE:Factory/.cabal2spec.new.24930/cabal2spec.changes 
2020-11-12 22:44:46.118478563 +0100
@@ -1,0 +2,6 @@
+Tue Oct 20 10:14:08 UTC 2020 - [email protected]
+
+- Update cabal2spec to version 2.6.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  cabal2spec.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cabal2spec.spec ++++++
--- /var/tmp/diff_new_pack.ZgWtkC/_old  2020-11-12 22:44:47.274479769 +0100
+++ /var/tmp/diff_new_pack.ZgWtkC/_new  2020-11-12 22:44:47.278479773 +0100
@@ -25,6 +25,7 @@
 License:        GPL-3.0-or-later
 URL:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-filepath-devel
@@ -63,6 +64,7 @@
 
 %prep
 %autosetup
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++++++ cabal2spec.cabal ++++++
name:               cabal2spec
version:            2.6.2
x-revision: 1
synopsis:           Convert Cabal files into rpm spec files
description:        Convert
                    Cabal files into a
                    
<http://ftp.rpm.org/max-rpm/s1-rpm-build-creating-spec-file.html spec file>
                    suitable for building the package with the RPM package 
manager. This
                    tool primarily targets the <http://www.suse.com/ SUSE> and
                    <http://www.opensuse.org openSUSE> familiy of 
distributions. Support
                    for other RPM-based distributions is currently not 
available. Check
                    out <http://hackage.haskell.org/package/cabal-rpm 
cabal-rpm> if you
                    need this.
license:            GPL-3
license-file:       LICENSE
author:             Peter Simons, Bryan O'Sullivan, Jens Petersen
maintainer:         [email protected]
tested-with:        GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, 
GHC == 8.6.5,
                    GHC == 8.8.4, GHC == 8.10.1
category:           Distribution
homepage:           https://github.com/peti/cabal2spec
build-type:         Simple
extra-source-files: README.md
                    test/golden-test-cases/*.cabal
                    test/golden-test-cases/*.spec.golden
cabal-version:      >= 1.10

source-repository head
  type:     git
  location: git://github.com/peti/cabal2spec.git

library
  exposed-modules:  Cabal2Spec
  hs-source-dirs:   src
  build-depends:    base > 4.8 && < 5, Cabal >= 3.2 && < 3.5, filepath, time >= 
1.5
  default-language: Haskell2010

executable cabal2spec
  main-is:          Main.hs
  other-modules:    Paths_cabal2spec
  hs-source-dirs:   cabal2spec
  build-depends:    base, Cabal, cabal2spec, filepath, optparse-applicative
  default-language: Haskell2010

test-suite regression-test
  type:             exitcode-stdio-1.0
  main-is:          Main.hs
  hs-source-dirs:   test
  build-depends:    base, Cabal, cabal2spec, filepath, tasty, tasty-golden
  default-language: Haskell2010
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to