commit ghc-servant-yaml for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-servant-yaml for 
openSUSE:Factory checked in at 2017-09-15 22:12:04

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


Package is "ghc-servant-yaml"

Fri Sep 15 22:12:04 2017 rev:4 rq:525364 version:0.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-yaml/ghc-servant-yaml.changes
2017-07-11 08:25:46.444051093 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-servant-yaml.new/ghc-servant-yaml.changes   
2017-09-15 22:12:04.346076827 +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-servant-yaml.spec ++
--- /var/tmp/diff_new_pack.xvrPqL/_old  2017-09-15 22:12:04.921995693 +0200
+++ /var/tmp/diff_new_pack.xvrPqL/_new  2017-09-15 22:12:04.925995129 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Servant support for yaml
 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/16.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
@@ -33,7 +33,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-servant-devel
 BuildRequires:  ghc-yaml-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-base-compat-devel
@@ -47,7 +46,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}
@@ -76,11 +75,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 example
 
 %changelog




commit ghc-servant-yaml for openSUSE:Factory

2017-07-10 Thread root
Hello community,

here is the log from the commit of package ghc-servant-yaml for 
openSUSE:Factory checked in at 2017-07-11 08:25:45

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


Package is "ghc-servant-yaml"

Tue Jul 11 08:25:45 2017 rev:3 rq:508575 version:0.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-yaml/ghc-servant-yaml.changes
2017-06-22 10:38:54.594168497 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-servant-yaml.new/ghc-servant-yaml.changes   
2017-07-11 08:25:46.444051093 +0200
@@ -1,0 +2,5 @@
+Wed Jun 28 16:01:43 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.0 revision 16.
+
+---



Other differences:
--
++ ghc-servant-yaml.spec ++
--- /var/tmp/diff_new_pack.VYi7vn/_old  2017-07-11 08:25:47.051965349 +0200
+++ /var/tmp/diff_new_pack.VYi7vn/_new  2017-07-11 08:25:47.051965349 +0200
@@ -26,7 +26,7 @@
 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/15.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/16.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-http-media-devel

++ servant-yaml.cabal ++
--- /var/tmp/diff_new_pack.VYi7vn/_old  2017-07-11 08:25:47.095959143 +0200
+++ /var/tmp/diff_new_pack.VYi7vn/_new  2017-07-11 08:25:47.095959143 +0200
@@ -1,6 +1,6 @@
 name:   servant-yaml
 version:0.1.0.0
-x-revision: 15
+x-revision: 16
 synopsis:   Servant support for yaml
 description:Servant support for yaml
 category:   Web
@@ -26,9 +26,9 @@
   src
   ghc-options: -Wall
   build-depends:
-  base>=4.7  && <4.10
+  base>=4.7  && <4.11
 , bytestring  >=0.10.4.0 && <0.11
-, http-media  >=0.6.2&& <0.7
+, http-media  >=0.6.2&& <0.8
 , servant >=0.4.4.5  && <0.12
 , yaml>=0.8.12   && <0.9
   exposed-modules:
@@ -42,7 +42,7 @@
   example
   ghc-options: -Wall
   build-depends:
-  base>=4.7  && <4.10
+  base
 , bytestring
 , http-media
 , servant




commit ghc-servant-yaml for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-servant-yaml for 
openSUSE:Factory checked in at 2017-06-22 10:38:54

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


Package is "ghc-servant-yaml"

Thu Jun 22 10:38:54 2017 rev:2 rq:504100 version:0.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-servant-yaml/ghc-servant-yaml.changes
2017-05-16 14:41:28.902098542 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-servant-yaml.new/ghc-servant-yaml.changes   
2017-06-22 10:38:54.594168497 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.0 revision 15.
+
+---



Other differences:
--
++ ghc-servant-yaml.spec ++
--- /var/tmp/diff_new_pack.7HsRFt/_old  2017-06-22 10:38:55.046104782 +0200
+++ /var/tmp/diff_new_pack.7HsRFt/_new  2017-06-22 10:38:55.054103654 +0200
@@ -26,7 +26,7 @@
 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/13.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/15.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-http-media-devel

++ servant-yaml.cabal ++
--- /var/tmp/diff_new_pack.7HsRFt/_old  2017-06-22 10:38:55.098097452 +0200
+++ /var/tmp/diff_new_pack.7HsRFt/_new  2017-06-22 10:38:55.098097452 +0200
@@ -1,6 +1,6 @@
 name:   servant-yaml
 version:0.1.0.0
-x-revision: 13
+x-revision: 15
 synopsis:   Servant support for yaml
 description:Servant support for yaml
 category:   Web
@@ -29,7 +29,7 @@
   base>=4.7  && <4.10
 , bytestring  >=0.10.4.0 && <0.11
 , http-media  >=0.6.2&& <0.7
-, servant >=0.4.4.5  && <0.11
+, servant >=0.4.4.5  && <0.12
 , yaml>=0.8.12   && <0.9
   exposed-modules:
   Servant.Yaml
@@ -43,14 +43,14 @@
   ghc-options: -Wall
   build-depends:
   base>=4.7  && <4.10
-, bytestring  >=0.10.4.0 && <0.11
-, http-media  >=0.6.2&& <0.7
-, servant >=0.4.4.5  && <0.11
-, yaml>=0.8.12   && <0.9
+, bytestring
+, http-media
+, servant
+, yaml
 , servant-yaml
-, servant-server >=0.4.4.5  && <0.11
+, servant-server >=0.4.4.5  && <0.12
 , base-compat>=0.6.0&& <0.10
-, aeson  >=0.8.0.2  && <1.2
+, aeson  >=0.8.0.2  && <1.3
 , wai>=3.0.3.0  && <3.3
 , warp   >=3.0.13.1 && <3.3
   default-language: Haskell2010