Hello community,

here is the log from the commit of package cabal2spec for openSUSE:Factory 
checked in at 2019-12-27 13:50:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cabal2spec (Old)
 and      /work/SRC/openSUSE:Factory/.cabal2spec.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cabal2spec"

Fri Dec 27 13:50:29 2019 rev:4 rq:759313 version:2.2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cabal2spec/cabal2spec.changes    2019-01-25 
22:42:20.491303884 +0100
+++ /work/SRC/openSUSE:Factory/.cabal2spec.new.6675/cabal2spec.changes  
2019-12-27 13:50:49.936550592 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 16:13:08 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------

New:
----
  cabal2spec.cabal

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

Other differences:
------------------
++++++ cabal2spec.spec ++++++
--- /var/tmp/diff_new_pack.93wMuy/_old  2019-12-27 13:50:50.704551137 +0100
+++ /var/tmp/diff_new_pack.93wMuy/_new  2019-12-27 13:50:50.708551141 +0100
@@ -23,9 +23,9 @@
 Release:        0
 Summary:        Convert Cabal files into rpm spec files
 License:        GPL-3.0-or-later
-Group:          Development/Libraries/Haskell
 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
@@ -48,14 +48,12 @@
 
 %package -n ghc-%{name}
 Summary:        Haskell %{name} library
-Group:          System/Libraries
 
 %description -n ghc-%{name}
 This package provides the Haskell %{name} shared library.
 
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library development files
-Group:          Development/Libraries/Haskell
 Requires:       ghc-%{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -66,6 +64,7 @@
 
 %prep
 %setup -q
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build

++++++ cabal2spec.cabal ++++++
name:               cabal2spec
version:            2.2.2.1
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 == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3
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 < 5, Cabal > 2.2 && < 3, filepath, time >= 1.5
  default-language:   Haskell2010
  default-extensions: MonadFailDesugaring
  ghc-options:        -Wall -Wcompat -Wincomplete-uni-patterns 
-Wincomplete-record-updates
                      -Wredundant-constraints

executable cabal2spec
  main-is:            Main.hs
  other-modules:      Paths_cabal2spec
  hs-source-dirs:     cabal2spec
  build-depends:      base < 5, Cabal > 2.2, cabal2spec, filepath, 
optparse-applicative
  default-language:   Haskell2010
  default-extensions: MonadFailDesugaring
  ghc-options:        -Wall -Wcompat -Wincomplete-uni-patterns 
-Wincomplete-record-updates
                      -Wredundant-constraints

test-suite regression-test
  type:               exitcode-stdio-1.0
  main-is:            Main.hs
  hs-source-dirs:     test
  build-depends:      base, Cabal > 2.2, cabal2spec, filepath, tasty, 
tasty-golden
  default-language:   Haskell2010
  default-extensions: MonadFailDesugaring
  ghc-options:        -Wall -Wcompat -Wincomplete-uni-patterns 
-Wincomplete-record-updates
                      -Wredundant-constraints

Reply via email to