Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-typst-symbols for 
openSUSE:Factory checked in at 2024-04-21 20:29:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-typst-symbols (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-typst-symbols.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-typst-symbols"

Sun Apr 21 20:29:38 2024 rev:5 rq:1169525 version:0.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-typst-symbols/ghc-typst-symbols.changes      
2023-12-28 23:05:06.302428034 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-typst-symbols.new.26366/ghc-typst-symbols.changes
   2024-04-21 20:30:53.201861693 +0200
@@ -1,0 +2,12 @@
+Sun Mar 17 18:12:03 UTC 2024 - Peter Simons <psim...@suse.com>
+
+- Update typst-symbols to version 0.1.6.
+  ## 0.1.6
+
+  * Update to typst 0.11.
+
+  ## 0.1.5
+
+  * Update to typst 0.9.
+
+-------------------------------------------------------------------

Old:
----
  typst-symbols-0.1.5.tar.gz
  typst-symbols.cabal

New:
----
  typst-symbols-0.1.6.tar.gz

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

Other differences:
------------------
++++++ ghc-typst-symbols.spec ++++++
--- /var/tmp/diff_new_pack.pY1nDC/_old  2024-04-21 20:30:53.717880636 +0200
+++ /var/tmp/diff_new_pack.pY1nDC/_new  2024-04-21 20:30:53.717880636 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-typst-symbols
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,12 @@
 %global pkg_name typst-symbols
 %global pkgver %{pkg_name}-%{version}
 Name:           ghc-%{pkg_name}
-Version:        0.1.5
+Version:        0.1.6
 Release:        0
 Summary:        Symbol and emoji lookup for typst language
 License:        MIT
 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-base-devel
 BuildRequires:  ghc-base-prof
@@ -66,7 +65,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ typst-symbols-0.1.5.tar.gz -> typst-symbols-0.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typst-symbols-0.1.5/CHANGELOG.md 
new/typst-symbols-0.1.6/CHANGELOG.md
--- old/typst-symbols-0.1.5/CHANGELOG.md        2001-09-09 03:46:40.000000000 
+0200
+++ new/typst-symbols-0.1.6/CHANGELOG.md        2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,13 @@
 # Revision history for typst-symbols
 
+## 0.1.6
+
+* Update to typst 0.11.
+
+## 0.1.5
+
+* Update to typst 0.9.
+
 ## 0.1.4
 
 * Add Typst.Shorthands with symbol shorthand table.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typst-symbols-0.1.5/src/Typst/Symbols.hs 
new/typst-symbols-0.1.6/src/Typst/Symbols.hs
--- old/typst-symbols-0.1.5/src/Typst/Symbols.hs        2001-09-09 
03:46:40.000000000 +0200
+++ new/typst-symbols-0.1.6/src/Typst/Symbols.hs        2001-09-09 
03:46:40.000000000 +0200
@@ -15,8 +15,11 @@
   , ( "zwj" , False , "\8205" )
   , ( "zwnj" , False , "\8204" )
   , ( "zws" , False , "\8203" )
+  , ( "lrm" , False , "\8206" )
+  , ( "rlm" , False , "\8207" )
   , ( "space" , False , " " )
   , ( "space.nobreak" , False , "\160" )
+  , ( "space.nobreak.narrow" , False , "\8239" )
   , ( "space.en" , False , "\8194" )
   , ( "space.quad" , False , "\8195" )
   , ( "space.third" , False , "\8196" )
@@ -90,6 +93,7 @@
   , ( "backslash.not" , False , "\10743" )
   , ( "co" , False , "\8453" )
   , ( "colon" , False , ":" )
+  , ( "colon.double" , False , "\8759" )
   , ( "colon.eq" , False , "\8788" )
   , ( "colon.double.eq" , False , "\10868" )
   , ( "comma" , False , "," )
@@ -146,6 +150,7 @@
   , ( "dots.up" , False , "\8944" )
   , ( "tilde.op" , True , "\8764" )
   , ( "tilde.basic" , True , "~" )
+  , ( "tilde.dot" , False , "\10858" )
   , ( "tilde.eq" , False , "\8771" )
   , ( "tilde.eq.not" , False , "\8772" )
   , ( "tilde.eq.rev" , False , "\8909" )
@@ -248,6 +253,7 @@
   , ( "gt.curly.ntilde" , False , "\8937" )
   , ( "gt.curly.tilde" , False , "\8831" )
   , ( "gt.dot" , False , "\8919" )
+  , ( "gt.approx" , False , "\10886" )
   , ( "gt.double" , False , "\8811" )
   , ( "gt.eq" , False , "\8805" )
   , ( "gt.eq.slant" , False , "\10878" )
@@ -256,6 +262,7 @@
   , ( "gt.equiv" , False , "\8807" )
   , ( "gt.lt" , False , "\8823" )
   , ( "gt.lt.not" , False , "\8825" )
+  , ( "gt.napprox" , False , "\10890" )
   , ( "gt.nequiv" , False , "\8809" )
   , ( "gt.not" , False , "\8815" )
   , ( "gt.ntilde" , False , "\8935" )
@@ -282,6 +289,7 @@
   , ( "lt.curly.ntilde" , False , "\8936" )
   , ( "lt.curly.tilde" , False , "\8830" )
   , ( "lt.dot" , False , "\8918" )
+  , ( "lt.approx" , False , "\10885" )
   , ( "lt.double" , False , "\8810" )
   , ( "lt.eq" , False , "\8804" )
   , ( "lt.eq.slant" , False , "\10877" )
@@ -290,6 +298,7 @@
   , ( "lt.equiv" , False , "\8806" )
   , ( "lt.gt" , False , "\8822" )
   , ( "lt.gt.not" , False , "\8824" )
+  , ( "lt.napprox" , False , "\10889" )
   , ( "lt.nequiv" , False , "\8808" )
   , ( "lt.not" , False , "\8814" )
   , ( "lt.ntilde" , False , "\8934" )
@@ -388,6 +397,8 @@
   , ( "infinity" , False , "\8734" )
   , ( "oo" , False , "\8734" )
   , ( "diff" , False , "\8706" )
+  , ( "partial" , False , "\8706" )
+  , ( "gradient" , False , "\8711" )
   , ( "nabla" , False , "\8711" )
   , ( "sum" , False , "\8721" )
   , ( "sum.integral" , False , "\10763" )
@@ -432,6 +443,8 @@
   , ( "xor" , False , "\8853" )
   , ( "xor.big" , False , "\10753" )
   , ( "models" , False , "\8871" )
+  , ( "forces" , False , "\8873" )
+  , ( "forces.not" , False , "\8878" )
   , ( "therefore" , False , "\8756" )
   , ( "because" , False , "\8757" )
   , ( "qed" , False , "\8718" )
@@ -558,7 +571,7 @@
   , ( "lozenge.filled.small" , False , "\11050" )
   , ( "lozenge.filled.medium" , False , "\11047" )
   , ( "star.op" , False , "\8902" )
-  , ( "star.stroked" , False , "\9733" )
+  , ( "star.stroked" , False , "\9734" )
   , ( "star.filled" , False , "\9733" )
   , ( "arrow.r" , True , "\8594" )
   , ( "arrow.r.long.bar" , False , "\10236" )
@@ -582,6 +595,7 @@
   , ( "arrow.r.stop" , False , "\8677" )
   , ( "arrow.r.stroked" , False , "\8680" )
   , ( "arrow.r.tail" , False , "\8611" )
+  , ( "arrow.r.tilde" , False , "\10610" )
   , ( "arrow.r.triple" , False , "\8667" )
   , ( "arrow.r.twohead.bar" , False , "\10501" )
   , ( "arrow.r.twohead" , False , "\8608" )
@@ -608,6 +622,7 @@
   , ( "arrow.l.stop" , False , "\8676" )
   , ( "arrow.l.stroked" , False , "\8678" )
   , ( "arrow.l.tail" , False , "\8610" )
+  , ( "arrow.l.tilde" , False , "\11081" )
   , ( "arrow.l.triple" , False , "\8666" )
   , ( "arrow.l.twohead.bar" , False , "\11062" )
   , ( "arrow.l.twohead" , False , "\8606" )
@@ -816,6 +831,8 @@
   , ( "bet" , False , "\1489" )
   , ( "gimmel" , False , "\1490" )
   , ( "gimel" , False , "\1490" )
+  , ( "daleth" , False , "\1491" )
+  , ( "dalet" , False , "\1491" )
   , ( "shin" , False , "\1513" )
   , ( "AA" , False , "\120120" )
   , ( "BB" , False , "\120121" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typst-symbols-0.1.5/typst-symbols.cabal 
new/typst-symbols-0.1.6/typst-symbols.cabal
--- old/typst-symbols-0.1.5/typst-symbols.cabal 2001-09-09 03:46:40.000000000 
+0200
+++ new/typst-symbols-0.1.6/typst-symbols.cabal 2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               typst-symbols
-version:            0.1.5
+version:            0.1.6
 synopsis:           Symbol and emoji lookup for typst language
 description:        This package defines symbol and emoji codes for the
                     typst language (<https://typst.app>).
@@ -27,6 +27,6 @@
                       Typst.Shorthands
                       Typst.Emoji
     build-depends:    base >= 4.12 && < 5,
-                      text >= 1.0 && < 2.1
+                      text >= 1.0 && < 2.2
     hs-source-dirs:   src
     default-language: Haskell2010

Reply via email to