Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package typst for openSUSE:Factory checked 
in at 2023-04-28 16:24:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/typst (Old)
 and      /work/SRC/openSUSE:Factory/.typst.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "typst"

Fri Apr 28 16:24:53 2023 rev:4 rq:1083522 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/typst/typst.changes      2023-04-19 
17:42:36.500065026 +0200
+++ /work/SRC/openSUSE:Factory/.typst.new.1533/typst.changes    2023-04-28 
16:26:10.070990658 +0200
@@ -1,0 +2,51 @@
+Fri Apr 28 11:24:20 UTC 2023 - Martin Sirringhaus <martin.sirringh...@suse.com>
+
+- Update to version 0.3.0
+  * Breaking changes:
+    - Renamed a few symbols: What was previous dot.op is now just dot and the 
basic dot is dot.basic. The same applies to ast and tilde.
+    - Renamed mod to rem to more accurately reflect the behaviour. It will 
remain available as mod until the next update as a grace period.
+    - A lone underscore is not a valid identifier anymore, it can now only be 
used in patterns
+    - Removed before and after arguments from query. This is now handled 
through flexible selectors combinator methods
+    - Added support for attachments (sub-, superscripts) that precede the base 
symbol. The top and bottom arguments have been renamed to t and b.
+  * New features
+    - Added support for more complex strokes (configurable caps, joins, and 
dash patterns)
+    - Added cancel function for equations
+    - Added support for destructuring in argument lists and assignments
+    - Added alt text argument to image function
+    - Added toml function for loading data from a TOML file
+    - Added zip, sum, and product methods for arrays
+    - Added fact, perm, binom, gcd, lcm, atan2, quo, trunc, and fract 
calculation
+  * Improvements
+    - Text in SVGs now displays properly
+    - Typst now generates a PDF heading outline
+    - References now provides the referenced element as a field in show rules
+    - Refined linebreak algorithm for better Chinese justification
+    - Locations are now a valid kind of selector
+    - Added a few symbols for algebra
+    - Added Spanish smart quote support
+    - Added selector function to turn a selector-like value into a selector on 
which combinator methods can be called
+    - Improved some error messages
+    - The outline and bibliography headings can now be styled with show-set 
rules
+    - Operations on numbers now produce an error instead of overflowing
+  * Bug fixes
+    - Fixed wrong linebreak before punctuation that follows inline equations, 
citations, and other elements
+    - Fixed a bug with argument sinks
+    - Fixed strokes with thickness zero
+    - Fixed hiding and show rules in math
+    - Fixed alignment in matrices
+    - Fixed some alignment bugs in equations
+    - Fixed grid cell alignment
+    - Fixed alignment of list marker and enum markers in presence of global 
alignment settings
+    - Fixed path closing
+    - Fixed compiler crash with figure references
+    - A single trailing line breaks is now ignored in math, just like in text
+  * Command line interface
+    - Font path and compilation root can now be set with the environment 
variables TYPST_FONT_PATHS and TYPST_ROOT
+    - The output of typst fonts now includes the embedded fonts
+  * Development
+    - Added instrumentation for debugging and optimization
+    - Added --update flag and UPDATE_EXPECT environment variable to update 
reference images for tests
+    - You can now run a specific subset with --subtest
+    - Tests now run on multiple threads
+
+-------------------------------------------------------------------

Old:
----
  typst-0.2.0.tar.gz

New:
----
  typst-0.3.0.tar.gz

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

Other differences:
------------------
++++++ typst.spec ++++++
--- /var/tmp/diff_new_pack.C2pgK0/_old  2023-04-28 16:26:11.935001575 +0200
+++ /var/tmp/diff_new_pack.C2pgK0/_new  2023-04-28 16:26:11.943001623 +0200
@@ -19,7 +19,7 @@
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 
 Name:           typst
-Version:        0.2.0
+Version:        0.3.0
 Release:        0
 Summary:        A new markup-based typesetting system that is powerful and 
easy to learn
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.C2pgK0/_old  2023-04-28 16:26:11.991001905 +0200
+++ /var/tmp/diff_new_pack.C2pgK0/_new  2023-04-28 16:26:11.995001928 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="disabled" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">typst-0.2.0.tar.gz</param>
+     <param name="srctar">typst-0.3.0.tar.gz</param>
      <param name="compression">xz</param>
      <param name="update">true</param>
   </service>

++++++ typst-0.2.0.tar.gz -> typst-0.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/typst/typst-0.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.typst.new.1533/typst-0.3.0.tar.gz differ: char 12, 
line 1

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/typst/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.typst.new.1533/vendor.tar.xz differ: char 26, line 1

Reply via email to