Hello community,

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

Package is "ghc-flock"

Fri Sep 15 21:03:52 2017 rev:2 rq:523873 version:0.3.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-flock/ghc-flock.changes      2017-03-24 
01:56:39.932268841 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-flock.new/ghc-flock.changes 2017-09-15 
21:03:56.689707120 +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:
----
  2.cabal

New:
----
  flock.cabal

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

Other differences:
------------------
++++++ ghc-flock.spec ++++++
--- /var/tmp/diff_new_pack.fElmvL/_old  2017-09-15 21:03:57.281624026 +0200
+++ /var/tmp/diff_new_pack.fElmvL/_new  2017-09-15 21:03:57.281624026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-flock
 #
-# 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
@@ -21,25 +21,24 @@
 Version:        0.3.1.8
 Release:        0
 Summary:        Wrapper for flock(2)
-License:        GPL-2.0+ or BSD-3-Clause
-Group:          Development/Languages/Other
-Url:            https://hackage.haskell.org/package/%{pkg_name}
+License:        GPL-2.0+ OR BSD-3-Clause
+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/2.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-lifted-base-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unix-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Simple wrapper around flock(2).
 
 %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(post): ghc-compiler = %{ghc_version}
@@ -65,11 +64,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc COPYING
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG
 
 %changelog

++++++ flock.cabal ++++++
Name:               flock
Version:            0.3.1.8
x-revision: 2
License:            OtherLicense
License-File:       COPYING
Copyright:          Ian Lynagh, 2007
Author:             Ian Lynagh
Maintainer:         Erik Hesselink <[email protected]>
Stability:          experimental
Synopsis:           Wrapper for flock(2)
Description:
    Simple wrapper around flock(2).
Category:           System
Homepage:           http://github.com/hesselink/flock
Build-Type:         Simple
Tested-With:        GHC==7.0.4, GHC==7.4.1, GHC==7.6.1
Cabal-Version:      >= 1.6
Extra-source-files: "BSD3", "GPL-2", "CHANGELOG"

Source-repository head
  Type:             git
  Location:         git://github.com/hesselink/flock.git

Library
  Build-Depends:      base > 3 && < 4.10
                    , transformers >= 0.2 && < 0.6
                    , monad-control >= 0.3 && < 1.1
                    , lifted-base >= 0.1 && < 0.3
                    , unix >= 2.5 && < 2.8
  Exposed-modules:    System.Lock.FLock
  GHC-Options:        -Wall

Reply via email to