Hello community,

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

Package is "ghc-SDL"

Fri Sep 15 21:04:06 2017 rev:2 rq:523883 version:0.6.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-SDL/ghc-SDL.changes  2017-03-24 
02:04:03.377490791 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-SDL.new/ghc-SDL.changes     2017-09-15 
21:04:07.500189545 +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.cabal

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

Other differences:
------------------
++++++ ghc-SDL.spec ++++++
--- /var/tmp/diff_new_pack.7Gsrrh/_old  2017-09-15 21:04:08.092106452 +0200
+++ /var/tmp/diff_new_pack.7Gsrrh/_new  2017-09-15 21:04:08.092106452 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-SDL
 #
-# 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,14 +22,13 @@
 Release:        0
 Summary:        Binding to libSDL
 License:        BSD-3-Clause
-Group:          Development/Languages/Other
-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
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  libSDL-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Simple DirectMedia Layer (libSDL) is a cross-platform multimedia library
@@ -40,7 +39,7 @@
 
 %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}
 Requires:       libSDL-devel
@@ -67,7 +66,6 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 %dir %{_datadir}/%{pkg_name}-%{version}
 %dir %{_datadir}/%{pkg_name}-%{version}/Examples
@@ -81,7 +79,6 @@
 %{_datadir}/%{pkg_name}-%{version}/Examples/MacOSX/mainc.c
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc Examples
 
 %changelog

++++++ SDL.cabal ++++++
Cabal-Version:      >= 1.6
Name:               SDL
Version:            0.6.5.1
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
Description:
   Simple DirectMedia Layer \(libSDL\) is a cross-platform multimedia
   library designed to provide low level access to audio,
   keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D
   video framebuffer. It is used by MPEG playback software,
   emulators, and many popular games, including the award
   winning Linux port of \"Civilization: Call To Power.\"
Tested-with:        GHC ==7.10
Data-files:         README, MACOSX, WIN32,
                    Examples/MacOSX/Main.hs,
                    Examples/MacOSX/Makefile,
                    Examples/MacOSX/MainWrapper.hs,
                    Examples/MacOSX/mainc.c
Extra-Source-files: configure, configure.ac, SDL.buildinfo.in, config.mk.in, 
includes/HsSDLConfig.h.in

Library
  Build-Depends: base >= 3 && < 5
  Extensions: CPP, EmptyDataDecls, ForeignFunctionInterface, 
MultiParamTypeClasses,
              FunctionalDependencies
  Exposed-Modules:
   Graphics.UI.SDL,
   Graphics.UI.SDL.CPUInfo,
   Graphics.UI.SDL.General,
   Graphics.UI.SDL.Video,
   Graphics.UI.SDL.WindowManagement,
   Graphics.UI.SDL.Audio,
   Graphics.UI.SDL.Events,
   Graphics.UI.SDL.Time,
   Graphics.UI.SDL.Keysym,
   Graphics.UI.SDL.Color,
   Graphics.UI.SDL.RWOps,
   Graphics.UI.SDL.Types,
   Graphics.UI.SDL.Rect,
   Graphics.UI.SDL.Utilities,
   Graphics.UI.SDL.Version,
   Graphics.UI.SDL.Joystick
  Includes: SDL/SDL.h
  if ! os(darwin)
   Extra-Libraries: SDL
  Frameworks: AppKit
  GHC-Options: -Wall

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

Reply via email to