Hello community, here is the log from the commit of package ghc-dbus for openSUSE:Factory checked in at 2016-07-21 08:03:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-dbus (Old) and /work/SRC/openSUSE:Factory/.ghc-dbus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-dbus" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-dbus/ghc-dbus.changes 2016-01-22 01:08:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-dbus.new/ghc-dbus.changes 2016-07-21 08:03:59.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:20:45 UTC 2016 - [email protected] + +- Update to version 0.10.12 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-dbus.spec ++++++ --- /var/tmp/diff_new_pack.uLSMh7/_old 2016-07-21 08:04:00.000000000 +0200 +++ /var/tmp/diff_new_pack.uLSMh7/_new 2016-07-21 08:04:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-dbus # -# 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,10 +17,8 @@ %global pkg_name dbus -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} %bcond_with tests -Name: ghc-dbus +Name: ghc-%{pkg_name} Version: 0.10.12 Release: 0 Summary: A client library for the D-Bus IPC system @@ -100,22 +98,26 @@ %prep %setup -q -n %{pkg_name}-%{version} + %build -%{ghc_lib_build} +%ghc_lib_build + %install -%{ghc_lib_install} +%ghc_lib_install + %check %if %{with tests} %{cabal} test %endif + %post devel -%{ghc_pkg_recache} +%ghc_pkg_recache %postun devel -%{ghc_pkg_recache} +%ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-)
