From 24624bc5bcc9368d4a29c38ccf3cb1ccc91fe6be Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann <bwiedemann@suse.de> Date: Jan 17 2024 18:33:05 +0000 Subject: update --- diff --git a/.files b/.files index 3c8cda0..3b10532 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index dc6c0a9..b776a66 100644 --- a/.rev +++ b/.rev @@ -1116,4 +1116,36 @@ <comment></comment> <requestid>1111417</requestid> </revision> + <revision rev="137" vrev="2"> + <srcmd5>236011f5807c898225d3b516639fa67f</srcmd5> + <version>2.57.0</version> + <time>1701533540</time> + <user>dimstar_suse</user> + <comment> (forwarded request 1130221 from iznogood)</comment> + <requestid>1130319</requestid> + </revision> + <revision rev="138" vrev="3"> + <srcmd5>69756b0fa8bf0edb3d556d17f5fb3235</srcmd5> + <version>2.57.0</version> + <time>1701972607</time> + <user>anag+factory</user> + <comment></comment> + <requestid>1131667</requestid> + </revision> + <revision rev="139" vrev="4"> + <srcmd5>6c1fd85efb918f598621c68f82beeb49</srcmd5> + <version>2.57.0</version> + <time>1702158546</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>1132054</requestid> + </revision> + <revision rev="140" vrev="1"> + <srcmd5>c6d1f2d354f8cb0f5d85cc478e475676</srcmd5> + <version>2.57.1</version> + <time>1704487248</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>1136901</requestid> + </revision> </revisionlist> diff --git a/_service b/_service index d4988b8..d92f3c1 100644 --- a/_service +++ b/_service @@ -3,24 +3,20 @@ <service name="obs_scm" mode="manual"> <param name="url">https://gitlab.gnome.org/GNOME/librsvg.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/2.57.0</param> - <param name="versionformat">2.57.0</param> -<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> + <param name="revision">refs/tags/2.57.1</param> + <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> - <param name="versionrewrite-replacement">\1</param> --> + <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> <service name="set_version" mode="manual"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">zst</param> </service> <service name="cargo_vendor" mode="manual"> <param name="srcdir">librsvg</param> <param name="update">true</param> </service> - <service name="cargo_audit" mode="manual"> - <param name="srcdir">librsvg</param> - </service> </services> diff --git a/cargo_config b/cargo_config deleted file mode 100644 index a476f35..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" \ No newline at end of file diff --git a/librsvg-2.57.0.obscpio b/librsvg-2.57.0.obscpio deleted file mode 120000 index 727b398..0000000 --- a/librsvg-2.57.0.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeibf47z2ggt2cc3fgzdwpuk2kgkc52zrt5bbjydymew7su3atg6lqa \ No newline at end of file diff --git a/librsvg-2.57.1.obscpio b/librsvg-2.57.1.obscpio new file mode 120000 index 0000000..8671bce --- /dev/null +++ b/librsvg-2.57.1.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeiashhc7g45ty4geaf23noiagu2zgfaqvj6c7f2wmjwdeylnnxlpzi \ No newline at end of file diff --git a/librsvg.changes b/librsvg.changes index be95664..8c48d73 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Thu Jan 4 17:19:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> + +- Update to version 2.57.1: + + Fix small-caps and bump the version of Pango required to 1.50.0. + + Fix panic when using negative scaling transforms on the + toplevel. + + Support "var(--foo, #aabbcc)" just for colors. This is the + minimum required to render color SVG emoji fonts that provide + color fallbacks, but it is not yet full support for CSS var(). + + Fix the VS2017 build. + + Update cairo-rs. + + Update the project metadata files. + +------------------------------------------------------------------- +Thu Nov 30 12:36:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> + +- Run service with new obs-service-cargo, drop cargo_config as + source and clean up spec and service, and switch to zst as + buildtime compression. + +------------------------------------------------------------------- Thu Sep 14 08:45:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.57.0: @@ -223,7 +244,7 @@ Fri Aug 26 22:08:17 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> Fri Jul 8 02:52:20 UTC 2022 - William Brown <william.brown@suse.com> - Replace dependency on unmaintained rust-packaging with - cargo-packaging. + cargo-packaging (boo#1198129). ------------------------------------------------------------------- Mon Jun 20 03:27:28 UTC 2022 - William Brown <william.brown@suse.com> @@ -332,6 +353,15 @@ Fri Mar 18 01:42:21 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> following upstream changes. ------------------------------------------------------------------- +Fri Mar 18 01:42:20 UTC 2022 - Federico Mena Quintero <federico@suse.com> + +- Update to version 2.52.10: + + + Fix arbitrary file read when href has special characters. + +- bsc#1213502 - CVE-2023-38633 - directory traversal in URI decoder. + +------------------------------------------------------------------- Fri Mar 18 01:42:20 UTC 2022 - Luciano Santos <luc14n0@opensuse.org> - Update to version 2.52.8: diff --git a/librsvg.obsinfo b/librsvg.obsinfo index 34a928e..c0f756a 100644 --- a/librsvg.obsinfo +++ b/librsvg.obsinfo @@ -1,4 +1,4 @@ name: librsvg -version: 2.57.0 -mtime: 1694628281 -commit: cd2e29d85df4e09f2af7d24e4254220a051f090d +version: 2.57.1 +mtime: 1702655640 +commit: 34cc425b40bb6299868157fe98c945c30bbc3b71 diff --git a/librsvg.spec b/librsvg.spec index 79bfc0c..3bc1229 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -1,7 +1,7 @@ # # spec file for package librsvg # -# 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 @@ -20,15 +20,14 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.57.0 +Version: 2.57.1 Release: 0 Summary: A Library for Rendering SVG Data License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/LibRsvg -Source: %{name}-%{version}.tar.xz -Source2: vendor.tar.zst -Source3: cargo_config +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst Source99: baselibs.conf BuildRequires: cargo-packaging >= 1.2.0+3 @@ -135,9 +134,7 @@ This package contains a thumbnailer to render SVG (scalable vector graphics) data. %prep -%autosetup -p1 -a2 -mkdir .cargo -cp %{SOURCE3} .cargo/config +%autosetup -p1 -a1 %build export RUSTFLAGS="%{build_rustflags}" diff --git a/vendor.tar.zst b/vendor.tar.zst index 7d811d5..d5c5e14 120000 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1 +1 @@ -/ipfs/bafybeif2rrseepytc56sssqp4s3yurspyrobl4xe3li5b37wekvgw6vc7q \ No newline at end of file +/ipfs/bafybeif2mjl5qrdslr3hueulur6xxrs6pc3sh4qsay24wrogxmjlzdvq2u \ No newline at end of file