commit ghc-yahoo-finance-api for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-yahoo-finance-api for 
openSUSE:Factory checked in at 2017-09-15 22:27:38

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


Package is "ghc-yahoo-finance-api"

Fri Sep 15 22:27:38 2017 rev:3 rq:525735 version:0.2.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-yahoo-finance-api/ghc-yahoo-finance-api.changes  
2017-06-22 10:39:48.450575544 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-yahoo-finance-api.new/ghc-yahoo-finance-api.changes
 2017-09-15 22:27:39.982273108 +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-yahoo-finance-api.spec ++
--- /var/tmp/diff_new_pack.zTUVJn/_old  2017-09-15 22:27:41.654037601 +0200
+++ /var/tmp/diff_new_pack.zTUVJn/_new  2017-09-15 22:27:41.658037037 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Read quotes from Yahoo Finance API
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -39,7 +39,6 @@
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-vector-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-Glob-devel
 BuildRequires:  ghc-doctest-devel
@@ -53,7 +52,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}
@@ -82,11 +81,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-yahoo-finance-api for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-yahoo-finance-api for 
openSUSE:Factory checked in at 2017-06-22 10:39:46

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


Package is "ghc-yahoo-finance-api"

Thu Jun 22 10:39:46 2017 rev:2 rq:504122 version:0.2.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-yahoo-finance-api/ghc-yahoo-finance-api.changes  
2017-05-10 20:46:27.397228588 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-yahoo-finance-api.new/ghc-yahoo-finance-api.changes
 2017-06-22 10:39:48.450575544 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:13 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.2.
+
+---

Old:

  yahoo-finance-api-0.2.0.1.tar.gz

New:

  yahoo-finance-api-0.2.0.2.tar.gz



Other differences:
--
++ ghc-yahoo-finance-api.spec ++
--- /var/tmp/diff_new_pack.t9VFPS/_old  2017-06-22 10:39:49.058489835 +0200
+++ /var/tmp/diff_new_pack.t9VFPS/_new  2017-06-22 10:39:49.058489835 +0200
@@ -19,7 +19,7 @@
 %global pkg_name yahoo-finance-api
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0.1
+Version:0.2.0.2
 Release:0
 Summary:Read quotes from Yahoo Finance API
 License:BSD-3-Clause

++ yahoo-finance-api-0.2.0.1.tar.gz -> yahoo-finance-api-0.2.0.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yahoo-finance-api-0.2.0.1/yahoo-finance-api.cabal 
new/yahoo-finance-api-0.2.0.2/yahoo-finance-api.cabal
--- old/yahoo-finance-api-0.2.0.1/yahoo-finance-api.cabal   2017-02-01 
23:53:48.0 +0100
+++ new/yahoo-finance-api-0.2.0.2/yahoo-finance-api.cabal   2017-05-25 
05:17:33.0 +0200
@@ -1,5 +1,5 @@
 name:yahoo-finance-api
-version: 0.2.0.1
+version: 0.2.0.2
 synopsis:Read quotes from Yahoo Finance API
 description: Haskell wrapper for the stock APIs provided by Yahoo 
Finance.
 homepage:https://github.com/cdepillabout/yahoo-finance-api
@@ -24,8 +24,8 @@
  , http-api-data
  , http-client
  , mtl
- , servant>= 0.4 && < 0.11
- , servant-client >= 0.4 && < 0.11
+ , servant>= 0.4
+ , servant-client >= 0.4
  , text
  , time
  , transformers