public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libavif] epel9-next: Update to 0.9.2
Date: Tue, 14 Jul 2026 21:39:55 GMT [thread overview]
Message-ID: <178406519599.1.2297241701096849451.rpms-libavif-b85251cdd294@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libavif
Branch : epel9-next
Commit : b85251cdd29493e39aa6c3816c541a804cf03ae0
Author : Robert-André Mauchin <zebob.m@gmail.com>
Date : 2021-07-19T21:59:07+02:00
Stats : +69/-67 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/libavif/c/b85251cdd29493e39aa6c3816c541a804cf03ae0?branch=epel9-next
Log:
Update to 0.9.2
Close: rhbz#1975852
---
diff --git a/.gitignore b/.gitignore
index 88dae18..db15b69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/libavif-0.8.4.tar.gz
/libavif-0.9.0.tar.gz
/libavif-0.9.1.tar.gz
+/libavif-0.9.2.tar.gz
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..fa8eae9
--- /dev/null
+++ b/changelog
@@ -0,0 +1,63 @@
+* Sun Jun 13 13:40:21 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.1-2
+- Rebuilt for aom v3.1.1
+
+* Sun May 23 19:44:09 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.1-1
+- Update to 0.9.1
+- Close: rhbz#1937556
+
+* Mon Mar 15 2021 Andreas Schneider <asn@redhat.com> - 0.9.0-1
+- Update to version 0.9.0
+
+* Wed Mar 10 2021 Leigh Scott <leigh123linux@gmail.com> - 0.8.4-5
+- Build with aom
+
+* Wed Mar 10 2021 Leigh Scott <leigh123linux@gmail.com> - 0.8.4-4
+- Build without aom for new vmaf version
+
+* Sat Feb 20 2021 Andreas Schneider <asn@redhat.com> - 0.8.4-4
+- Build release with debug info
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Mon Dec 14 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.4-2
+- Rebuild for dav1d SONAME bump
+
+* Wed Dec 09 05:52:07 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.4-1
+- Update to version 0.8.4
+
+* Mon Oct 19 2020 Andreas Schneider <asn@redhat.com> - 0.8.2-1
+- Update to version 0.8.2
+ https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
+
+* Thu Aug 06 22:14:02 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-1
+- Update to 0.8.1
+
+* Wed Aug 05 21:17:23 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-1
+- Update to 0.8.0
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Fri May 22 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.3-1
+- Update to 0.7.3
+
+* Wed Apr 29 2020 Andreas Schneider <asn@redhat.com> - 0.7.2-1
+- Update to version 0.7.2
+ * https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
+
+* Wed Apr 29 2020 Andreas Schneider <asn@redhat.com> - 0.7.1-1
+- Update to version 0.7.1
+
+* Wed Mar 04 2020 Andreas Schneider <asn@redhat.com> - 0.5.7-1
+- Update to version 0.5.7
+
+* Wed Mar 04 2020 Andreas Schneider <asn@redhat.com> - 0.5.3-2
+- Fix License
+
+* Sun Feb 16 2020 Andreas Schneider <asn@redhat.com> - 0.5.3-1
+- Initial version
diff --git a/libavif.spec b/libavif.spec
index 45eb05e..eee2b08 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -6,8 +6,8 @@
%endif
Name: libavif
-Version: 0.9.1
-Release: 2%{?dist}
+Version: 0.9.2
+Release: %autorelease
Summary: Library for encoding and decoding .avif files
License: BSD
@@ -79,7 +79,7 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
%files
%license LICENSE
# Do not glob the soname
-%{_libdir}/libavif.so.11*
+%{_libdir}/libavif.so.12*
%files devel
%{_libdir}/libavif.so
@@ -96,66 +96,4 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-avif.so
%changelog
-* Sun Jun 13 13:40:21 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.1-2
-- Rebuilt for aom v3.1.1
-
-* Sun May 23 19:44:09 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.1-1
-- Update to 0.9.1
-- Close: rhbz#1937556
-
-* Mon Mar 15 2021 Andreas Schneider <asn@redhat.com> - 0.9.0-1
-- Update to version 0.9.0
-
-* Wed Mar 10 2021 Leigh Scott <leigh123linux@gmail.com> - 0.8.4-5
-- Build with aom
-
-* Wed Mar 10 2021 Leigh Scott <leigh123linux@gmail.com> - 0.8.4-4
-- Build without aom for new vmaf version
-
-* Sat Feb 20 2021 Andreas Schneider <asn@redhat.com> - 0.8.4-4
-- Build release with debug info
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Dec 14 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.4-2
-- Rebuild for dav1d SONAME bump
-
-* Wed Dec 09 05:52:07 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.4-1
-- Update to version 0.8.4
-
-* Mon Oct 19 2020 Andreas Schneider <asn@redhat.com> - 0.8.2-1
-- Update to version 0.8.2
- https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
-
-* Thu Aug 06 22:14:02 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-1
-- Update to 0.8.1
-
-* Wed Aug 05 21:17:23 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-1
-- Update to 0.8.0
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Fri May 22 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.3-1
-- Update to 0.7.3
-
-* Wed Apr 29 2020 Andreas Schneider <asn@redhat.com> - 0.7.2-1
-- Update to version 0.7.2
- * https://github.com/AOMediaCodec/libavif/blob/master/CHANGELOG.md
-
-* Wed Apr 29 2020 Andreas Schneider <asn@redhat.com> - 0.7.1-1
-- Update to version 0.7.1
-
-* Wed Mar 04 2020 Andreas Schneider <asn@redhat.com> - 0.5.7-1
-- Update to version 0.5.7
-
-* Wed Mar 04 2020 Andreas Schneider <asn@redhat.com> - 0.5.3-2
-- Fix License
-
-* Sun Feb 16 2020 Andreas Schneider <asn@redhat.com> - 0.5.3-1
-- Initial version
+%autochangelog
diff --git a/sources b/sources
index 15089f8..121c8c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libavif-0.9.1.tar.gz) = 15fa857ee40aeae2ee077d244c6e11a34193f2348e922b5dfa8579a91fa6ceff05c7146e85f9222ebaa6ef2d76e876ea050e8056990cad80850fb4d9581de9a5
+SHA512 (libavif-0.9.2.tar.gz) = 04400ae76214d2f0361a14897d6ee97be675375865bb96c8d237e9a4a1152ac1a966db903c11df82da71b0bc68599a5857e038cc90d63c5d3bc77b13169a3e75
reply other threads:[~2026-07-14 21:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178406519599.1.2297241701096849451.rpms-libavif-b85251cdd294@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox