public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: pkgconfig(opencv) instead pkgconfig(opencv4) still is use by packages
@ 2026-08-28 13:32 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-28 13:32 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : 8b83a73771528034331c4c39a4190a6a279d767d
            Author : Sérgio M. Basto <sergio@serjux.com>
            Date   : 2024-02-05T23:31:07+00:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/8b83a73771528034331c4c39a4190a6a279d767d?branch=opencv5

            Log:
            pkgconfig(opencv) instead pkgconfig(opencv4) still is use by packages

revert drop compat symlink to opencv.pc

---
diff --git a/opencv.spec b/opencv.spec
index 88e703c..37d14cb 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,7 +1,7 @@
 %undefine __cmake_in_source_build
 
 %bcond_with  tests
-%bcond_with  compat_openvc_pc
+%bcond_without  compat_openvc_pc
 %if %{without tests}
 %bcond_with     extras_tests
 %else
@@ -77,7 +77,7 @@ Version:        4.9.0
 %global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} )
 %global padding  %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} )
 %global abiver   %(echo %{majorver}%{padding}%{minorver} )
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Collection of algorithms for computer vision
 # This is normal three clause BSD.
 License:        BSD-3-Clause and Apache-2.0 and ISC
@@ -578,6 +578,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
 
 
 %changelog
+* Mon Feb 05 2024 Sérgio Basto <sergio@serjux.com> - 4.9.0-2
+- Revert drop compat symlink to opencv.pc
+
 * Sun Jan 28 2024 Sérgio Basto <sergio@serjux.com> - 4.9.0-1
 - Update opencv to 4.9.0 (#2256160)
 - Enable ffmpeg and xine (now they are available on Fedora)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:32 [rpms/opencv] opencv5: pkgconfig(opencv) instead pkgconfig(opencv4) still is use by packages 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox