Hello community,

here is the log from the commit of package ghc-mutable-containers for 
openSUSE:Factory checked in at 2016-07-12 23:52:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mutable-containers (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mutable-containers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mutable-containers"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-mutable-containers/ghc-mutable-containers.changes
    2016-06-07 23:46:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-mutable-containers.new/ghc-mutable-containers.changes
       2016-07-12 23:52:56.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 15:53:09 UTC 2016 - mimi...@gmail.com
+
+- update to 0.3.3 
+
+-------------------------------------------------------------------

Old:
----
  mutable-containers-0.3.2.1.tar.gz

New:
----
  mutable-containers-0.3.3.tar.gz

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

Other differences:
------------------
++++++ ghc-mutable-containers.spec ++++++
--- /var/tmp/diff_new_pack.9TZF1J/_old  2016-07-12 23:52:57.000000000 +0200
+++ /var/tmp/diff_new_pack.9TZF1J/_new  2016-07-12 23:52:57.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ghc-mutable-containers
+# spec file for package ghc
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name mutable-containers
 
 %bcond_with tests
 
 Name:           ghc-%{pkg_name}
-Version:        0.3.2.1
+Version:        0.3.3
 Release:        0
 Summary:        Abstactions and concrete implementations of mutable containers
+License:        MIT
 Group:          System/Libraries
 
-License:        MIT
 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
@@ -63,37 +64,29 @@
 %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
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog

++++++ mutable-containers-0.3.2.1.tar.gz -> mutable-containers-0.3.3.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutable-containers-0.3.2.1/ChangeLog.md 
new/mutable-containers-0.3.3/ChangeLog.md
--- old/mutable-containers-0.3.2.1/ChangeLog.md 2016-04-21 19:25:58.000000000 
+0200
+++ new/mutable-containers-0.3.3/ChangeLog.md   2016-07-04 18:48:05.000000000 
+0200
@@ -1,3 +1,7 @@
+## 0.3.3
+
+* Move into mono-traversable repo
+
 ## 0.3.2.1
 
 * Fix benchmark
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutable-containers-0.3.2.1/mutable-containers.cabal 
new/mutable-containers-0.3.3/mutable-containers.cabal
--- old/mutable-containers-0.3.2.1/mutable-containers.cabal     2016-04-21 
19:26:07.000000000 +0200
+++ new/mutable-containers-0.3.3/mutable-containers.cabal       2016-07-04 
18:48:05.000000000 +0200
@@ -1,8 +1,8 @@
 name:                mutable-containers
-version:             0.3.2.1
+version:             0.3.3
 synopsis:            Abstactions and concrete implementations of mutable 
containers
 description:         See docs and README at 
<http://www.stackage.org/package/mutable-containers>
-homepage:            https://github.com/fpco/mutable-containers
+homepage:            https://github.com/snoyberg/mono-traversable
 license:             MIT
 license-file:        LICENSE
 author:              Michael Snoyman
@@ -66,4 +66,4 @@
 
 source-repository head
   type:     git
-  location: git://github.com/fpco/mutable-containers.git
+  location: https://github.com/snoyberg/mono-traversable.git


Reply via email to