Hello community, here is the log from the commit of package ghc-dbus for openSUSE:Factory checked in at 2015-10-14 16:45:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-05-21 08:36:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dbus.new/ghc-dbus.changes 2015-10-14 16:45:21.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Oct 12 18:49:54 UTC 2015 - [email protected] + +- update to 0.10.11 + +------------------------------------------------------------------- Old: ---- dbus-0.10.10.tar.gz New: ---- dbus-0.10.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-dbus.spec ++++++ --- /var/tmp/diff_new_pack.lAsvRs/_old 2015-10-14 16:45:22.000000000 +0200 +++ /var/tmp/diff_new_pack.lAsvRs/_new 2015-10-14 16:45:22.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-dbus # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -20,8 +20,8 @@ # no useful debuginfo for Haskell packages without C sources %global debug_package %{nil} %bcond_with tests -Name: ghc-%{pkg_name} -Version: 0.10.10 +Name: ghc-dbus +Version: 0.10.11 Release: 0 Summary: A client library for the D-Bus IPC system License: GPL-3.0+ @@ -100,29 +100,23 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %{ghc_lib_build} - %install %{ghc_lib_install} - %check %if %{with tests} %{cabal} test %endif - %post devel %{ghc_pkg_recache} - %postun devel %{ghc_pkg_recache} - %files -f %{name}.files %defattr(-,root,root,-) %doc license.txt ++++++ dbus-0.10.10.tar.gz -> dbus-0.10.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dbus-0.10.10/dbus.cabal new/dbus-0.10.11/dbus.cabal --- old/dbus-0.10.10/dbus.cabal 2015-04-01 07:21:47.000000000 +0200 +++ new/dbus-0.10.11/dbus.cabal 2015-10-12 02:12:17.000000000 +0200 @@ -1,5 +1,5 @@ name: dbus -version: 0.10.10 +version: 0.10.11 license: GPL-3 license-file: license.txt author: John Millikin <[email protected]> @@ -83,7 +83,7 @@ source-repository this type: git location: https://john-millikin.com/code/haskell-dbus/ - tag: haskell-dbus_0.10.10 + tag: haskell-dbus_0.10.11 library ghc-options: -Wall -O2 @@ -105,7 +105,7 @@ , text >= 0.11.1.5 , transformers >= 0.2 , unix >= 2.2 - , vector >= 0.7 && < 0.11 + , vector >= 0.7 && < 0.12 , xml-types >= 0.3 && < 0.4 exposed-modules: @@ -147,7 +147,7 @@ , text >= 0.11.1.5 , transformers >= 0.2 , unix >= 2.2 - , vector >= 0.7 && < 0.11 + , vector >= 0.7 && < 0.12 , xml-types >= 0.3 && < 0.4 benchmark dbus_benchmarks
