Hello community, here is the log from the commit of package ghc-gio for openSUSE:Factory checked in at 2016-07-21 08:02:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-gio (Old) and /work/SRC/openSUSE:Factory/.ghc-gio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-gio" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-gio/ghc-gio.changes 2015-12-23 08:49:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-gio.new/ghc-gio.changes 2016-07-21 08:02:50.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:31:48 UTC 2016 - [email protected] + +- Update to version 0.13.1.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-gio.spec ++++++ --- /var/tmp/diff_new_pack.uYdV2C/_old 2016-07-21 08:02:51.000000000 +0200 +++ /var/tmp/diff_new_pack.uYdV2C/_new 2016-07-21 08:02:51.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-gio # -# 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,17 +17,16 @@ %global pkg_name gio -Name: ghc-gio +Name: ghc-%{pkg_name} Version: 0.13.1.1 Release: 0 -Summary: Binding to the GIO +Summary: Binding to GIO License: LGPL-2.1+ 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 BuildRequires: ghc-Cabal-devel # Begin cabal-rpm deps: -BuildRequires: fdupes BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel @@ -35,9 +34,10 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRequires: gtk2hs-buildtools +# End cabal-rpm deps +BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description GIO is striving to provide a modern, easy-to-use VFS API that sits at the right @@ -52,6 +52,7 @@ Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} # Begin cabal-rpm deps: +Requires: pkgconfig Requires: pkgconfig(gio-2.0) Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} @@ -63,23 +64,27 @@ %prep %setup -q -n %{pkg_name}-%{version} + %build -%{ghc_lib_build} +%ghc_lib_build + %install -%{ghc_lib_install} -rm -Rf %{buildroot}%{_datadir}/%{pkg_name}-%{version} -%fdupes %{buildroot}%{_prefix} +%ghc_lib_install + %post devel -%{ghc_pkg_recache} +%ghc_pkg_recache %postun devel -%{ghc_pkg_recache} +%ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) %doc COPYING +%dir %{_datadir}/%{pkg_name}-%{version} +%{_datadir}/%{pkg_name}-%{version}/Makefile +%{_datadir}/%{pkg_name}-%{version}/FileManager.hs %files devel -f %{name}-devel.files %defattr(-,root,root,-)
