commit ghc-here for openSUSE:Factory

2017-09-15 Thread root
Hello community,

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

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


Package is "ghc-here"

Fri Sep 15 21:47:57 2017 rev:3 rq:524741 version:1.2.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-here/ghc-here.changes2017-06-22 
10:37:46.015836681 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-here.new/ghc-here.changes   2017-09-15 
21:47:59.273705488 +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-here.spec ++
--- /var/tmp/diff_new_pack.6Wry9I/_old  2017-09-15 21:48:00.013601259 +0200
+++ /var/tmp/diff_new_pack.6Wry9I/_new  2017-09-15 21:48:00.017600695 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Here docs & interpolated strings via quasiquotation
 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-haskell-src-meta-devel
@@ -31,14 +31,13 @@
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Here docs & interpolated strings via quasiquotation.
 
 %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}
@@ -63,10 +62,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-here for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-here for openSUSE:Factory 
checked in at 2017-06-22 10:37:44

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


Package is "ghc-here"

Thu Jun 22 10:37:44 2017 rev:2 rq:504073 version:1.2.11

Changes:

--- /work/SRC/openSUSE:Factory/ghc-here/ghc-here.changes2017-05-16 
14:40:04.469961490 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-here.new/ghc-here.changes   2017-06-22 
10:37:46.015836681 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:13 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.11.
+
+---

Old:

  here-1.2.9.tar.gz

New:

  here-1.2.11.tar.gz



Other differences:
--
++ ghc-here.spec ++
--- /var/tmp/diff_new_pack.qo8kxb/_old  2017-06-22 10:37:46.535763383 +0200
+++ /var/tmp/diff_new_pack.qo8kxb/_new  2017-06-22 10:37:46.535763383 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name here
 Name:   ghc-%{pkg_name}
-Version:1.2.9
+Version:1.2.11
 Release:0
 Summary:Here docs & interpolated strings via quasiquotation
 License:BSD-3-Clause

++ here-1.2.9.tar.gz -> here-1.2.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/here-1.2.9/here.cabal new/here-1.2.11/here.cabal
--- old/here-1.2.9/here.cabal   2016-10-19 05:23:03.0 +0200
+++ new/here-1.2.11/here.cabal  2017-05-29 22:02:34.0 +0200
@@ -1,5 +1,5 @@
 name: here
-version: 1.2.9
+version: 1.2.11
 synopsis: Here docs & interpolated strings via quasiquotation
 description: Here docs & interpolated strings via quasiquotation
 license: BSD3
@@ -25,8 +25,8 @@
   other-modules:
 Data.String.Here.Internal
   build-depends:
-base >= 4.5 && < 4.10,
-haskell-src-meta >= 0.6 && < 0.8,
+base >= 4.5 && < 4.11,
+haskell-src-meta >= 0.6 && < 0.9,
 mtl >=2.1 && < 2.3,
 parsec ==3.1.*,
 template-haskell