Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parsec for openSUSE:Factory checked in at 2023-04-21 14:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parsec (Old) and /work/SRC/openSUSE:Factory/.parsec.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parsec" Fri Apr 21 14:17:05 2023 rev:20 rq:1080916 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/parsec/parsec.changes 2023-03-28 17:52:09.859785156 +0200 +++ /work/SRC/openSUSE:Factory/.parsec.new.1533/parsec.changes 2023-04-21 14:17:15.302662599 +0200 @@ -1,0 +2,7 @@ +Thu Apr 20 15:01:10 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update to 1.2.0: + * Closed issue since 1.2.0-rc1: + - Parsec 1.1 fails to build with meta-security master branch + +------------------------------------------------------------------- Old: ---- parsec-1.2.0-rc1.tar.gz New: ---- parsec-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parsec.spec ++++++ --- /var/tmp/diff_new_pack.IRldrs/_old 2023-04-21 14:17:17.086672602 +0200 +++ /var/tmp/diff_new_pack.IRldrs/_new 2023-04-21 14:17:17.094672647 +0200 @@ -17,11 +17,11 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' -%define archive_version 1.2.0-rc1 +%define archive_version 1.2.0 %{?systemd_ordering} Name: parsec -Version: 1.2.0~rc1 +Version: 1.2.0 Release: 0 Summary: Platform AbstRaction for SECurity License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.IRldrs/_old 2023-04-21 14:17:17.150672961 +0200 +++ /var/tmp/diff_new_pack.IRldrs/_new 2023-04-21 14:17:17.154672983 +0200 @@ -1,11 +1,11 @@ <services> <service name="cargo_vendor" mode="disabled"> <param name="compression">xz</param> - <param name="srcdir">parsec-1.2.0-rc1</param> + <param name="srcdir">parsec-1.2.0</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled"> - <param name="srcdir">parsec-1.2.0-rc1</param> + <param name="srcdir">parsec-1.2.0</param> </service> </services> ++++++ parsec-1.2.0-rc1.tar.gz -> parsec-1.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.2.0-rc1/CHANGELOG.md new/parsec-1.2.0/CHANGELOG.md --- old/parsec-1.2.0-rc1/CHANGELOG.md 2023-03-21 13:20:32.000000000 +0100 +++ new/parsec-1.2.0/CHANGELOG.md 2023-04-05 11:19:39.000000000 +0200 @@ -1,7 +1,42 @@ # Changelog -## [1.1.0](https://github.com/parallaxsecond/parsec/tree/1.1.0) (2022-09-13) -### [1.1.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.1.0-rc2) (2022-09-13) +## [1.2.0](https://github.com/parallaxsecond/parsec/tree/HEAD) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.2.0...HEAD) + +**Closed issues:** + +- Parsec 1.1 fails to build with meta-security master branch [\#663](https://github.com/parallaxsecond/parsec/issues/663) + +## [1.2.0-rc1](https://github.com/parallaxsecond/parsec/tree/1.2.0-rc1) (2023-03-21) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.1.0...1.2.0-rc1) + +**Closed issues:** + +- Parsec fails to compile for arm32 [\#647](https://github.com/parallaxsecond/parsec/issues/647) + +**Merged pull requests:** + +- Update crates [\#671](https://github.com/parallaxsecond/parsec/pull/671) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- Update rusqlite to fix security issue [\#662](https://github.com/parallaxsecond/parsec/pull/662) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- Update MSRV to 1.58 [\#661](https://github.com/parallaxsecond/parsec/pull/661) ([gowthamsk-arm](https://github.com/gowthamsk-arm)) +- Remove dependency on crate "version" [\#657](https://github.com/parallaxsecond/parsec/pull/657) ([ema](https://github.com/ema)) +- Update TPM TCTI configuration docs [\#656](https://github.com/parallaxsecond/parsec/pull/656) ([paulhowardarm](https://github.com/paulhowardarm)) +- Add support for a Quickstart Docker image [\#654](https://github.com/parallaxsecond/parsec/pull/654) ([dennisgove](https://github.com/dennisgove)) +- Update to remove const\_err [\#653](https://github.com/parallaxsecond/parsec/pull/653) ([marcsvll](https://github.com/marcsvll)) +- Fix Clippy warnings for rustc version 1.65 [\#652](https://github.com/parallaxsecond/parsec/pull/652) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) +- Bump sd-notify to 0.3.0 [\#651](https://github.com/parallaxsecond/parsec/pull/651) ([stevecapperarm](https://github.com/stevecapperarm)) + +## [1.1.0](https://github.com/parallaxsecond/parsec/tree/1.1.0) (2022-09-29) + +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.1.0-rc2...1.1.0) + +**Merged pull requests:** + +- Release v1.1.0 Changelog [\#641](https://github.com/parallaxsecond/parsec/pull/641) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) + +## [1.1.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.1.0-rc2) (2022-09-13) [Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.1.0-rc1...1.1.0-rc2) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.2.0-rc1/Cargo.lock new/parsec-1.2.0/Cargo.lock --- old/parsec-1.2.0-rc1/Cargo.lock 2023-03-21 13:20:32.000000000 +0100 +++ new/parsec-1.2.0/Cargo.lock 2023-04-05 11:19:39.000000000 +0200 @@ -1029,7 +1029,7 @@ [[package]] name = "parsec-service" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "base64", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/parsec-1.2.0-rc1/Cargo.toml new/parsec-1.2.0/Cargo.toml --- old/parsec-1.2.0-rc1/Cargo.toml 2023-03-21 13:20:32.000000000 +0100 +++ new/parsec-1.2.0/Cargo.toml 2023-04-05 11:19:39.000000000 +0200 @@ -1,6 +1,6 @@ [package] name = "parsec-service" -version = "1.1.0" +version = "1.2.0" authors = ["Parsec Project Contributors"] description = "A language-agnostic API to secure services in a platform-agnostic way" license = "Apache-2.0" ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/parsec/vendor.tar.xz /work/SRC/openSUSE:Factory/.parsec.new.1533/vendor.tar.xz differ: char 27, line 1