diff --git a/.gitignore b/.gitignore index 288a415..28c91a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,110 +1,2 @@ -/vala-0.18.1.tar.xz -/vala-0.20.1.tar.xz -/vala-0.21.1.tar.xz -/vala-0.21.2.tar.xz -/vala-0.22.0.tar.xz -/vala-0.22.1.tar.xz -/vala-0.23.1.tar.xz -/vala-0.23.2.tar.xz -/vala-0.23.3.tar.xz -/vala-0.24.0.tar.xz -/vala-0.25.1.tar.xz -/vala-0.25.2.tar.xz -/vala-0.25.3.tar.xz -/vala-0.25.4.tar.xz -/vala-0.26.0.tar.xz -/vala-0.26.1.tar.xz -/vala-0.27.1.tar.xz -/vala-0.27.2.tar.xz -/vala-0.28.0.tar.xz -/vala-0.29.1.tar.xz -/vala-0.29.2.tar.xz -/vala-0.29.3.tar.xz -/vala-0.30.0.tar.xz -/vala-0.31.1.tar.xz -/vala-0.32.0.tar.xz -/vala-0.32.1.tar.xz -/vala-0.33.1.tar.xz -/vala-0.34.0.tar.xz -/vala-0.34.1.tar.xz -/vala-0.34.2.tar.xz -/vala-0.34.3.tar.xz -/vala-0.34.4.tar.xz -/vala-0.35.3.tar.xz -/vala-0.35.5.tar.xz -/vala-0.35.6.tar.xz -/vala-0.35.7.tar.xz -/vala-0.35.90.tar.xz -/vala-0.36.0.tar.xz -/vala-0.36.1.tar.xz -/vala-0.36.2.tar.xz -/vala-0.36.3.tar.xz -/vala-0.36.4.tar.xz -/vala-0.37.2.tar.xz -/vala-0.37.90.tar.xz -/vala-0.37.91.tar.xz -/vala-0.38.0.tar.xz -/vala-0.38.1.tar.xz -/vala-0.38.2.tar.xz -/vala-0.38.3.tar.xz -/vala-0.38.4.tar.xz -/vala-0.39.2.tar.xz -/vala-0.39.3.tar.xz -/vala-0.39.5.tar.xz -/vala-0.39.6.tar.xz -/vala-0.39.7.tar.xz -/vala-0.39.92.tar.xz -/vala-0.40.0.tar.xz -/vala-0.40.1.tar.xz -/vala-0.40.2.tar.xz -/vala-0.40.3.tar.xz -/vala-0.40.4.tar.xz -/vala-0.40.5.tar.xz -/vala-0.40.6.tar.xz -/vala-0.40.7.tar.xz -/vala-0.40.8.tar.xz -/vala-0.41.90.tar.xz -/vala-0.41.91.tar.xz -/vala-0.42.0.tar.xz -/vala-0.42.1.tar.xz -/vala-0.42.2.tar.xz -/vala-0.42.3.tar.xz -/vala-0.42.4.tar.xz -/vala-0.43.4.tar.xz -/vala-0.43.6.tar.xz -/vala-0.43.90.tar.xz -/vala-0.43.91.tar.xz -/vala-0.43.92.tar.xz -/vala-0.44.0.tar.xz -/vala-0.44.1.tar.xz -/vala-0.44.2.tar.xz -/vala-0.44.3.tar.xz -/vala-0.44.4.tar.xz -/vala-0.44.5.tar.xz -/vala-0.44.6.tar.xz -/vala-0.45.3.tar.xz -/vala-0.45.90.tar.xz -/vala-0.45.91.tar.xz -/vala-0.46.0.tar.xz -/vala-0.46.1.tar.xz -/vala-0.46.2.tar.xz -/vala-0.46.3.tar.xz -/vala-0.46.4.tar.xz -/vala-0.46.5.tar.xz -/vala-0.47.3.tar.xz -/vala-0.47.4.tar.xz -/vala-0.47.91.tar.xz -/vala-0.47.92.tar.xz -/vala-0.48.0.tar.xz -/vala-0.48.1.tar.xz -/vala-0.48.2.tar.xz -/vala-0.48.3.tar.xz -/vala-0.48.4.tar.xz -/vala-0.48.5.tar.xz -/vala-0.48.6.tar.xz -/vala-0.48.7.tar.xz -/vala-0.48.8.tar.xz -/vala-0.48.9.tar.xz -/vala-0.48.10.tar.xz -/vala-0.48.11.tar.xz -/vala-0.48.12.tar.xz +/vala-*.tar.xz +/vala-*-build diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..c3700e1 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,40 @@ +# Minimal Packit Configuration for GNOME Packages +# Copy this to your dist-git repository as .packit.yaml +# +# Prerequisites: +# - Package is monitored by release-monitoring.org +# - Monitoring status set to "Monitoring" in dist-git + +jobs: + # Automated updates for stable branches + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-stable + + # ======================================================================== + # VERSIONING: Choose ONE option based on your package's versioning scheme + # ======================================================================== + + # OPTION A: Major version only - allows minor and patch updates + # For 2-digit: 50.0 -> 50.1 ✅, 50.x -> 51.0 ❌ + # For 3-digit: 1.2.3 -> 1.3.0 ✅, 1.x.x -> 2.0.0 ❌ + # Use for: GNOME apps/libs with 2-digit versions, or libraries following semver + # version_update_mask: '^\d+\.' + + # OPTION B: Major.minor version - patch updates only + # Examples: 1.2.3 -> 1.2.4 ✅, 1.2.x -> 1.3.0 ❌ + # Use for: Libraries with ABI concerns, even/odd development scheme + version_update_mask: '^\d+\.\d+\.' + + # Build in Koji after merge + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-stable + + # Submit Bodhi update + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-stable diff --git a/changelog b/changelog new file mode 100644 index 0000000..0bb67a9 --- /dev/null +++ b/changelog @@ -0,0 +1,924 @@ +* Sat Jan 17 2026 Fedora Release Engineering - 0.56.18-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Thu Oct 09 2025 Jaroslav Škarvada - 0.56.18-5 +- Rebuilt for new graphviz + +* Fri Aug 29 2025 Michel Lind - 0.56.18-4 +- Warn instead of erroring out on unknown XML element + +* Fri Jul 25 2025 Fedora Release Engineering - 0.56.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Mon Jun 23 2025 Yaakov Selkowitz - 0.56.18-2 +- Rebuilt for graphviz-13.0 + +* Tue Mar 04 2025 nmontero - 0.56.18-1 +- Update to 0.56.18 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.56.17-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Jul 20 2024 Fedora Release Engineering - 0.56.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Apr 19 2024 David King - 0.56.17-1 +- Update to 0.56.17 + +* Fri Mar 15 2024 David King - 0.56.16-1 +- Update to 0.56.16 + +* Mon Mar 04 2024 David King - 0.56.15-1 +- Update to 0.56.15 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.56.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Florian Weimer - 0.56.14-3 +- Downgrade GCC 14 -Wint-conversion errors to warnings + +* Fri Jan 19 2024 Florian Weimer - 0.56.14-2 +- Downgrade GCC 14 C type errors to warnings + +* Wed Nov 15 2023 Kalev Lember - 0.56.14-1 +- Update to 0.56.14 + +* Tue Aug 29 2023 Kalev Lember - 0.56.13-1 +- Update to 0.56.13 + +* Sat Aug 19 2023 Kalev Lember - 0.56.12-1 +- Update to 0.56.12 + +* Sun Aug 13 2023 Kalev Lember - 0.56.11-1 +- Update to 0.56.11 + +* Sat Aug 05 2023 Kalev Lember - 0.56.10-1 +- Update to 0.56.10 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.56.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jul 02 2023 Kalev Lember - 0.56.9-1 +- Update to 0.56.9 + +* Tue May 30 2023 Kalev Lember - 0.56.8-1 +- Update to 0.56.8 + +* Wed Apr 19 2023 David King - 0.56.7-1 +- Update to 0.56.7 + +* Mon Apr 17 2023 Florian Weimer - 0.56.6-2 +- Fix C header for g_chdir, needed by deja-dup + +* Fri Apr 07 2023 David King - 0.56.6-1 +- Update to 0.56.6 + +* Mon Mar 27 2023 David King - 0.56.5-1 +- Update to 0.56.5 + +* Mon Mar 20 2023 Florian Weimer - 0.56.4-2 +- Apply upstream patch to fix C99 issue in generated code (#2179136) + +* Thu Mar 09 2023 David King - 0.56.4-1 +- Update to 0.56.4 + +* Sat Jan 21 2023 Fedora Release Engineering - 0.56.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Sep 06 2022 Kalev Lember - 0.56.3-1 +- Update to 0.56.3 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.56.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jul 15 2022 Kalev Lember - 0.56.2-1 +- Update to 0.56.2 + +* Sun Apr 24 2022 David King - 0.56.1-1 +- Update to 0.56.1 + +* Thu Mar 17 2022 David King - 0.56.0-1 +- Update to 0.56.0 + +* Mon Mar 07 2022 David King - 0.55.91-1 +- Update to 0.55.91 + +* Fri Feb 25 2022 David King - 0.55.90-1 +- Update to 0.55.90 + +* Sun Feb 13 2022 David King - 0.55.3-1 +- Update to 0.55.3 + +* Sun Jan 30 2022 David King - 0.55.2-1 +- Update to 0.55.2 + +* Sat Jan 22 2022 Fedora Release Engineering - 0.55.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jan 14 2022 David King - 0.55.1-1 +- Update to 0.55.1 + +* Sun Jan 09 2022 David King - 0.54.6-1 +- Update to 0.54.6 + +* Thu Dec 16 2021 David King - 0.54.5-1 +- Update to 0.54.5 + +* Tue Dec 07 2021 Kalev Lember - 0.54.4-1 +- Update to 0.54.4 + +* Sun Oct 31 2021 Kalev Lember - 0.54.3-1 +- Update to 0.54.3 + +* Mon Oct 04 2021 Kalev Lember - 0.54.2-1 +- Update to 0.54.2 + +* Tue Sep 21 2021 Kalev Lember - 0.54.1-1 +- Update to 0.54.1 + +* Fri Sep 17 2021 Kalev Lember - 0.54.0-1 +- Update to 0.54.0 + +* Wed Sep 08 2021 Kalev Lember - 0.53.2-1 +- Update to 0.53.2 + +* Tue Aug 31 2021 Marc-André Lureau - 0.53.1-2 +- Fix regression with class members access. Resolves: rhbz#1999471 + +* Mon Aug 23 2021 Kalev Lember - 0.53.1-1 +- Update to 0.53.1 +- Drop obsolete vala-tools virtual provide + +* Mon Aug 16 2021 Kalev Lember - 0.52.5-1 +- Update to 0.52.5 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.52.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 21 2021 Kalev Lember - 0.52.4-1 +- Update to 0.52.4 + +* Wed May 05 2021 Kalev Lember - 0.52.3-1 +- Update to 0.52.3 + +* Tue Apr 13 2021 Kalev Lember - 0.52.2-1 +- Update to 0.52.2 +- Drop no longer needed alternatives cleanup pre scripts +- Drop old obsoletes and provides + +* Thu Mar 18 2021 Kalev Lember - 0.48.15-1 +- Update to 0.48.15 + +* Sun Feb 28 2021 Kalev Lember - 0.48.14-1 +- Update to 0.48.14 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.48.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Jan 16 2021 Kalev Lember - 0.48.13-1 +- Update to 0.48.13 + +* Fri Jan 15 2021 Kalev Lember - 0.48.12-2 +- Fix multilib conflicts in vala-gen-introspect + +* Thu Nov 19 2020 Kalev Lember - 0.48.12-1 +- Update to 0.48.12 + +* Tue Sep 29 2020 Kalev Lember - 0.48.11-1 +- Update to 0.48.11 + +* Sun Sep 06 2020 Kalev Lember - 0.48.10-1 +- Update to 0.48.10 + +* Mon Aug 17 2020 Kalev Lember - 0.48.9-1 +- Update to 0.48.9 + +* Wed Jul 29 2020 Kalev Lember - 0.48.8-1 +- Update to 0.48.8 + +* Mon Jul 20 2020 Kalev Lember - 0.48.7-1 +- Update to 0.48.7 + +* Mon May 18 2020 Kalev Lember - 0.48.6-1 +- Update to 0.48.6 + +* Thu Apr 23 2020 Kalev Lember - 0.48.5-1 +- Update to 0.48.5 + +* Wed Apr 22 2020 Kalev Lember - 0.48.4-1 +- Update to 0.48.4 + +* Mon Apr 06 2020 Kalev Lember - 0.48.3-1 +- Update to 0.48.3 + +* Tue Mar 24 2020 Kalev Lember - 0.48.2-1 +- Update to 0.48.2 + +* Wed Mar 11 2020 Kalev Lember - 0.48.1-1 +- Update to 0.48.1 + +* Wed Mar 04 2020 Kalev Lember - 0.48.0-1 +- Update to 0.48.0 + +* Mon Feb 24 2020 Kalev Lember - 0.47.92-1 +- Update to 0.47.92 + +* Mon Feb 17 2020 Kalev Lember - 0.47.91-1 +- Update to 0.47.91 + +* Tue Feb 04 2020 Kalev Lember - 0.47.4-1 +- Update to 0.47.4 + +* Fri Jan 31 2020 Fedora Release Engineering - 0.47.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jan 24 2020 Kalev Lember - 0.47.3-1 +- Update to 0.47.3 + +* Mon Nov 18 2019 Kalev Lember - 0.46.5-1 +- Update to 0.46.5 + +* Mon Nov 11 2019 Kalev Lember - 0.46.4-1 +- Update to 0.46.4 + +* Wed Oct 09 2019 Kalev Lember - 0.46.3-1 +- Update to 0.46.3 + +* Mon Sep 30 2019 Kalev Lember - 0.46.2-1 +- Update to 0.46.2 + +* Mon Sep 16 2019 Kalev Lember - 0.46.1-1 +- Update to 0.46.1 + +* Thu Sep 05 2019 Kalev Lember - 0.46.0-1 +- Update to 0.46.0 + +* Mon Aug 19 2019 Kalev Lember - 0.45.91-1 +- Update to 0.45.91 + +* Mon Aug 12 2019 Kalev Lember - 0.45.90-1 +- Update to 0.45.90 + +* Sat Jul 27 2019 Fedora Release Engineering - 0.45.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jul 18 2019 Kalev Lember - 0.45.3-1 +- Update to 0.45.3 + +* Tue Jul 16 2019 Kalev Lember - 0.44.6-1 +- Update to 0.44.6 + +* Mon Jun 17 2019 Kalev Lember - 0.44.5-1 +- Update to 0.44.5 + +* Wed Jun 05 2019 Kalev Lember - 0.44.4-1 +- Update to 0.44.4 + +* Mon Apr 08 2019 Kalev Lember - 0.44.3-1 +- Update to 0.44.3 + +* Sun Mar 31 2019 Kalev Lember - 0.44.2-1 +- Update to 0.44.2 + +* Mon Mar 18 2019 Kalev Lember - 0.44.1-1 +- Update to 0.44.1 + +* Mon Mar 11 2019 Kalev Lember - 0.44.0-1 +- Update to 0.44.0 + +* Sun Mar 03 2019 Kalev Lember - 0.43.92-1 +- Update to 0.43.92 + +* Thu Feb 21 2019 Kalev Lember - 0.43.91-1 +- Update to 0.43.91 + +* Tue Feb 12 2019 Kalev Lember - 0.43.90-2 +- Drop the alternatives system + +* Mon Feb 04 2019 Kalev Lember - 0.43.90-1 +- Update to 0.43.90 + +* Sun Feb 03 2019 Fedora Release Engineering - 0.43.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 29 2019 Pete Walter - 0.43.6-2 +- Bump vala-devel obsoletes version + +* Tue Jan 22 2019 Kalev Lember - 0.43.6-1 +- Update to 0.43.6 + +* Mon Jan 07 2019 Kalev Lember - 0.43.4-1 +- Update to 0.43.4 + +* Thu Dec 27 2018 Kalev Lember - 0.42.4-1 +- Update to 0.42.4 + +* Mon Nov 12 2018 Kalev Lember - 0.42.3-2 +- Split out libvala subpackage with the shared library (#1499590) +- Rename vala-devel to libvala-devel to match with the libvala package + +* Wed Nov 07 2018 Kalev Lember - 0.42.3-1 +- Update to 0.42.3 + +* Mon Sep 24 2018 Kalev Lember - 0.42.2-1 +- Update to 0.42.2 + +* Mon Sep 17 2018 Kalev Lember - 0.42.1-1 +- Update to 0.42.1 + +* Wed Sep 05 2018 Kalev Lember - 0.42.0-1 +- Update to 0.42.0 + +* Sun Aug 12 2018 Kalev Lember - 0.41.91-1 +- Update to 0.41.91 + +* Mon Aug 06 2018 Kalev Lember - 0.41.90-1 +- Update to 0.41.90 + +* Wed Jul 25 2018 Kalev Lember - 0.40.8-1 +- Update to 0.40.8 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.40.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 26 2018 Kalev Lember - 0.40.7-1 +- Update to 0.40.7 + +* Mon May 21 2018 Kalev Lember - 0.40.6-1 +- Update to 0.40.6 + +* Mon May 21 2018 Kalev Lember - 0.40.5-1 +- Update to 0.40.5 + +* Mon Apr 16 2018 Kalev Lember - 0.40.4-1 +- Update to 0.40.4 + +* Sun Apr 08 2018 Kalev Lember - 0.40.3-1 +- Update to 0.40.3 + +* Wed Mar 28 2018 Kalev Lember - 0.40.2-1 +- Update to 0.40.2 + +* Mon Mar 26 2018 Kalev Lember - 0.40.1-1 +- Update to 0.40.1 + +* Sun Mar 11 2018 Kalev Lember - 0.40.0-1 +- Update to 0.40.0 + +* Fri Mar 02 2018 Kalev Lember - 0.39.92-1 +- Update to 0.39.92 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.39.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Feb 04 2018 Kalev Lember - 0.39.7-1 +- Update to 0.39.7 + +* Tue Jan 30 2018 Kalev Lember - 0.39.6-1 +- Update to 0.39.6 +- Drop ldconfig scriptlets + +* Fri Jan 19 2018 Kalev Lember - 0.39.5-1 +- Update to 0.39.5 + +* Wed Jan 03 2018 Kalev Lember - 0.39.3-1 +- Update to 0.39.3 + +* Wed Dec 20 2017 Kalev Lember - 0.39.2-1 +- Update to 0.39.2 + +* Mon Dec 11 2017 Kalev Lember - 0.38.4-1 +- Update to 0.38.4 + +* Thu Nov 09 2017 Kalev Lember - 0.38.3-1 +- Update to 0.38.3 + +* Sun Oct 08 2017 Kalev Lember - 0.38.2-1 +- Update to 0.38.2 + +* Mon Sep 11 2017 Kalev Lember - 0.38.1-1 +- Update to 0.38.1 + +* Fri Sep 08 2017 Kalev Lember - 0.38.0-2 +- Backport a patch to fix baobab (bgo#787419) + +* Tue Sep 05 2017 Kalev Lember - 0.38.0-1 +- Update to 0.38.0 + +* Mon Aug 28 2017 Kalev Lember - 0.37.91-1 +- Update to 0.37.91 + +* Mon Aug 21 2017 Kalev Lember - 0.37.90-1 +- Update to 0.37.90 + +* Thu Aug 10 2017 Kalev Lember - 0.37.2-1 +- Update to 0.37.2 + +* Thu Aug 03 2017 Fedora Release Engineering - 0.36.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.36.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jul 19 2017 Kalev Lember - 0.36.4-3 +- Enable self tests + +* Wed Jul 19 2017 Kalev Lember - 0.36.4-2 +- Rebuilt for a s390x binutils issue + +* Tue Jul 18 2017 Kalev Lember - 0.36.4-1 +- Update to 0.36.4 + +* Fri May 05 2017 Kalev Lember - 0.36.3-1 +- Update to 0.36.3 + +* Tue Apr 25 2017 Kalev Lember - 0.36.2-1 +- Update to 0.36.2 + +* Mon Apr 03 2017 Kalev Lember - 0.36.1-1 +- Update to 0.36.1 + +* Mon Mar 20 2017 Kalev Lember - 0.36.0-1 +- Update to 0.36.0 + +* Thu Mar 16 2017 Kalev Lember - 0.35.90-1 +- Update to 0.35.90 + +* Tue Mar 07 2017 Kalev Lember - 0.35.7-1 +- Update to 0.35.7 + +* Mon Feb 27 2017 Kalev Lember - 0.35.6-1 +- Update to 0.35.6 + +* Tue Feb 14 2017 Richard Hughes - 0.35.5-1 +- Update to 0.35.5 + +* Mon Feb 13 2017 Richard Hughes - 0.35.3-1 +- Update to 0.35.3 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.34.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 05 2016 Kalev Lember - 0.34.4-1 +- Update to 0.34.4 + +* Fri Dec 02 2016 Kalev Lember - 0.34.3-3 +- Backport a patch to support fixed-size array as return-value (#1398738) + +* Thu Dec 01 2016 Kalev Lember - 0.34.3-2 +- codegen: Add function-prototypes for all register-type calls + +* Tue Nov 22 2016 Kalev Lember - 0.34.3-1 +- Update to 0.34.3 + +* Mon Oct 24 2016 Kalev Lember - 0.34.2-1 +- Update to 0.34.2 + +* Sun Oct 09 2016 Kalev Lember - 0.34.1-1 +- Update to 0.34.1 + +* Wed Sep 28 2016 Kalev Lember - 0.34.0-4 +- Make scriptlets failsafe (#1247971) + +* Thu Sep 22 2016 Kalev Lember - 0.34.0-3 +- Require gobject-introspection-devel for GLib and GObject .gir files +- Drop old obsoletes + +* Thu Sep 22 2016 Kalev Lember - 0.34.0-2 +- Merge vala-tools into main vala package + +* Thu Sep 22 2016 Kalev Lember - 0.34.0-1 +- Update to 0.34.0 + +* Tue Sep 13 2016 Kalev Lember - 0.33.1-1 +- Update to 0.33.1 +- Update project URLs + +* Wed Jun 22 2016 Richard Hughes - 0.32.1-1 +- Update to 0.32.1 + +* Tue Mar 22 2016 Kalev Lember - 0.32.0-1 +- Update to 0.32.0 + +* Tue Feb 16 2016 Richard Hughes - 0.31.1-1 +- Update to 0.31.1 + +* Fri Feb 05 2016 Fedora Release Engineering - 0.30.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Sep 18 2015 Kalev Lember - 0.30.0-1 +- Update to 0.30.0 + +* Wed Aug 12 2015 Kalev Lember - 0.29.3-1 +- Update to 0.29.3 + +* Mon Jun 29 2015 Kalev Lember - 0.29.2-1 +- Update to 0.29.2 + +* Fri Jun 19 2015 Fedora Release Engineering - 0.29.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed May 27 2015 Kalev Lember - 0.29.1-1 +- Update to 0.29.1 + +* Mon May 25 2015 Kalev Lember - 0.28.0-2 +- Add a vala(api) virtual provide that xfce-vala can depend on + +* Sun Mar 22 2015 Kalev Lember - 0.28.0-1 +- Update to 0.28.0 + +* Wed Mar 18 2015 Kalev Lember - 0.27.2-1 +- Update to 0.27.2 +- Use license macro for the COPYING file + +* Sat Feb 21 2015 Kalev Lember - 0.27.1-2 +- Drop emacs bindings that no longer build + +* Mon Jan 19 2015 Richard Hughes - 0.27.1-1 +- Update to 0.27.1 + +* Sun Nov 16 2014 Kalev Lember - 0.26.1-2 +- Obsolete compat-vala022 from rhughes-f20-gnome-3-12 copr + +* Mon Oct 13 2014 Kalev Lember - 0.26.1-1 +- Update to 0.26.1 + +* Mon Sep 22 2014 Kalev Lember - 0.26.0-1 +- Update to 0.26.0 + +* Mon Sep 15 2014 Kalev Lember - 0.25.4-1 +- Update to 0.25.4 + +* Mon Sep 01 2014 Kalev Lember - 0.25.3-1 +- Update to 0.25.3 + +* Sun Aug 24 2014 Kalev Lember - 0.25.2-1 +- Update to 0.25.2 + +* Mon Aug 18 2014 Fedora Release Engineering - 0.25.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Wed Jul 23 2014 Kalev Lember - 0.25.1-1 +- Update to 0.25.1 + +* Fri Jun 27 2014 Yaakov Selkowitz - 0.24.0-3 +- Fix clutter-gst-1.0 deps (#1106673, #1112424) + +* Sun Jun 08 2014 Fedora Release Engineering - 0.24.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Mar 24 2014 Richard Hughes - 0.24.0-1 +- Update to 0.24.0 + +* Thu Feb 20 2014 Kalev Lember - 0.23.3-2 +- Move Makefile.vapigen to the -tools subpackage (#1030543) +- Don't ship huge ChangeLog file + +* Wed Feb 19 2014 Richard Hughes - 0.23.3-1 +- Update to 0.23.3 + +* Wed Feb 05 2014 Richard Hughes - 0.23.2-1 +- Update to 0.23.2 + +* Sun Jan 26 2014 Peter Robinson 0.23.1-2 +- Fix FTBFS + +* Wed Jan 08 2014 Richard Hughes - 0.23.1-1 +- Update to 0.23.1 + +* Thu Nov 14 2013 Richard Hughes - 0.22.1-1 +- Update to 0.22.1 + +* Wed Sep 25 2013 Kalev Lember - 0.22.0-1 +- Update to 0.22.0 + +* Wed Sep 18 2013 Kalev Lember - 0.21.2-1 +- Update to 0.21.2 + +* Mon Aug 19 2013 Kalev Lember - 0.21.1-1 +- Update to 0.21.1 + +* Sun Aug 04 2013 Fedora Release Engineering - 0.20.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Apr 9 2013 Michel Salim - 0.20.1-1 +- Update to 0.20.1 + +* Tue Mar 26 2013 Kalev Lember - 0.20.0-1 +- Update to 0.20.0 + +* Thu Feb 28 2013 Colin Walters - 0.19.0-2 +- Ensure tools pull in gobject-introspection-devel, since vapigen + needs .gir files. + +* Fri Feb 22 2013 Kalev Lember - 0.19.0-1 +- Update to 0.19.0 + +* Wed Feb 20 2013 Kalev Lember - 0.18.1-4 +- Temporarily BR vala itself to build with the patch applied + +* Wed Feb 20 2013 Kalev Lember - 0.18.1-3 +- Ignore the "instance-parameter" tag emitted by new g-ir-scanner + +* Fri Feb 15 2013 Fedora Release Engineering - 0.18.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 13 2012 Kalev Lember - 0.18.1-1 +- Update to 0.18.1 + +* Tue Sep 25 2012 Kalev Lember - 0.18.0-1 +- Update to 0.18.0 + +* Wed Sep 19 2012 Kalev Lember - 0.17.7-1 +- Update to 0.17.7 + +* Sat Sep 8 2012 Michel Salim - 0.17.6-1 +- Update to 0.17.6 + +* Sun Sep 2 2012 Michel Salim - 0.17.5-1 +- Update to 0.17.5 + +* Mon Aug 20 2012 Michel Salim - 0.17.4-1 +- Update to 0.17.4 + +* Fri Aug 3 2012 Michel Salim - 0.17.3-1 +- Update to 0.17.3 + +* Sun Jul 22 2012 Fedora Release Engineering - 0.17.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 25 2012 Michel Salim - 0.17.2-1 +- Update to 0.17.2 + +* Mon Jun 4 2012 Michel Salim - 0.17.1-1 +- Update to 0.17.1 +- Remove "Group" field +- Make subpackages' dependencies on main package arch-specific + +* Sat May 12 2012 Michel Salim - 0.17.0-2 +- Spec clean-ups + +* Thu May 3 2012 Michel Salim - 0.17.0-1 +- Update to 0.17.0 + +* Fri Apr 6 2012 Michel Salim - 0.16.0-3 +- Disable coverage analysis, build-time paths get hard-coded + +* Thu Apr 5 2012 Michel Salim - 0.16.0-2 +- Update vala-mode.el to April 2011 release +- Fix registration of Vala alternatives + +* Wed Apr 04 2012 Kalev Lember - 0.16.0-1 +- Update to 0.16.0 + +* Tue Mar 27 2012 Ray Strode 0.15.2-2 +- Add back Makefile.vapigen. It's needed by various projects + build systems to enable vala support. + +* Wed Mar 21 2012 Richard Hughes - 0.15.2-1 +- Update to 0.15.2 + +* Mon Feb 6 2012 Michel Salim - 0.15.1-3 +- Enable coverage analysis +- Drop redundant --enable-vapigen, it's now the default + +* Fri Feb 3 2012 Michel Salim - 0.15.1-2 +- Support parallel installation with other Vala versions + +* Mon Jan 30 2012 Michel Salim - 0.15.1-1 +- Update to 0.15.1 + +* Sat Jan 14 2012 Fedora Release Engineering - 0.15.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Dec 23 2011 Matthias Clasen - 0.15.0-1 +- Update to 0.15.0 + +* Tue Sep 20 2011 Matthias Clasen - 0.14.0-1 +- Update to 0.14.0 + +* Tue Aug 30 2011 Matthias Clasen - 0.13.3-1 +- Update to 0.13.3 + +* Thu Jul 7 2011 Michel Salim - 0.13.1-1 +- Update to 0.13.1 + +* Fri Jun 17 2011 Tomas Bzatek - 0.12.1-1 +- Update to 0.12.1 + +* Tue Apr 5 2011 Michel Salim - 0.12.0-2 +- Allow access to length of constant array in constant initializer lists + +* Sun Apr 3 2011 Christopher Aillon - 0.12.0-1 +- Update to 0.12.0 + +* Thu Mar 17 2011 Michel Salim - 0.11.7-1 +- Update to 0.11.7 + +* Mon Feb 21 2011 Peter Robinson - 0.11.6-1 +- Update to 0.11.6 + +* Mon Feb 07 2011 Fedora Release Engineering - 0.11.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Feb 7 2011 Michel Salim - 0.11.5-2 +- Own %%{_datadir}/vala directory (# 661603) + +* Wed Feb 2 2011 Christopher Aillon - 0.11.5-1 +- Update to 0.11.5 + +* Mon Jan 17 2011 Matthias Clasen - 0.11.4-1 +- Update to 0.11.4 + +* Fri Jan 7 2011 Peter Robinson - 0.11.3-1 +- Update to 0.11.3 +- disable make check as its currently broken + +* Tue Nov 9 2010 Peter Robinson - 0.11.2-1 +- Update to 0.11.2 + +* Sun Nov 7 2010 Michel Salim - 0.11.1-2 +- Improved rpath handling, allowing test suite to run + +* Sat Nov 6 2010 Michel Salim - 0.11.1-1 +- Update to 0.11.1 +- Drop unneeded build requirements + +* Tue Oct 19 2010 Michel Salim - 0.11.0-1 +- Update to 0.11.0 + +* Wed Sep 29 2010 jkeating - 0.10.0-2 +- Rebuilt for gcc bug 634757 + +* Wed Sep 22 2010 Matthias Clasen - 0.10.0-1 +- Update to 0.10.0 +- Work with gobject-introspection >= 0.9.5 + +* Sun Sep 12 2010 Michel Salim - 0.9.8-1 +- Update to 0.9.8 +- Make -doc subpackage noarch +- Mark -doc files as %%doc + +* Wed Aug 25 2010 Brian Pepple - 0.9.7-1 +- Update to 0.9.7. +- Remove clean section & buildroot. No longer needed. + +* Mon Aug 9 2010 Michel Salim - 0.9.5-1 +- Update to 0.9.5 + +* Mon Aug 2 2010 Peter Robinson - 0.9.4-1 +- Update to 0.9.4 + +* Thu Jul 15 2010 Michel Salim - 0.9.3-1 +- Update to 0.9.3 + +* Mon Jul 12 2010 Michel Salim - 0.9.2-2 +- Add COPYING file to emacs-vala + +* Sat Jul 3 2010 Michel Salim - 0.9.2-1 +- Update to 0.9.2 + +* Sun Jun 13 2010 Michel Salim - 0.9.1-1 +- Update to 0.9.1 +- Make emacs-vala subpackage noarch; split off source file to -el subpackage + according to Emacs packaging guidelines + +* Tue Apr 27 2010 Michel Salim - 0.8.1-1 +- Update to 0.8.1 + +* Fri Apr 9 2010 Peter Robinson - 0.8.0-1 +- Update to new major release 0.8.0 + +* Tue Mar 2 2010 Peter Robinson - 0.7.10-1 +- Update to 0.7.10 + +* Tue Jan 5 2010 Peter Robinson - 0.7.9-1 +- Update to 0.7.9 + +* Tue Nov 17 2009 Peter Robinson - 0.7.8-1 +- Update to 0.7.8 + +* Sat Oct 3 2009 Michel Salim - 0.7.7-1 +- Update to 0.7.7 + +* Thu Aug 20 2009 Michel Salim - 0.7.5-1 +- Update to 0.7.5 + +* Sun Jul 26 2009 Fedora Release Engineering - 0.7.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Jul 14 2009 Michel Salim - 0.7.4-2 +- Patch broken ModuleInit attribute (upstream bug 587444) + +* Tue Jul 7 2009 Michel Salim - 0.7.4-1 +- Update to 0.7.4 + +* Wed Jun 3 2009 Peter Robinson - 0.7.3-1 +- Update to 0.7.3 + +* Sat Apr 18 2009 Michel Salim - 0.6.1-1 +- Update to 0.6.1 + +* Mon Feb 23 2009 Michel Salim - 0.5.7-1 +- Update to 0.5.7 + +* Tue Jan 27 2009 Michel Salim - 0.5.6-1 +- Update to 0.5.6 + +* Tue Dec 16 2008 Michel Salim - 0.5.3-1 +- Update to 0.5.3 + +* Mon Dec 15 2008 Michel Salim - 0.5.2-3 +- Fix bug in Emacs version detection + +* Sat Dec 13 2008 Michel Salim - 0.5.2-2 +- Use buildsystem variables to determine available Emacs version +- BR on gecko-devel >= 1.9, since older version is also in RHEL repo + +* Sat Dec 13 2008 Michel Salim - 0.5.2-1 +- Update to 0.5.2 + +* Sun Nov 23 2008 Michel Salim - 0.5.1-1 +- Update to 0.5.1 + +* Fri Aug 22 2008 Michel Salim - 0.3.5-1 +- Update to 0.3.5 + +* Tue Jul 15 2008 Michel Salim - 0.3.4-2 +- Add vala-mode for editing Vala code in Emacs + +* Tue Jul 1 2008 Lennart Poettering - 0.3.4-1 +- Update to 0.3.4 + +* Wed Jun 4 2008 Michel Salim - 0.3.3-1 +- Update to 0.3.3 + +* Fri May 16 2008 Michel Salim - 0.3.2-1 +- Update to 0.3.2 + +* Thu Apr 10 2008 Michel Salim - 0.2.0-1 +- Update to 0.2.0 + +* Wed Mar 5 2008 Michel Salim - 0.1.7-1 +- Update to 0.1.7 +- -tool subpackage now requires gnome-common, intltool and libtoolize + for out-of-the-box vala-gen-project support + +* Tue Feb 19 2008 Fedora Release Engineering - 0.1.6-2 +- Autorebuild for GCC 4.3 + +* Sat Jan 19 2008 Michel Salim - 0.1.6-1 +- Update to 0.1.6 +- Revert vapi addition, needed declarations have been inlined (r846) +- Rename -docs subpackage to -doc, to comply with guidelines + +* Tue Jan 15 2008 Michel Salim - 0.1.5-5 +- Manually add Gee vapi file to package (bz #428692) + +* Tue Dec 4 2007 Michel Salim - 0.1.5-4 +- Backport patch to autodetect location of automake shared files + +* Tue Dec 4 2007 Michel Salim - 0.1.5-3 +- Add build dependency on gtk2-devel + +* Tue Dec 4 2007 Michel Salim - 0.1.5-2 +- Enable project generator tool + +* Tue Nov 27 2007 Michel Salim - 0.1.5-1 +- Update to 0.1.5 + +* Sun Nov 11 2007 Michel Salim - 0.1.4-2 +- Add build dependency on devhelp + +* Fri Oct 19 2007 Michel Salim - 0.1.4-1 +- Update to 0.1.4 +- Put newly-added documentation in its own subpackage (depends on devhelp) + +* Mon Sep 17 2007 Michel Salim - 0.1.3-5 +- vapigen subpackage: add missing Require: on perl-XML-Twig + +* Sat Sep 8 2007 Michel Salim - 0.1.3-4 +- Split -vapigen subpackage. It is functionally self-contained and the license + is more restricted +- Updated license declarations + +* Wed Sep 5 2007 Michel Salim - 0.1.3-3 +- Licensing and URL updates + +* Tue Sep 4 2007 Michel Salim - 0.1.3-2 +- Enable binding generation tools + +* Sun Sep 2 2007 Michel Salim - 0.1.3-1 +- Update to 0.1.3 + +* Sun Mar 25 2007 Michel Salim - 0.0.8-1 +- Update to 0.0.8 + +* Wed Mar 7 2007 Michel Salim - 0.0.7-1 +- Update to 0.0.7 + +* Wed Feb 28 2007 Michel Salim - 0.0.6-1 +- Update to 0.0.6 + +* Mon Nov 6 2006 Michel Salim - 0.0.5-1 +- Initial package diff --git a/monitoring.toml b/monitoring.toml new file mode 100644 index 0000000..0ad7b11 --- /dev/null +++ b/monitoring.toml @@ -0,0 +1,13 @@ +# Enable/disable monitoring +monitoring = true +# Enable/disable filling bugzilla ticket for new release +# When disabled it will also disable scratch builds +bugzilla = false +# Enable/disable reporting only stable versions +# Stable versions are recognized based on release-monitoring.org project settings +stable_only = true +# Enable/disable reporting all new versions instead of the latest one +# Enabling this will disable scratch builds +all_versions = true +# Enable/disable scratch build for newly opened version +scratch_build = false diff --git a/sources b/sources index 49d1fd4..b6f58ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.48.12.tar.xz) = da7becf8b92985a07b139651c14bd41ec86aed3e2b610029d2b376f70335c98607f39de4a1fa4efe9d51e6088edd4c13d22431cada389679d55f684ad548f4d1 +SHA512 (vala-0.56.19.tar.xz) = 68e87db80362243a071b33dd33b35e0b788e6f16fa993bcf1bbf3ccc65fb704fd3be50d41a8d50530328061c55edbe53a4fd094745435b858fd07851e963ef36 diff --git a/vala-warn-on-unknown-xml.patch b/vala-warn-on-unknown-xml.patch new file mode 100644 index 0000000..926f23c --- /dev/null +++ b/vala-warn-on-unknown-xml.patch @@ -0,0 +1,121 @@ +From 80066a3fa9e4c13a6a5e43dac2ceda1d03fbe663 Mon Sep 17 00:00:00 2001 +From: two +Date: Thu, 13 Feb 2025 19:08:34 +0000 +Subject: [PATCH] girparser: Warn about unknown xml element instead of creating + a fatal error + +(also remove unnecessary comments about it) +--- + vala/valagirparser.vala | 29 ++++++++++------------------- + 1 file changed, 10 insertions(+), 19 deletions(-) + +diff --git a/vala/valagirparser.vala b/vala/valagirparser.vala +index 7672ad5b0..06f6d4098 100644 +--- a/vala/valagirparser.vala ++++ b/vala/valagirparser.vala +@@ -1516,7 +1516,6 @@ public class Vala.GirParser : CodeVisitor { + + void start_element (string name) { + if (current_token != MarkupTokenType.START_ELEMENT || reader.name != name) { +- // error + Report.error (get_current_src (), "expected start element of `%s'", name); + } + } +@@ -2107,8 +2106,7 @@ public class Vala.GirParser : CodeVisitor { + //TODO Handle this format information properly + skip_element (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `repository'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `repository'", reader.name); + skip_element (); + } + } +@@ -2377,8 +2375,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "docsection") { + skip_element (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `namespace'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `namespace'", reader.name); + skip_element (); + } + +@@ -2551,8 +2548,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "function-macro") { + skip_element (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `%s'", reader.name, element_name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `%s'", reader.name, element_name); + skip_element (); + } + +@@ -3048,8 +3044,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "union") { + parse_union (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `record'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `record'", reader.name); + skip_element (); + } + +@@ -3167,8 +3162,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "glib:signal") { + parse_signal (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `class'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `class'", reader.name); + skip_element (); + } + +@@ -3246,8 +3240,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "glib:signal") { + parse_signal (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `interface'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `interface'", reader.name); + skip_element (); + } + +@@ -3801,8 +3794,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "union") { + parse_union (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `class'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `class'", reader.name); + skip_element (); + } + +@@ -3847,8 +3839,7 @@ public class Vala.GirParser : CodeVisitor { + Report.warning (get_current_src (), "unhandled child element `%s' in `transparent union'", reader.name); + skip_element (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `transparent union'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `transparent union'", reader.name); + skip_element (); + } + +@@ -3897,8 +3888,7 @@ public class Vala.GirParser : CodeVisitor { + } else if (reader.name == "record") { + parse_record (); + } else { +- // error +- Report.error (get_current_src (), "unknown child element `%s' in `union'", reader.name); ++ Report.warning (get_current_src (), "unknown child element `%s' in `union'", reader.name); + skip_element (); + } + +@@ -4736,3 +4726,4 @@ public class Vala.GirParser : CodeVisitor { + } + + } ++ +-- +GitLab + diff --git a/vala.spec b/vala.spec index 891b725..a0ff841 100644 --- a/vala.spec +++ b/vala.spec @@ -1,44 +1,39 @@ -%global api_ver 0.48 +%global api_ver 0.56 %global priority 90 Name: vala -Version: 0.48.12 -Release: 1%{?dist} +Version: 0.56.19 +Release: %autorelease Summary: A modern programming language for GNOME # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD -License: LGPLv2+ and BSD +License: LGPL-2.1-or-later AND BSD-2-Clause URL: https://wiki.gnome.org/Projects/Vala -Source0: https://download.gnome.org/sources/vala/0.48/vala-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz +# warn instead of erroring out on unknown XML +# needed to build libadwaita on c10s and jhbuild but somehow not on f42 +Patch0: https://gitlab.gnome.org/GNOME/vala/-/merge_requests/423.patch#/%{name}-warn-on-unknown-xml.patch -BuildRequires: flex BuildRequires: bison -BuildRequires: glib2-devel +BuildRequires: flex BuildRequires: gobject-introspection-devel BuildRequires: graphviz-devel BuildRequires: libxslt +BuildRequires: make +BuildRequires: pkgconfig(gobject-2.0) # only if Vala source files are patched #BuildRequires: vala # for tests BuildRequires: dbus-x11 -# alternatives; remove in F32 -%global vala_binaries vala valac vala-gen-introspect vapigen -%global vala_manpages valac vala-gen-introspect vapigen -Requires(pre): %{_sbindir}/alternatives - Requires: libvala%{?_isa} = %{version}-%{release} # For GLib-2.0 and GObject-2.0 .gir files Requires: gobject-introspection-devel -# Removed in F25 -Obsoletes: vala-tools < 0.34.0 -Conflicts: vala-tools < 0.34.0 -Provides: vala-tools = %{version}-%{release} - Provides: vala(api) = %{api_ver} +Provides: valac = %{version}-%{release} %description Vala is a new programming language that aims to bring modern programming @@ -73,8 +68,6 @@ Summary: Development files for libvala Requires: libvala%{?_isa} = %{version}-%{release} # Renamed in F30 Provides: vala-devel = %{version}-%{release} -Provides: vala-devel%{?_isa} = %{version}-%{release} -Obsoletes: vala-devel < 0.43 %description -n libvala-devel Vala is a new programming language that aims to bring modern programming @@ -88,11 +81,14 @@ necessary for using the %{name} compiler. %package doc Summary: Documentation for %{name} -License: LGPLv2+ - BuildArch: noarch Requires: %{name} = %{version}-%{release} +# Don't require Devhelp on RHEL 10+ as it won't be available there, +# but continue to package the documentation in case of it gets packaged +# in EPEL +%if ! 0%{?rhel} || 0%{?rhel} < 10 Requires: devhelp +%endif %description doc Vala is a new programming language that aims to bring modern programming @@ -106,6 +102,7 @@ This package contains documentation in a devhelp HTML book. %package -n valadoc Summary: Vala documentation generator Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: libvala%{?_isa} = %{version}-%{release} %description -n valadoc Valadoc is a documentation generator for generating API documentation from Vala @@ -129,46 +126,42 @@ developing applications that use valadoc. %build +# The pre-generated compiler sources do not have the warning downgrades +# in vala-c99.patch. +%global build_type_safety_c 0 %configure # Don't use rpath! sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool -make %{?_smp_mflags} +%make_build %install %make_install -# own this directory for third-party *.vapi files -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vala/vapi -find %{buildroot} -name '*.la' -exec rm -f {} ';' +# Avoid multilib conflicts in vala-gen-introspect +mv %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}{,-`uname -m`} +echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$@"' > \ + %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver} + chmod +x %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver} + +find %{buildroot} -name '*.la' -delete %check -make check - - -# Drop the pre script in F32 -%pre -if [ $1 -gt 1 ] ; then - for f in %{vala_binaries}; - do - %{_sbindir}/alternatives --remove-all $f >& /dev/null || : - done - for f in %{vala_manpages}; - do - %{_sbindir}/alternatives --remove-all $f.1.gz >& /dev/null || : - done -fi +# https://gitlab.gnome.org/GNOME/vala/-/issues/1416 +export -n VALAFLAGS +%make_build check %files %license COPYING +%doc NEWS README.md %{_bindir}/vala %{_bindir}/vala-%{api_ver} %{_bindir}/valac %{_bindir}/valac-%{api_ver} %{_bindir}/vala-gen-introspect -%{_bindir}/vala-gen-introspect-%{api_ver} +%{_bindir}/vala-gen-introspect-%{api_ver}* %{_bindir}/vapigen %{_bindir}/vapigen-%{api_ver} %{_libdir}/pkgconfig/vapigen*.pc @@ -212,744 +205,4 @@ fi %changelog -* Thu Nov 19 2020 Kalev Lember - 0.48.12-1 -- Update to 0.48.12 - -* Tue Sep 29 2020 Kalev Lember - 0.48.11-1 -- Update to 0.48.11 - -* Sun Sep 06 2020 Kalev Lember - 0.48.10-1 -- Update to 0.48.10 - -* Mon Aug 17 2020 Kalev Lember - 0.48.9-1 -- Update to 0.48.9 - -* Wed Jul 29 2020 Kalev Lember - 0.48.8-1 -- Update to 0.48.8 - -* Mon Jul 20 2020 Kalev Lember - 0.48.7-1 -- Update to 0.48.7 - -* Mon May 18 2020 Kalev Lember - 0.48.6-1 -- Update to 0.48.6 - -* Thu Apr 23 2020 Kalev Lember - 0.48.5-1 -- Update to 0.48.5 - -* Wed Apr 22 2020 Kalev Lember - 0.48.4-1 -- Update to 0.48.4 - -* Mon Apr 06 2020 Kalev Lember - 0.48.3-1 -- Update to 0.48.3 - -* Tue Mar 24 2020 Kalev Lember - 0.48.2-1 -- Update to 0.48.2 - -* Wed Mar 11 2020 Kalev Lember - 0.48.1-1 -- Update to 0.48.1 - -* Wed Mar 04 2020 Kalev Lember - 0.48.0-1 -- Update to 0.48.0 - -* Mon Feb 24 2020 Kalev Lember - 0.47.92-1 -- Update to 0.47.92 - -* Mon Feb 17 2020 Kalev Lember - 0.47.91-1 -- Update to 0.47.91 - -* Tue Feb 04 2020 Kalev Lember - 0.47.4-1 -- Update to 0.47.4 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.47.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 24 2020 Kalev Lember - 0.47.3-1 -- Update to 0.47.3 - -* Mon Nov 18 2019 Kalev Lember - 0.46.5-1 -- Update to 0.46.5 - -* Mon Nov 11 2019 Kalev Lember - 0.46.4-1 -- Update to 0.46.4 - -* Wed Oct 09 2019 Kalev Lember - 0.46.3-1 -- Update to 0.46.3 - -* Mon Sep 30 2019 Kalev Lember - 0.46.2-1 -- Update to 0.46.2 - -* Mon Sep 16 2019 Kalev Lember - 0.46.1-1 -- Update to 0.46.1 - -* Thu Sep 05 2019 Kalev Lember - 0.46.0-1 -- Update to 0.46.0 - -* Mon Aug 19 2019 Kalev Lember - 0.45.91-1 -- Update to 0.45.91 - -* Mon Aug 12 2019 Kalev Lember - 0.45.90-1 -- Update to 0.45.90 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.45.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jul 18 2019 Kalev Lember - 0.45.3-1 -- Update to 0.45.3 - -* Tue Jul 16 2019 Kalev Lember - 0.44.6-1 -- Update to 0.44.6 - -* Mon Jun 17 2019 Kalev Lember - 0.44.5-1 -- Update to 0.44.5 - -* Wed Jun 05 2019 Kalev Lember - 0.44.4-1 -- Update to 0.44.4 - -* Mon Apr 08 2019 Kalev Lember - 0.44.3-1 -- Update to 0.44.3 - -* Sun Mar 31 2019 Kalev Lember - 0.44.2-1 -- Update to 0.44.2 - -* Mon Mar 18 2019 Kalev Lember - 0.44.1-1 -- Update to 0.44.1 - -* Mon Mar 11 2019 Kalev Lember - 0.44.0-1 -- Update to 0.44.0 - -* Sun Mar 03 2019 Kalev Lember - 0.43.92-1 -- Update to 0.43.92 - -* Thu Feb 21 2019 Kalev Lember - 0.43.91-1 -- Update to 0.43.91 - -* Tue Feb 12 2019 Kalev Lember - 0.43.90-2 -- Drop the alternatives system - -* Mon Feb 04 2019 Kalev Lember - 0.43.90-1 -- Update to 0.43.90 - -* Sun Feb 03 2019 Fedora Release Engineering - 0.43.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 29 2019 Pete Walter - 0.43.6-2 -- Bump vala-devel obsoletes version - -* Tue Jan 22 2019 Kalev Lember - 0.43.6-1 -- Update to 0.43.6 - -* Mon Jan 07 2019 Kalev Lember - 0.43.4-1 -- Update to 0.43.4 - -* Thu Dec 27 2018 Kalev Lember - 0.42.4-1 -- Update to 0.42.4 - -* Mon Nov 12 2018 Kalev Lember - 0.42.3-2 -- Split out libvala subpackage with the shared library (#1499590) -- Rename vala-devel to libvala-devel to match with the libvala package - -* Wed Nov 07 2018 Kalev Lember - 0.42.3-1 -- Update to 0.42.3 - -* Mon Sep 24 2018 Kalev Lember - 0.42.2-1 -- Update to 0.42.2 - -* Mon Sep 17 2018 Kalev Lember - 0.42.1-1 -- Update to 0.42.1 - -* Wed Sep 05 2018 Kalev Lember - 0.42.0-1 -- Update to 0.42.0 - -* Sun Aug 12 2018 Kalev Lember - 0.41.91-1 -- Update to 0.41.91 - -* Mon Aug 06 2018 Kalev Lember - 0.41.90-1 -- Update to 0.41.90 - -* Wed Jul 25 2018 Kalev Lember - 0.40.8-1 -- Update to 0.40.8 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.40.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 26 2018 Kalev Lember - 0.40.7-1 -- Update to 0.40.7 - -* Mon May 21 2018 Kalev Lember - 0.40.6-1 -- Update to 0.40.6 - -* Mon May 21 2018 Kalev Lember - 0.40.5-1 -- Update to 0.40.5 - -* Mon Apr 16 2018 Kalev Lember - 0.40.4-1 -- Update to 0.40.4 - -* Sun Apr 08 2018 Kalev Lember - 0.40.3-1 -- Update to 0.40.3 - -* Wed Mar 28 2018 Kalev Lember - 0.40.2-1 -- Update to 0.40.2 - -* Mon Mar 26 2018 Kalev Lember - 0.40.1-1 -- Update to 0.40.1 - -* Sun Mar 11 2018 Kalev Lember - 0.40.0-1 -- Update to 0.40.0 - -* Fri Mar 02 2018 Kalev Lember - 0.39.92-1 -- Update to 0.39.92 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.39.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Feb 04 2018 Kalev Lember - 0.39.7-1 -- Update to 0.39.7 - -* Tue Jan 30 2018 Kalev Lember - 0.39.6-1 -- Update to 0.39.6 -- Drop ldconfig scriptlets - -* Fri Jan 19 2018 Kalev Lember - 0.39.5-1 -- Update to 0.39.5 - -* Wed Jan 03 2018 Kalev Lember - 0.39.3-1 -- Update to 0.39.3 - -* Wed Dec 20 2017 Kalev Lember - 0.39.2-1 -- Update to 0.39.2 - -* Mon Dec 11 2017 Kalev Lember - 0.38.4-1 -- Update to 0.38.4 - -* Thu Nov 09 2017 Kalev Lember - 0.38.3-1 -- Update to 0.38.3 - -* Sun Oct 08 2017 Kalev Lember - 0.38.2-1 -- Update to 0.38.2 - -* Mon Sep 11 2017 Kalev Lember - 0.38.1-1 -- Update to 0.38.1 - -* Fri Sep 08 2017 Kalev Lember - 0.38.0-2 -- Backport a patch to fix baobab (bgo#787419) - -* Tue Sep 05 2017 Kalev Lember - 0.38.0-1 -- Update to 0.38.0 - -* Mon Aug 28 2017 Kalev Lember - 0.37.91-1 -- Update to 0.37.91 - -* Mon Aug 21 2017 Kalev Lember - 0.37.90-1 -- Update to 0.37.90 - -* Thu Aug 10 2017 Kalev Lember - 0.37.2-1 -- Update to 0.37.2 - -* Thu Aug 03 2017 Fedora Release Engineering - 0.36.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.36.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Jul 19 2017 Kalev Lember - 0.36.4-3 -- Enable self tests - -* Wed Jul 19 2017 Kalev Lember - 0.36.4-2 -- Rebuilt for a s390x binutils issue - -* Tue Jul 18 2017 Kalev Lember - 0.36.4-1 -- Update to 0.36.4 - -* Fri May 05 2017 Kalev Lember - 0.36.3-1 -- Update to 0.36.3 - -* Tue Apr 25 2017 Kalev Lember - 0.36.2-1 -- Update to 0.36.2 - -* Mon Apr 03 2017 Kalev Lember - 0.36.1-1 -- Update to 0.36.1 - -* Mon Mar 20 2017 Kalev Lember - 0.36.0-1 -- Update to 0.36.0 - -* Thu Mar 16 2017 Kalev Lember - 0.35.90-1 -- Update to 0.35.90 - -* Tue Mar 07 2017 Kalev Lember - 0.35.7-1 -- Update to 0.35.7 - -* Mon Feb 27 2017 Kalev Lember - 0.35.6-1 -- Update to 0.35.6 - -* Tue Feb 14 2017 Richard Hughes - 0.35.5-1 -- Update to 0.35.5 - -* Mon Feb 13 2017 Richard Hughes - 0.35.3-1 -- Update to 0.35.3 - -* Sat Feb 11 2017 Fedora Release Engineering - 0.34.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 05 2016 Kalev Lember - 0.34.4-1 -- Update to 0.34.4 - -* Fri Dec 02 2016 Kalev Lember - 0.34.3-3 -- Backport a patch to support fixed-size array as return-value (#1398738) - -* Thu Dec 01 2016 Kalev Lember - 0.34.3-2 -- codegen: Add function-prototypes for all register-type calls - -* Tue Nov 22 2016 Kalev Lember - 0.34.3-1 -- Update to 0.34.3 - -* Mon Oct 24 2016 Kalev Lember - 0.34.2-1 -- Update to 0.34.2 - -* Sun Oct 09 2016 Kalev Lember - 0.34.1-1 -- Update to 0.34.1 - -* Wed Sep 28 2016 Kalev Lember - 0.34.0-4 -- Make scriptlets failsafe (#1247971) - -* Thu Sep 22 2016 Kalev Lember - 0.34.0-3 -- Require gobject-introspection-devel for GLib and GObject .gir files -- Drop old obsoletes - -* Thu Sep 22 2016 Kalev Lember - 0.34.0-2 -- Merge vala-tools into main vala package - -* Thu Sep 22 2016 Kalev Lember - 0.34.0-1 -- Update to 0.34.0 - -* Tue Sep 13 2016 Kalev Lember - 0.33.1-1 -- Update to 0.33.1 -- Update project URLs - -* Wed Jun 22 2016 Richard Hughes - 0.32.1-1 -- Update to 0.32.1 - -* Tue Mar 22 2016 Kalev Lember - 0.32.0-1 -- Update to 0.32.0 - -* Tue Feb 16 2016 Richard Hughes - 0.31.1-1 -- Update to 0.31.1 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.30.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Sep 18 2015 Kalev Lember - 0.30.0-1 -- Update to 0.30.0 - -* Wed Aug 12 2015 Kalev Lember - 0.29.3-1 -- Update to 0.29.3 - -* Mon Jun 29 2015 Kalev Lember - 0.29.2-1 -- Update to 0.29.2 - -* Fri Jun 19 2015 Fedora Release Engineering - 0.29.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed May 27 2015 Kalev Lember - 0.29.1-1 -- Update to 0.29.1 - -* Mon May 25 2015 Kalev Lember - 0.28.0-2 -- Add a vala(api) virtual provide that xfce-vala can depend on - -* Sun Mar 22 2015 Kalev Lember - 0.28.0-1 -- Update to 0.28.0 - -* Wed Mar 18 2015 Kalev Lember - 0.27.2-1 -- Update to 0.27.2 -- Use license macro for the COPYING file - -* Sat Feb 21 2015 Kalev Lember - 0.27.1-2 -- Drop emacs bindings that no longer build - -* Mon Jan 19 2015 Richard Hughes - 0.27.1-1 -- Update to 0.27.1 - -* Sun Nov 16 2014 Kalev Lember - 0.26.1-2 -- Obsolete compat-vala022 from rhughes-f20-gnome-3-12 copr - -* Mon Oct 13 2014 Kalev Lember - 0.26.1-1 -- Update to 0.26.1 - -* Mon Sep 22 2014 Kalev Lember - 0.26.0-1 -- Update to 0.26.0 - -* Mon Sep 15 2014 Kalev Lember - 0.25.4-1 -- Update to 0.25.4 - -* Mon Sep 01 2014 Kalev Lember - 0.25.3-1 -- Update to 0.25.3 - -* Sun Aug 24 2014 Kalev Lember - 0.25.2-1 -- Update to 0.25.2 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.25.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Wed Jul 23 2014 Kalev Lember - 0.25.1-1 -- Update to 0.25.1 - -* Fri Jun 27 2014 Yaakov Selkowitz - 0.24.0-3 -- Fix clutter-gst-1.0 deps (#1106673, #1112424) - -* Sun Jun 08 2014 Fedora Release Engineering - 0.24.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Mar 24 2014 Richard Hughes - 0.24.0-1 -- Update to 0.24.0 - -* Thu Feb 20 2014 Kalev Lember - 0.23.3-2 -- Move Makefile.vapigen to the -tools subpackage (#1030543) -- Don't ship huge ChangeLog file - -* Wed Feb 19 2014 Richard Hughes - 0.23.3-1 -- Update to 0.23.3 - -* Wed Feb 05 2014 Richard Hughes - 0.23.2-1 -- Update to 0.23.2 - -* Sun Jan 26 2014 Peter Robinson 0.23.1-2 -- Fix FTBFS - -* Wed Jan 08 2014 Richard Hughes - 0.23.1-1 -- Update to 0.23.1 - -* Thu Nov 14 2013 Richard Hughes - 0.22.1-1 -- Update to 0.22.1 - -* Wed Sep 25 2013 Kalev Lember - 0.22.0-1 -- Update to 0.22.0 - -* Wed Sep 18 2013 Kalev Lember - 0.21.2-1 -- Update to 0.21.2 - -* Mon Aug 19 2013 Kalev Lember - 0.21.1-1 -- Update to 0.21.1 - -* Sun Aug 04 2013 Fedora Release Engineering - 0.20.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Apr 9 2013 Michel Salim - 0.20.1-1 -- Update to 0.20.1 - -* Tue Mar 26 2013 Kalev Lember - 0.20.0-1 -- Update to 0.20.0 - -* Thu Feb 28 2013 Colin Walters - 0.19.0-2 -- Ensure tools pull in gobject-introspection-devel, since vapigen - needs .gir files. - -* Fri Feb 22 2013 Kalev Lember - 0.19.0-1 -- Update to 0.19.0 - -* Wed Feb 20 2013 Kalev Lember - 0.18.1-4 -- Temporarily BR vala itself to build with the patch applied - -* Wed Feb 20 2013 Kalev Lember - 0.18.1-3 -- Ignore the "instance-parameter" tag emitted by new g-ir-scanner - -* Fri Feb 15 2013 Fedora Release Engineering - 0.18.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Tue Nov 13 2012 Kalev Lember - 0.18.1-1 -- Update to 0.18.1 - -* Tue Sep 25 2012 Kalev Lember - 0.18.0-1 -- Update to 0.18.0 - -* Wed Sep 19 2012 Kalev Lember - 0.17.7-1 -- Update to 0.17.7 - -* Sat Sep 8 2012 Michel Salim - 0.17.6-1 -- Update to 0.17.6 - -* Sun Sep 2 2012 Michel Salim - 0.17.5-1 -- Update to 0.17.5 - -* Mon Aug 20 2012 Michel Salim - 0.17.4-1 -- Update to 0.17.4 - -* Fri Aug 3 2012 Michel Salim - 0.17.3-1 -- Update to 0.17.3 - -* Sun Jul 22 2012 Fedora Release Engineering - 0.17.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jun 25 2012 Michel Salim - 0.17.2-1 -- Update to 0.17.2 - -* Mon Jun 4 2012 Michel Salim - 0.17.1-1 -- Update to 0.17.1 -- Remove "Group" field -- Make subpackages' dependencies on main package arch-specific - -* Sat May 12 2012 Michel Salim - 0.17.0-2 -- Spec clean-ups - -* Thu May 3 2012 Michel Salim - 0.17.0-1 -- Update to 0.17.0 - -* Fri Apr 6 2012 Michel Salim - 0.16.0-3 -- Disable coverage analysis, build-time paths get hard-coded - -* Thu Apr 5 2012 Michel Salim - 0.16.0-2 -- Update vala-mode.el to April 2011 release -- Fix registration of Vala alternatives - -* Wed Apr 04 2012 Kalev Lember - 0.16.0-1 -- Update to 0.16.0 - -* Tue Mar 27 2012 Ray Strode 0.15.2-2 -- Add back Makefile.vapigen. It's needed by various projects - build systems to enable vala support. - -* Wed Mar 21 2012 Richard Hughes - 0.15.2-1 -- Update to 0.15.2 - -* Mon Feb 6 2012 Michel Salim - 0.15.1-3 -- Enable coverage analysis -- Drop redundant --enable-vapigen, it's now the default - -* Fri Feb 3 2012 Michel Salim - 0.15.1-2 -- Support parallel installation with other Vala versions - -* Mon Jan 30 2012 Michel Salim - 0.15.1-1 -- Update to 0.15.1 - -* Sat Jan 14 2012 Fedora Release Engineering - 0.15.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Dec 23 2011 Matthias Clasen - 0.15.0-1 -- Update to 0.15.0 - -* Tue Sep 20 2011 Matthias Clasen - 0.14.0-1 -- Update to 0.14.0 - -* Tue Aug 30 2011 Matthias Clasen - 0.13.3-1 -- Update to 0.13.3 - -* Thu Jul 7 2011 Michel Salim - 0.13.1-1 -- Update to 0.13.1 - -* Fri Jun 17 2011 Tomas Bzatek - 0.12.1-1 -- Update to 0.12.1 - -* Tue Apr 5 2011 Michel Salim - 0.12.0-2 -- Allow access to length of constant array in constant initializer lists - -* Sun Apr 3 2011 Christopher Aillon - 0.12.0-1 -- Update to 0.12.0 - -* Thu Mar 17 2011 Michel Salim - 0.11.7-1 -- Update to 0.11.7 - -* Mon Feb 21 2011 Peter Robinson - 0.11.6-1 -- Update to 0.11.6 - -* Mon Feb 07 2011 Fedora Release Engineering - 0.11.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Feb 7 2011 Michel Salim - 0.11.5-2 -- Own %%{_datadir}/vala directory (# 661603) - -* Wed Feb 2 2011 Christopher Aillon - 0.11.5-1 -- Update to 0.11.5 - -* Mon Jan 17 2011 Matthias Clasen - 0.11.4-1 -- Update to 0.11.4 - -* Fri Jan 7 2011 Peter Robinson - 0.11.3-1 -- Update to 0.11.3 -- disable make check as its currently broken - -* Tue Nov 9 2010 Peter Robinson - 0.11.2-1 -- Update to 0.11.2 - -* Sun Nov 7 2010 Michel Salim - 0.11.1-2 -- Improved rpath handling, allowing test suite to run - -* Sat Nov 6 2010 Michel Salim - 0.11.1-1 -- Update to 0.11.1 -- Drop unneeded build requirements - -* Tue Oct 19 2010 Michel Salim - 0.11.0-1 -- Update to 0.11.0 - -* Wed Sep 29 2010 jkeating - 0.10.0-2 -- Rebuilt for gcc bug 634757 - -* Wed Sep 22 2010 Matthias Clasen - 0.10.0-1 -- Update to 0.10.0 -- Work with gobject-introspection >= 0.9.5 - -* Sun Sep 12 2010 Michel Salim - 0.9.8-1 -- Update to 0.9.8 -- Make -doc subpackage noarch -- Mark -doc files as %%doc - -* Wed Aug 25 2010 Brian Pepple - 0.9.7-1 -- Update to 0.9.7. -- Remove clean section & buildroot. No longer needed. - -* Mon Aug 9 2010 Michel Salim - 0.9.5-1 -- Update to 0.9.5 - -* Mon Aug 2 2010 Peter Robinson - 0.9.4-1 -- Update to 0.9.4 - -* Thu Jul 15 2010 Michel Salim - 0.9.3-1 -- Update to 0.9.3 - -* Mon Jul 12 2010 Michel Salim - 0.9.2-2 -- Add COPYING file to emacs-vala - -* Sat Jul 3 2010 Michel Salim - 0.9.2-1 -- Update to 0.9.2 - -* Sun Jun 13 2010 Michel Salim - 0.9.1-1 -- Update to 0.9.1 -- Make emacs-vala subpackage noarch; split off source file to -el subpackage - according to Emacs packaging guidelines - -* Tue Apr 27 2010 Michel Salim - 0.8.1-1 -- Update to 0.8.1 - -* Fri Apr 9 2010 Peter Robinson - 0.8.0-1 -- Update to new major release 0.8.0 - -* Tue Mar 2 2010 Peter Robinson - 0.7.10-1 -- Update to 0.7.10 - -* Tue Jan 5 2010 Peter Robinson - 0.7.9-1 -- Update to 0.7.9 - -* Tue Nov 17 2009 Peter Robinson - 0.7.8-1 -- Update to 0.7.8 - -* Sat Oct 3 2009 Michel Salim - 0.7.7-1 -- Update to 0.7.7 - -* Thu Aug 20 2009 Michel Salim - 0.7.5-1 -- Update to 0.7.5 - -* Sun Jul 26 2009 Fedora Release Engineering - 0.7.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue Jul 14 2009 Michel Salim - 0.7.4-2 -- Patch broken ModuleInit attribute (upstream bug 587444) - -* Tue Jul 7 2009 Michel Salim - 0.7.4-1 -- Update to 0.7.4 - -* Wed Jun 3 2009 Peter Robinson - 0.7.3-1 -- Update to 0.7.3 - -* Sat Apr 18 2009 Michel Salim - 0.6.1-1 -- Update to 0.6.1 - -* Mon Feb 23 2009 Michel Salim - 0.5.7-1 -- Update to 0.5.7 - -* Tue Jan 27 2009 Michel Salim - 0.5.6-1 -- Update to 0.5.6 - -* Tue Dec 16 2008 Michel Salim - 0.5.3-1 -- Update to 0.5.3 - -* Mon Dec 15 2008 Michel Salim - 0.5.2-3 -- Fix bug in Emacs version detection - -* Sat Dec 13 2008 Michel Salim - 0.5.2-2 -- Use buildsystem variables to determine available Emacs version -- BR on gecko-devel >= 1.9, since older version is also in RHEL repo - -* Sat Dec 13 2008 Michel Salim - 0.5.2-1 -- Update to 0.5.2 - -* Sun Nov 23 2008 Michel Salim - 0.5.1-1 -- Update to 0.5.1 - -* Fri Aug 22 2008 Michel Salim - 0.3.5-1 -- Update to 0.3.5 - -* Tue Jul 15 2008 Michel Salim - 0.3.4-2 -- Add vala-mode for editing Vala code in Emacs - -* Tue Jul 1 2008 Lennart Poettering - 0.3.4-1 -- Update to 0.3.4 - -* Wed Jun 4 2008 Michel Salim - 0.3.3-1 -- Update to 0.3.3 - -* Fri May 16 2008 Michel Salim - 0.3.2-1 -- Update to 0.3.2 - -* Thu Apr 10 2008 Michel Salim - 0.2.0-1 -- Update to 0.2.0 - -* Wed Mar 5 2008 Michel Salim - 0.1.7-1 -- Update to 0.1.7 -- -tool subpackage now requires gnome-common, intltool and libtoolize - for out-of-the-box vala-gen-project support - -* Tue Feb 19 2008 Fedora Release Engineering - 0.1.6-2 -- Autorebuild for GCC 4.3 - -* Sat Jan 19 2008 Michel Salim - 0.1.6-1 -- Update to 0.1.6 -- Revert vapi addition, needed declarations have been inlined (r846) -- Rename -docs subpackage to -doc, to comply with guidelines - -* Tue Jan 15 2008 Michel Salim - 0.1.5-5 -- Manually add Gee vapi file to package (bz #428692) - -* Tue Dec 4 2007 Michel Salim - 0.1.5-4 -- Backport patch to autodetect location of automake shared files - -* Tue Dec 4 2007 Michel Salim - 0.1.5-3 -- Add build dependency on gtk2-devel - -* Tue Dec 4 2007 Michel Salim - 0.1.5-2 -- Enable project generator tool - -* Tue Nov 27 2007 Michel Salim - 0.1.5-1 -- Update to 0.1.5 - -* Sun Nov 11 2007 Michel Salim - 0.1.4-2 -- Add build dependency on devhelp - -* Fri Oct 19 2007 Michel Salim - 0.1.4-1 -- Update to 0.1.4 -- Put newly-added documentation in its own subpackage (depends on devhelp) - -* Mon Sep 17 2007 Michel Salim - 0.1.3-5 -- vapigen subpackage: add missing Require: on perl-XML-Twig - -* Sat Sep 8 2007 Michel Salim - 0.1.3-4 -- Split -vapigen subpackage. It is functionally self-contained and the license - is more restricted -- Updated license declarations - -* Wed Sep 5 2007 Michel Salim - 0.1.3-3 -- Licensing and URL updates - -* Tue Sep 4 2007 Michel Salim - 0.1.3-2 -- Enable binding generation tools - -* Sun Sep 2 2007 Michel Salim - 0.1.3-1 -- Update to 0.1.3 - -* Sun Mar 25 2007 Michel Salim - 0.0.8-1 -- Update to 0.0.8 - -* Wed Mar 7 2007 Michel Salim - 0.0.7-1 -- Update to 0.0.7 - -* Wed Feb 28 2007 Michel Salim - 0.0.6-1 -- Update to 0.0.6 - -* Mon Nov 6 2006 Michel Salim - 0.0.5-1 -- Initial package +%autochangelog