Hello community,

here is the log from the commit of package ghc-microlens-th for 
openSUSE:Factory checked in at 2017-03-20 17:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-microlens-th.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-microlens-th"

Mon Mar 20 17:06:11 2017 rev:3 rq:450611 version:0.4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes        
2016-11-10 13:25:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-microlens-th.new/ghc-microlens-th.changes   
2017-03-20 17:06:12.390304677 +0100
@@ -1,0 +2,5 @@
+Sun Jan  8 21:12:42 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  microlens-th-0.4.1.0.tar.gz

New:
----
  microlens-th-0.4.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-microlens-th.spec ++++++
--- /var/tmp/diff_new_pack.C1Xdyj/_old  2017-03-20 17:06:13.494148814 +0100
+++ /var/tmp/diff_new_pack.C1Xdyj/_new  2017-03-20 17:06:13.498148250 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-microlens-th
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name microlens-th
 Name:           ghc-%{pkg_name}
-Version:        0.4.1.0
+Version:        0.4.1.1
 Release:        0
 Summary:        Automatic generation of record lenses for microlens
 License:        BSD-3-Clause

++++++ microlens-th-0.4.1.0.tar.gz -> microlens-th-0.4.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-th-0.4.1.0/CHANGELOG.md 
new/microlens-th-0.4.1.1/CHANGELOG.md
--- old/microlens-th-0.4.1.0/CHANGELOG.md       2016-08-15 11:34:35.000000000 
+0200
+++ new/microlens-th-0.4.1.1/CHANGELOG.md       2017-01-05 20:05:54.000000000 
+0100
@@ -1,3 +1,7 @@
+# 0.4.1.1
+
+* Bumped the upper bound of template-haskell, as requested by @ocharles.
+
 # 0.4.1.0
 
 * Added `abbreviatedFields`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-th-0.4.1.0/microlens-th.cabal 
new/microlens-th-0.4.1.1/microlens-th.cabal
--- old/microlens-th-0.4.1.0/microlens-th.cabal 2016-08-15 11:34:41.000000000 
+0200
+++ new/microlens-th-0.4.1.1/microlens-th.cabal 2017-01-05 20:05:54.000000000 
+0100
@@ -1,5 +1,5 @@
 name:                microlens-th
-version:             0.4.1.0
+version:             0.4.1.1
 synopsis:            Automatic generation of record lenses for microlens
 description:
   This package lets you automatically generate lenses for data types; code was 
extracted from the lens package, and therefore generated lenses are fully 
compatible with ones generated by lens (and can be used both from lens and 
microlens).
@@ -34,7 +34,7 @@
                      , microlens >=0.4.0 && <0.5
                      , containers >=0.4.0 && <0.6
                      -- lens has >=2.4, but GHC 7.4 shipped with 2.7
-                     , template-haskell >=2.7 && <2.12
+                     , template-haskell >=2.7 && <2.13
 
   if flag(inlining)
     cpp-options: -DINLINING


Reply via email to