Hello community,

here is the log from the commit of package ghc-glib for openSUSE:Factory 
checked in at 2016-07-21 08:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-glib (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-glib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-glib/ghc-glib.changes        2015-12-23 
08:49:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-glib.new/ghc-glib.changes   2016-07-21 
08:02:43.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:33:10 UTC 2016 - psim...@suse.com
+
+- Update to version 0.13.2.2 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-glib.spec ++++++
--- /var/tmp/diff_new_pack.IWynJB/_old  2016-07-21 08:02:44.000000000 +0200
+++ /var/tmp/diff_new_pack.IWynJB/_new  2016-07-21 08:02:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-glib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,31 +17,27 @@
 
 
 %global pkg_name glib
-
-Name:           ghc-glib
+Name:           ghc-%{pkg_name}
 Version:        0.13.2.2
 Release:        0
 Summary:        Binding to the GLIB library for Gtk2Hs
 License:        LGPL-2.0+
 Group:          System/Libraries
-
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
-BuildRequires:  fdupes
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-utf8-string-devel
 BuildRequires:  gtk2hs-buildtools
+# End cabal-rpm deps
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-# End cabal-rpm deps
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GLib is a collection of C data structures and utility functions for the GObject
@@ -49,32 +45,33 @@
 dealing with Unicode. This package only binds as much functionality as required
 to support the packages that wrap libraries that are themselves based on GLib.
 
-
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
-Requires:       ghc-compiler = %{ghc_version}
-Requires(post): ghc-compiler = %{ghc_version}
-Requires(postun): ghc-compiler = %{ghc_version}
 Requires:       %{name} = %{version}-%{release}
+Requires:       ghc-compiler = %{ghc_version}
 # Begin cabal-rpm deps:
+Requires:       pkgconfig
 Requires:       pkgconfig(glib-2.0)
 Requires:       pkgconfig(gobject-2.0)
+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.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
-%fdupes %{buildroot}%{_prefix}
+
 
 %post devel
 %ghc_pkg_recache


Reply via email to