Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libasn1c for openSUSE:Factory checked in at 2023-05-30 22:02:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libasn1c (Old) and /work/SRC/openSUSE:Factory/.libasn1c.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libasn1c" Tue May 30 22:02:41 2023 rev:10 rq:1089720 version:0.9.35 Changes: -------- --- /work/SRC/openSUSE:Factory/libasn1c/libasn1c.changes 2022-08-03 21:17:27.071560673 +0200 +++ /work/SRC/openSUSE:Factory/.libasn1c.new.1533/libasn1c.changes 2023-05-30 22:02:56.451186553 +0200 @@ -1,0 +2,6 @@ +Tue May 30 07:57:46 UTC 2023 - Dirk Müller <[email protected]> + +- update to 0.9.35: + * fix 3 indents to avoid build failure with -Werror + +------------------------------------------------------------------- Old: ---- 0.9.34.tar.gz New: ---- 0.9.35.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libasn1c.spec ++++++ --- /var/tmp/diff_new_pack.oMasSB/_old 2023-05-30 22:02:56.955189524 +0200 +++ /var/tmp/diff_new_pack.oMasSB/_new 2023-05-30 22:02:56.959189547 +0200 @@ -1,7 +1,7 @@ # # spec file for package libasn1c # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libasn1c -Version: 0.9.34 +Version: 0.9.35 Release: 0 Summary: Osmocon ASN.1 decoder and encoder library License: BSD-2-Clause ++++++ 0.9.34.tar.gz -> 0.9.35.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libasn1c-0.9.34/debian/changelog new/libasn1c-0.9.35/debian/changelog --- old/libasn1c-0.9.34/debian/changelog 2022-06-28 16:03:31.000000000 +0200 +++ new/libasn1c-0.9.35/debian/changelog 2023-02-07 14:09:41.000000000 +0100 @@ -1,3 +1,10 @@ +libasn1c (0.9.35) unstable; urgency=medium + + [ Neels Hofmeyr ] + * fix 3 indents to avoid build failure with -Werror + + -- Pau Espin Pedrol <[email protected]> Tue, 07 Feb 2023 14:09:40 +0100 + libasn1c (0.9.34) unstable; urgency=medium [ Eric ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libasn1c-0.9.34/src/INTEGER.c new/libasn1c-0.9.35/src/INTEGER.c --- old/libasn1c-0.9.34/src/INTEGER.c 2022-06-28 16:03:31.000000000 +0200 +++ new/libasn1c-0.9.35/src/INTEGER.c 2023-02-07 14:09:41.000000000 +0100 @@ -775,8 +775,8 @@ ? asn_ulong2INTEGER(st, value) : asn_long2INTEGER(st, value)) _ASN_DECODE_FAILED; - ASN_DEBUG("Got value %ld + low %lld", - value, ct->lower_bound); + ASN_DEBUG("Got value %ld + low %lld", + value, ct->lower_bound); } return rval; } else { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libasn1c-0.9.34/src/constr_CHOICE.c new/libasn1c-0.9.35/src/constr_CHOICE.c --- old/libasn1c-0.9.34/src/constr_CHOICE.c 2022-06-28 16:03:31.000000000 +0200 +++ new/libasn1c-0.9.35/src/constr_CHOICE.c 2023-02-07 14:09:41.000000000 +0100 @@ -1134,8 +1134,8 @@ if(per_put_few_bits(po, present, ct->range_bits)) _ASN_ENCODE_FAILED; - return elm->type->aper_encoder(elm->type, elm->per_constraints, - memb_ptr, po); + return elm->type->aper_encoder(elm->type, elm->per_constraints, + memb_ptr, po); } else { asn_enc_rval_t rval; if(specs->ext_start == -1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libasn1c-0.9.34/src/per_decoder.c new/libasn1c-0.9.35/src/per_decoder.c --- old/libasn1c-0.9.34/src/per_decoder.c 2022-06-28 16:03:31.000000000 +0200 +++ new/libasn1c-0.9.35/src/per_decoder.c 2023-02-07 14:09:41.000000000 +0100 @@ -160,7 +160,7 @@ */ if(!td->aper_decoder) _ASN_DECODE_FAILED; /* PER is not compiled in */ - rval = td->aper_decoder(opt_codec_ctx, td, 0, sptr, &pd); + rval = td->aper_decoder(opt_codec_ctx, td, 0, sptr, &pd); if(rval.code == RC_OK) { /* Return the number of consumed bits */ rval.consumed = ((pd.buffer - (const uint8_t *)buffer) << 3)
