Hello community, here is the log from the commit of package ghc-network-multicast for openSUSE:Factory checked in at 2016-10-22 13:23:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-network-multicast (Old) and /work/SRC/openSUSE:Factory/.ghc-network-multicast.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-network-multicast" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-network-multicast/ghc-network-multicast.changes 2016-07-21 08:14:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-network-multicast.new/ghc-network-multicast.changes 2016-10-22 13:24:08.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Oct 21 13:06:16 UTC 2016 - psim...@suse.com + +- Update to version 0.1.2 with cabal2obs. + +------------------------------------------------------------------- Old: ---- network-multicast-0.1.1.tar.gz New: ---- network-multicast-0.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-network-multicast.spec ++++++ --- /var/tmp/diff_new_pack.6c5gcu/_old 2016-10-22 13:24:09.000000000 +0200 +++ /var/tmp/diff_new_pack.6c5gcu/_new 2016-10-22 13:24:09.000000000 +0200 @@ -18,19 +18,17 @@ %global pkg_name network-multicast Name: ghc-%{pkg_name} -Version: 0.1.1 +Version: 0.1.2 Release: 0 Summary: Simple multicast library License: CC0-1.0 -Group: System/Libraries +Group: Development/Languages/Other 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: ghc-network-devel BuildRequires: ghc-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description The "Network.Multicast" module is for sending UDP datagrams over multicast @@ -51,15 +49,12 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ network-multicast-0.1.1.tar.gz -> network-multicast-0.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/network-multicast-0.1.1/network-multicast.cabal new/network-multicast-0.1.2/network-multicast.cabal --- old/network-multicast-0.1.1/network-multicast.cabal 2016-05-22 12:52:42.000000000 +0200 +++ new/network-multicast-0.1.2/network-multicast.cabal 2016-10-14 12:51:52.000000000 +0200 @@ -1,10 +1,10 @@ name: network-multicast -version: 0.1.1 +version: 0.1.2 copyright: 2008-2016 Audrey Tang license: PublicDomain license-file: LICENSE author: Audrey Tang <audr...@audreyt.org> -maintainer: Audrey Tang <audr...@audreyt.org> +maintainer: Marco Zocca synopsis: Simple multicast library description: The "Network.Multicast" module is for sending UDP datagrams over multicast (class D) addresses.