commit ghc-mutable-containers for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-mutable-containers for 
openSUSE:Factory checked in at 2017-09-15 21:59:42

Comparing /work/SRC/openSUSE:Factory/ghc-mutable-containers (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-mutable-containers.new (New)


Package is "ghc-mutable-containers"

Fri Sep 15 21:59:42 2017 rev:4 rq:525045 version:0.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-mutable-containers/ghc-mutable-containers.changes
2016-07-24 19:52:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-mutable-containers.new/ghc-mutable-containers.changes
   2017-09-15 21:59:43.654438144 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-mutable-containers.spec ++
--- /var/tmp/diff_new_pack.8QBWi7/_old  2017-09-15 21:59:44.474322608 +0200
+++ /var/tmp/diff_new_pack.8QBWi7/_new  2017-09-15 21:59:44.478322044 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-mutable-containers
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,29 +23,26 @@
 Release:0
 Summary:Abstactions and concrete implementations of mutable containers
 License:MIT
-Group:  System/Libraries
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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-containers-devel
 BuildRequires:  ghc-mono-traversable-devel
 BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-vector-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 See docs and README at .
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -58,20 +55,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -80,11 +71,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc ChangeLog.md README.md
 
 %changelog




commit ghc-mutable-containers for openSUSE:Factory

2016-07-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-mutable-containers for 
openSUSE:Factory checked in at 2016-07-24 19:51:09

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-07-12 23:52:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-mutable-containers.new/ghc-mutable-containers.changes
   2016-07-24 19:52:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 19 10:00:40 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.3 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-mutable-containers.spec ++
--- /var/tmp/diff_new_pack.dK3Fz2/_old  2016-07-24 19:52:40.0 +0200
+++ /var/tmp/diff_new_pack.dK3Fz2/_new  2016-07-24 19:52:40.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ghc
+# spec file for package ghc-mutable-containers
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -17,27 +17,23 @@
 
 
 %global pkg_name mutable-containers
-
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.3.3
 Release:0
 Summary:Abstactions and concrete implementations of mutable containers
 License:MIT
 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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mono-traversable-devel
 BuildRequires:  ghc-primitive-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-vector-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
@@ -47,34 +43,36 @@
 %description
 See docs and README at .
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -87,6 +85,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc ChangeLog.md README.md
 
 %changelog




commit ghc-mutable-containers for openSUSE:Factory

2016-07-12 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-mutable-containers.new/ghc-mutable-containers.changes
   2016-07-12 23:52:56.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.9TZF1J/_new  2016-07-12 23:52:57.0 +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.0 
+0200
+++ new/mutable-containers-0.3.3/ChangeLog.md   2016-07-04 18:48:05.0 
+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.0 +0200
+++ new/mutable-containers-0.3.3/mutable-containers.cabal   2016-07-04 
18:48:05.0 +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 

-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




commit ghc-mutable-containers for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package ghc-mutable-containers for 
openSUSE:Factory checked in at 2016-06-07 23:46:06

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:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-mutable-containers.new/ghc-mutable-containers.changes
   2016-06-07 23:46:07.0 +0200
@@ -0,0 +1,10 @@
+---
+Tue Apr 26 08:18:20 UTC 2016 - mimi...@gmail.com
+
+- package ghc-mutable-containers updated by st2obs
+
+---
+Sat Feb 13 18:34:49 UTC 2016 - mimi...@gmail.com
+
+- ghc-mutable-containers generated by st2obs scritpt
+

New:

  ghc-mutable-containers.changes
  ghc-mutable-containers.spec
  mutable-containers-0.3.2.1.tar.gz



Other differences:
--
++ ghc-mutable-containers.spec ++
#
# spec file for package ghc-mutable-containers
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# 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
Release:0
Summary:Abstactions and concrete implementations of mutable containers
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

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-mono-traversable-devel
BuildRequires:  ghc-primitive-devel
BuildRequires:  ghc-vector-devel
%if %{with tests}
BuildRequires:  ghc-QuickCheck-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
See docs and README at .


%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
This package provides the Haskell %{pkg_name} library development
files.


%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