Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-microlens-th for 
openSUSE:Factory checked in at 2023-01-18 13:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-microlens-th"

Wed Jan 18 13:10:09 2023 rev:10 rq:1059087 version:0.4.3.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes        
2022-10-13 15:42:38.926796908 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-microlens-th.new.32243/ghc-microlens-th.changes 
    2023-01-18 13:10:30.588713915 +0100
@@ -1,0 +2,7 @@
+Wed Dec 14 05:19:47 UTC 2022 - Peter Simons <psim...@suse.com>
+
+- Update microlens-th to version 0.4.3.11.
+  Upstream has not updated the file "CHANGELOG.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  microlens-th-0.4.3.10.tar.gz
  microlens-th.cabal

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

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

Other differences:
------------------
++++++ ghc-microlens-th.spec ++++++
--- /var/tmp/diff_new_pack.BIuRTs/_old  2023-01-18 13:10:31.316718231 +0100
+++ /var/tmp/diff_new_pack.BIuRTs/_new  2023-01-18 13:10:31.320718254 +0100
@@ -19,13 +19,12 @@
 %global pkg_name microlens-th
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.4.3.10
+Version:        0.4.3.11
 Release:        0
 Summary:        Automatic generation of record lenses for microlens
 License:        BSD-3-Clause
 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
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-microlens-devel
@@ -60,7 +59,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ microlens-th-0.4.3.10.tar.gz -> microlens-th-0.4.3.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-th-0.4.3.10/microlens-th.cabal 
new/microlens-th-0.4.3.11/microlens-th.cabal
--- old/microlens-th-0.4.3.10/microlens-th.cabal        2021-05-10 
18:04:37.000000000 +0200
+++ new/microlens-th-0.4.3.11/microlens-th.cabal        2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:                microlens-th
-version:             0.4.3.10
+version:             0.4.3.11
 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).
@@ -8,7 +8,7 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Eric Mertens, Edward Kmett, Artyom Kazak
-maintainer:          Monadfix <h...@monadfix.com>
+maintainer:          Steven Fontanella <steven.fontane...@gmail.com>
 homepage:            http://github.com/monadfix/microlens
 bug-reports:         http://github.com/monadfix/microlens/issues
 category:            Data, Lenses
@@ -24,8 +24,10 @@
                      GHC==8.4.4
                      GHC==8.6.5
                      GHC==8.8.4
-                     GHC==8.10.3
-                     GHC==9.0.1
+                     GHC==8.10.7
+                     GHC==9.0.2
+                     GHC==9.2.5
+                     GHC==9.4.3
 
 source-repository head
   type:                git
@@ -40,7 +42,7 @@
                      , microlens >=0.4.0 && <0.5
                      , containers >=0.5 && <0.7
                      , transformers
-                     , template-haskell >=2.8 && <2.19
+                     , template-haskell >=2.8 && <2.20
                      , th-abstraction >=0.4.1 && <0.5
 
   ghc-options:
@@ -50,6 +52,7 @@
 
   hs-source-dirs:      src
   default-language:    Haskell2010
+  default-extensions:  TypeOperators
 
 test-suite templates
   type: exitcode-stdio-1.0
@@ -60,4 +63,5 @@
 
   build-depends: base, microlens, microlens-th, tagged
 
-  default-language: Haskell2010
+  default-language:    Haskell2010
+  default-extensions:  TypeOperators

Reply via email to