Hello community,

here is the log from the commit of package ghc-SDL-image for openSUSE:Factory 
checked in at 2017-09-15 21:10:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-SDL-image (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-SDL-image.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-SDL-image"

Fri Sep 15 21:10:03 2017 rev:2 rq:523884 version:0.6.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-SDL-image/ghc-SDL-image.changes      
2017-03-28 15:18:23.082176918 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-SDL-image.new/ghc-SDL-image.changes 
2017-09-15 21:10:04.318094882 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  SDL-image.cabal

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

Other differences:
------------------
++++++ ghc-SDL-image.spec ++++++
--- /var/tmp/diff_new_pack.noGLB5/_old  2017-09-15 21:10:05.745894412 +0200
+++ /var/tmp/diff_new_pack.noGLB5/_new  2017-09-15 21:10:05.745894412 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-SDL-image
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,17 +22,14 @@
 Release:        0
 Summary:        Binding to libSDL_image
 License:        BSD-3-Clause
-Group:          System/Libraries
-Url:            https://hackage.haskell.org/package/%{pkg_name}
+Group:          Development/Libraries/Haskell
+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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-SDL-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  libSDL_image-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 SDL_image is an image file loading library. It loads images as SDL surfaces,
@@ -41,14 +38,12 @@
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
-# Begin cabal-rpm deps:
 Requires:       libSDL_image-devel
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-# End cabal-rpm deps
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -57,15 +52,12 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -73,7 +65,6 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 %dir %{_datadir}/%{pkg_name}-%{version}
 %{_datadir}/%{pkg_name}-%{version}/MACOSX
@@ -81,6 +72,5 @@
 %{_datadir}/%{pkg_name}-%{version}/issues.txt
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ SDL-image.cabal ++++++
Cabal-Version:      >= 1.6
Name:               SDL-image
Version:            0.6.1.2
x-revision: 1
Maintainer:         Francesco Ariis <[email protected]>
Author:             Lemmih ([email protected])
Copyright:          2004-2010, Lemmih
License-File:       LICENSE
License:            BSD3
Build-Type:         Custom
Category:           Foreign binding
Synopsis:           Binding to libSDL_image
Description:
  SDL_image is an image file loading library.
  It loads images as SDL surfaces, and supports the
  following formats: BMP, GIF, JPEG, LBM, PCX, PNG,
                     PNM, TGA, TIFF, XCF, XPM, XV.
Extra-Source-Files: configure, includes/HsSDLConfig.h.in, 
SDL-image.buildinfo.in, config.mk.in
Data-Files:         MACOSX, README, issues.txt

Library
  Extensions:       ForeignFunctionInterface
  Build-Depends:    base >= 3 && < 5, SDL
  extra-libraries:  SDL_image
  Exposed-Modules:
    Graphics.UI.SDL.Image,
    Graphics.UI.SDL.Image.Version
  Includes:         SDL.h SDL_image.h
  GHC-Options:      -Wall

source-repository head
    type:     darcs
    location: http://www.ariis.it/link/repos/sdl-bindings/hssdl-image/

Reply via email to