Hello community,

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

Package is "ghc-SDL-mixer"

Fri Sep 15 21:10:06 2017 rev:2 rq:523885 version:0.6.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-SDL-mixer/ghc-SDL-mixer.changes      
2017-03-28 15:18:29.377285288 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-SDL-mixer.new/ghc-SDL-mixer.changes 
2017-09-15 21:10:07.521645087 +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-mixer.cabal

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

Other differences:
------------------
++++++ ghc-SDL-mixer.spec ++++++
--- /var/tmp/diff_new_pack.ucZrUo/_old  2017-09-15 21:10:09.089424963 +0200
+++ /var/tmp/diff_new_pack.ucZrUo/_new  2017-09-15 21:10:09.097423839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-SDL-mixer
 #
-# 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_mixer
 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_mixer-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 SDL_mixer is a sample multi-channel audio mixer library. It supports any number
@@ -42,14 +39,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_mixer-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.
@@ -58,15 +53,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
 
@@ -74,7 +66,6 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 %dir %{_datadir}/%{pkg_name}-%{version}
 %{_datadir}/%{pkg_name}-%{version}/issues.txt
@@ -82,6 +73,5 @@
 %{_datadir}/%{pkg_name}-%{version}/MACOSX
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ SDL-mixer.cabal ++++++
Cabal-Version:      >= 1.6
Name:               SDL-mixer
Version:            0.6.2.0
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_mixer
Description:
  SDL_mixer is a sample multi-channel audio mixer library.
  It supports any number of simultaneously playing channels
  of 16 bit stereo audio, plus a single channel of music,
  mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis,
  and SMPEG MP3 libraries. 
Extra-Source-Files: SDL-mixer.buildinfo.in, configure, config.mk.in, 
includes/HsSDLConfig.h.in
Data-Files:         issues.txt, README, MACOSX

Library
  Build-Depends:    base >= 3 && < 5, SDL
  GHC-Options:      -Wall
  Extensions:       ForeignFunctionInterface, EmptyDataDecls
  Exposed-Modules:
    Graphics.UI.SDL.Mixer.General,
    Graphics.UI.SDL.Mixer.Samples,
    Graphics.UI.SDL.Mixer.Channels,
    Graphics.UI.SDL.Mixer.Music,
    Graphics.UI.SDL.Mixer.Types,
    Graphics.UI.SDL.Mixer.Version,
    Graphics.UI.SDL.Mixer
  c-sources:        cbits/macros.c
  include-dirs:     cbits
  includes:         macros.h
  install-includes: macros.h
  Includes:         SDL.h SDL_mixer.h
  extra-libraries:  SDL_mixer

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

Reply via email to