diff --git a/.gitignore b/.gitignore index f8b9000..1129a26 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /vapoursynth-R57.tar.gz /vapoursynth-R58.tar.gz /vapoursynth-R63.tar.gz +/vapoursynth-R65.tar.gz diff --git a/sources b/sources index 539bc7e..9bac3f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vapoursynth-R63.tar.gz) = 301985de6ea87f077129b801422b000671e8a2139743beaa473db68b86fa80f08997fdac7be258c056fa5a3c9764c3920976fb8e51829361ebc2e8819b3a666a +SHA512 (vapoursynth-R65.tar.gz) = 1b73777f5b19fcc558516fd4b5cffcdde528eb47049b42e08a8dc17b8052e7491f7b357f1a35654f252c3b735fde546f4f8fd5e0623547a0ab20b68878b0057d diff --git a/vapoursynth-version-info.patch b/vapoursynth-version-info.patch index 03f0614..d29a2df 100644 --- a/vapoursynth-version-info.patch +++ b/vapoursynth-version-info.patch @@ -1,12 +1,12 @@ -diff -Naur vapoursynth-R57.old/Makefile.am vapoursynth-R57/Makefile.am ---- vapoursynth-R57.old/Makefile.am 2022-03-02 08:35:44.861454145 +0100 -+++ vapoursynth-R57/Makefile.am 2022-03-02 08:36:52.981729877 +0100 -@@ -88,7 +88,7 @@ +diff -Naur vapoursynth-R65.old/Makefile.am vapoursynth-R65/Makefile.am +--- vapoursynth-R65.old/Makefile.am 2023-11-02 09:22:50.859928603 +0100 ++++ vapoursynth-R65/Makefile.am 2023-11-02 09:23:43.376805703 +0100 +@@ -89,7 +89,7 @@ pkgconfig_DATA += pc/vapoursynth.pc -libvapoursynth_la_LDFLAGS = -no-undefined -avoid-version $(UNDEFINEDLDFLAGS) +libvapoursynth_la_LDFLAGS = -no-undefined -version-info $(PACKAGE_VERSION) $(UNDEFINEDLDFLAGS) - libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' + libvapoursynth_la_CPPFLAGS = $(PTHREAD_CFLAGS) $(ZIMG_CFLAGS) -DVS_PATH_PLUGINDIR='"$(PLUGINDIR)"' -DVS_CURRENT_RELEASE='$(VSCURRENTRELEASE)' libvapoursynth_la_LIBADD = $(PTHREAD_LIBS) $(ZIMG_LIBS) $(DLOPENLIB) diff --git a/vapoursynth.spec b/vapoursynth.spec index eaa290d..b0a86cf 100644 --- a/vapoursynth.spec +++ b/vapoursynth.spec @@ -1,6 +1,6 @@ Name: vapoursynth -Version: 63 -Release: 3%{?dist} +Version: 65 +Release: 1%{?dist} Summary: Video processing framework with simplicity in mind License: LGPLv2 URL: http://www.vapoursynth.com @@ -116,6 +116,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_bindir}/vspipe %changelog +* Thu Nov 02 2023 Simone Caronni - 65-1 +- Update to version R65. + * Sat Jul 22 2023 Fedora Release Engineering - 63-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild