commit ghc-Spock for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-Spock for openSUSE:Factory 
checked in at 2017-09-15 21:14:28

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


Package is "ghc-Spock"

Fri Sep 15 21:14:28 2017 rev:5 rq:523994 version:0.12.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-Spock/ghc-Spock.changes  2017-04-13 
10:44:51.667200299 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Spock.new/ghc-Spock.changes 2017-09-15 
21:14:29.360870644 +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-Spock.spec ++
--- /var/tmp/diff_new_pack.ijTBWr/_old  2017-09-15 21:14:29.996781297 +0200
+++ /var/tmp/diff_new_pack.ijTBWr/_new  2017-09-15 21:14:30.000780735 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Another Haskell web framework for rapid development
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-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
 Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
@@ -53,7 +53,6 @@
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vault-devel
 BuildRequires:  ghc-wai-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-hspec-wai-devel
@@ -82,7 +81,7 @@
 
 %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}
@@ -111,11 +110,9 @@
 %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




commit ghc-Spock for openSUSE:Factory

2017-04-13 Thread root
Hello community,

here is the log from the commit of package ghc-Spock for openSUSE:Factory 
checked in at 2017-04-13 10:44:50

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


Package is "ghc-Spock"

Thu Apr 13 10:44:50 2017 rev:4 rq:477442 version:0.12.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-Spock/ghc-Spock.changes  2016-07-21 
08:16:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Spock.new/ghc-Spock.changes 2017-04-13 
10:44:51.667200299 +0200
@@ -1,0 +2,15 @@
+Mon Feb 20 08:40:34 UTC 2017 - psim...@suse.com
+
+- Update to version 0.12.0.0 revision 1 with cabal2obs.
+
+---
+Sun Feb 12 14:19:32 UTC 2017 - psim...@suse.com
+
+- Update to version 0.12.0.0 with cabal2obs.
+
+---
+Thu Sep 15 06:43:19 UTC 2016 - psim...@suse.com
+
+- Update to version 0.11.0.0 revision 1 with cabal2obs.
+
+---

Old:

  Spock-0.10.0.1.tar.gz

New:

  Spock-0.12.0.0.tar.gz
  Spock.cabal



Other differences:
--
++ ghc-Spock.spec ++
--- /var/tmp/diff_new_pack.I7MTEz/_old  2017-04-13 10:44:52.255117157 +0200
+++ /var/tmp/diff_new_pack.I7MTEz/_new  2017-04-13 10:44:52.259116591 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-Spock
 #
-# 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
@@ -19,22 +19,20 @@
 %global pkg_name Spock
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.10.0.1
+Version:0.12.0.0
 Release:0
 Summary:Another Haskell web framework for rapid development
 License:BSD-3-Clause
-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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
-BuildRequires:  ghc-aeson-devel
+BuildRequires:  ghc-Spock-core-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-crypto-random-devel
-BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-cryptonite-devel
 BuildRequires:  ghc-focus-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-http-types-devel
@@ -42,9 +40,6 @@
 BuildRequires:  ghc-list-t-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
-BuildRequires:  ghc-old-locale-devel
-BuildRequires:  ghc-path-pieces-devel
-BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-reroute-devel
 BuildRequires:  ghc-resource-pool-devel
 BuildRequires:  ghc-resourcet-devel
@@ -58,14 +53,12 @@
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vault-devel
 BuildRequires:  ghc-wai-devel
-BuildRequires:  ghc-wai-extra-devel
-BuildRequires:  ghc-warp-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-hspec-wai-devel
+BuildRequires:  ghc-wai-extra-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This toolbox provides everything you need to get a quick start into web hacking
@@ -100,21 +93,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ Spock-0.10.0.1.tar.gz -> Spock-0.12.0.0.tar.gz ++
 4038 lines of diff (skipped)

++ Spock.cabal ++
name:Spock
version: 0.12.0.0
x-revision: 1
synopsis:Another Haskell web framework for rapid development
description: This toolbox provides everything you need to get a quick 
start into web hacking with haskell:
 .
 * fast routing
 .
 * middleware
 .
 * json
 .
 * sessions
 .
 * cookies
 .
 * database helper
 .
 * csrf-protection
   

commit ghc-Spock for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-Spock for openSUSE:Factory 
checked in at 2016-07-21 08:16:14

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


Package is "ghc-Spock"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-Spock/ghc-Spock.changes  2016-01-08 
15:22:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-Spock.new/ghc-Spock.changes 2016-07-21 
08:16:17.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:16:58 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.0.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-Spock.spec ++
--- /var/tmp/diff_new_pack.qfxsm3/_old  2016-07-21 08:16:17.0 +0200
+++ /var/tmp/diff_new_pack.qfxsm3/_new  2016-07-21 08:16:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-Spock
 #
-# 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
@@ -15,23 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name Spock
 
+%global pkg_name Spock
 %bcond_with tests
-
-Name:   ghc-Spock
+Name:   ghc-%{pkg_name}
 Version:0.10.0.1
 Release:0
 Summary:Another Haskell web framework for rapid development
-Group:  System/Libraries
-
 License:BSD-3-Clause
+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-aeson-devel
 BuildRequires:  ghc-base64-bytestring-devel
@@ -53,6 +48,7 @@
 BuildRequires:  ghc-reroute-devel
 BuildRequires:  ghc-resource-pool-devel
 BuildRequires:  ghc-resourcet-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-containers-devel
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-text-devel
@@ -64,6 +60,7 @@
 BuildRequires:  ghc-wai-devel
 BuildRequires:  ghc-wai-extra-devel
 BuildRequires:  ghc-warp-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-hspec-wai-devel
@@ -90,19 +87,17 @@
 
 A tutorial is available 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}
 
@@ -117,26 +112,22 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{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




commit ghc-Spock for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package ghc-Spock for openSUSE:Factory 
checked in at 2016-01-08 15:22:43

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


Package is "ghc-Spock"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-Spock/ghc-Spock.changes  2015-11-10 
10:02:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-Spock.new/ghc-Spock.changes 2016-01-08 
15:22:45.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 15 21:38:31 UTC 2015 - mimi...@gmail.com
+
+- update to 0.10.0.1 
+
+---

Old:

  Spock-0.8.1.0.tar.gz

New:

  Spock-0.10.0.1.tar.gz



Other differences:
--
++ ghc-Spock.spec ++
--- /var/tmp/diff_new_pack.YOKk1c/_old  2016-01-08 15:22:46.0 +0100
+++ /var/tmp/diff_new_pack.YOKk1c/_new  2016-01-08 15:22:46.0 +0100
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-Spock
-Version:0.8.1.0
+Version:0.10.0.1
 Release:0
 Summary:Another Haskell web framework for rapid development
 Group:  System/Libraries
@@ -38,6 +38,7 @@
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-case-insensitive-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-crypto-random-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-focus-devel
 BuildRequires:  ghc-hashable-devel
@@ -135,7 +136,7 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md examples
+%doc README.md
 
 
 %changelog

++ Spock-0.8.1.0.tar.gz -> Spock-0.10.0.1.tar.gz ++
 2211 lines of diff (skipped)