Hello community,

here is the log from the commit of package ghc-glib for openSUSE:Factory 
checked in at 2015-12-23 08:49:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-08 
17:57:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-glib.new/ghc-glib.changes   2015-12-23 
08:49:12.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Dec 13 14:17:42 UTC 2015 - [email protected]
+
+- update to 0.13.2.2 
+
+-------------------------------------------------------------------

Old:
----
  glib-0.13.2.1.tar.gz

New:
----
  glib-0.13.2.2.tar.gz

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

Other differences:
------------------
++++++ ghc-glib.spec ++++++
--- /var/tmp/diff_new_pack.e2kE5C/_old  2015-12-23 08:49:13.000000000 +0100
+++ /var/tmp/diff_new_pack.e2kE5C/_new  2015-12-23 08:49:13.000000000 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name glib
 
 Name:           ghc-glib
-Version:        0.13.2.1
+Version:        0.13.2.2
 Release:        0
 Summary:        Binding to the GLIB library for Gtk2Hs
+License:        LGPL-2.0+
 Group:          System/Libraries
 
-License:        LGPL-2.0+
 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
@@ -31,6 +32,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  fdupes
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-text-devel
@@ -39,7 +41,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  fdupes
 # End cabal-rpm deps
 
 %description
@@ -68,11 +69,9 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 %fdupes %{buildroot}%{_prefix}
@@ -80,18 +79,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc COPYING
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++++++ glib-0.13.2.1.tar.gz -> glib-0.13.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-0.13.2.1/SetupWrapper.hs 
new/glib-0.13.2.2/SetupWrapper.hs
--- old/glib-0.13.2.1/SetupWrapper.hs   2015-08-01 16:43:46.000000000 +0200
+++ new/glib-0.13.2.2/SetupWrapper.hs   2015-12-13 07:45:00.000000000 +0100
@@ -20,7 +20,7 @@
 import System.Process
 import System.Exit (ExitCode(..), exitWith)
 import System.FilePath
-import System.Directory
+import System.Directory (doesFileExist, getModificationTime)
 import qualified Control.Exception as Exception
 import System.IO.Error (isDoesNotExistError)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-0.13.2.1/glib.cabal new/glib-0.13.2.2/glib.cabal
--- old/glib-0.13.2.1/glib.cabal        2015-08-01 16:43:46.000000000 +0200
+++ new/glib-0.13.2.2/glib.cabal        2015-12-13 07:45:00.000000000 +0100
@@ -1,5 +1,5 @@
 Name:           glib
-Version:        0.13.2.1
+Version:        0.13.2.2
 License:        LGPL-2.1
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team


Reply via email to