8 Commits b818136452 ... b2dd9d7199

Author SHA1 Message Date
  Tomohiro "Tomo-p" KATO b2dd9d7199 ninja-1.11.0-1 2 years ago
  Tomohiro "Tomo-p" KATO abf8ec94a4 openjpeg2-2.5.0-1 2 years ago
  Tomohiro "Tomo-p" KATO dd1be89b5a php81-8.1.6-1 2 years ago
  Tomohiro "Tomo-p" KATO c0eea755cd nsd-4.5.0-1 2 years ago
  Tomohiro "Tomo-p" KATO dd253b0bbb kernel-5.10.115-1 2 years ago
  Tomohiro "Tomo-p" KATO 3d8bc05369 ncurses-6.3-2 2 years ago
  Tomohiro "Tomo-p" KATO 54a1bedf31 libarchive-3.6.1-1 2 years ago
  Tomohiro "Tomo-p" KATO 2f5eff1f9a updated 2 packages 2 years ago

+ 4 - 1
k/kernel/kernel-vl.spec

@@ -40,7 +40,7 @@
 # adding some text to the end of the version number.
 #
 %define sublevel 10
-%define patchlevel 112
+%define patchlevel 115
 %define kversion 5.%{sublevel}
 %define rpmversion 5.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
@@ -1194,6 +1194,9 @@ fi
 
 
 %changelog
+* Fri May 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.115-1
+- updated to 5.10.115.
+
 * Thu Apr 21 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.112-1
 - updated to 5.10.112.
 

+ 12 - 2
lib/liba/libarchive/libarchive-vl.spec

@@ -1,6 +1,6 @@
 Name:          libarchive
 Summary:       A library for handling streaming archive formats 
-Version:       3.5.2
+Version:       3.6.1
 Release:       1%{?_dist_release}
 Group:         system
 Vendor:        Project Vine
@@ -10,7 +10,12 @@ License:       BSD
 URL:           https://www.libarchive.org/
 Source0:       https://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
 
-Patch0:         libarchive-3.5.2-symlink-fix.patch
+# When configured against OpenSSL 1.1, the RIPEMD-160 support was not detected,
+# so it was not compiled in previously. With OpenSSL 3.0, it's now detected as
+# being available, but it only actually works when the legacy provider is
+# loaded, which breaks the RIPEMD-160 test. This patch disables the RIPEMD-160
+# support explicitly.
+Patch0001:     0001-Drop-rmd160-from-OpenSSL.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bzip2-devel
@@ -83,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.1-1
+- new upstream release.
+- dropped Patch0: fixed in upstream.
+- imported Patch0001 from rawhide.
+
 * Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.2-1
 - new upstream release.
 - built with openssl-3.0.0.

+ 4 - 1
lib/libx/libxml2/libxml2-vl.spec

@@ -1,7 +1,7 @@
 Summary: Library providing XML and HTML support
 Summary(ja): XML や HTML サポートを提供するライブラリ
 Name: libxml2
-Version: 2.9.13
+Version: 2.9.14
 Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine
@@ -315,6 +315,9 @@ chmod -x doc/*.py
 
 
 %changelog
+* Thu May 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.14-1
+- updated to 2.9.14.
+
 * Thu Mar 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.13-1
 - updated to 2.9.13.
 

+ 9 - 4
lib/libx/libxslt/libxslt-vl.spec

@@ -4,8 +4,8 @@
 Summary: Library providing the Gnome XSLT engine
 Summary(ja): XSLT エンジンライブラリ
 Name: libxslt
-Version: 1.1.34
-Release: 2%{_dist_release}
+Version: 1.1.35
+Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -201,10 +201,14 @@ rm -vrf %{buildroot}%{_docdir}
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/*.sh
+%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/*.pc
+%dir %{_libdir}/cmake
+%{_libdir}/cmake/libxslt
 %{_bindir}/xslt-config
 %{_datadir}/aclocal/*.m4
 %{_mandir}/man3/*
+%exclude %{_datadir}/gtk-doc
 
 %files static
 %defattr(-, root, root)
@@ -214,8 +218,6 @@ rm -vrf %{buildroot}%{_docdir}
 %defattr(-, root, root)
 %license Copyright
 %doc AUTHORS ChangeLog NEWS README FEATURES
-%doc python/TODO
-%doc python/libxsltclass.txt
 %doc python/tests/*.py
 %doc python/tests/*.xml
 %doc python/tests/*.xsl
@@ -251,6 +253,9 @@ rm -vrf %{buildroot}%{_docdir}
 
 
 %changelog
+* Thu May 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.35-1
+- updated to 1.1.35.
+
 * Thu May 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.34-2
 - dropped ldconfig scriptlets.
 

+ 5 - 2
n/ncurses/ncurses-vl.spec

@@ -1,4 +1,4 @@
-%global revision 20211030
+%global revision 20220507
 %define includedirw %{_includedir}/ncursesw
 
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
@@ -7,7 +7,7 @@ Summary: A screen handling and optimization package.
 Summary(ja): スクリーンの操作と最適化を行うパッケージ
 Name: ncurses
 Version: 6.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -338,6 +338,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.3-2
+- updated to 6.3 + 20220507.
+
 * Tue Nov 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.3-1
 - updated to 6.3 + 20211030.
 

+ 7 - 3
n/ninja/ninja-vl.spec

@@ -1,5 +1,5 @@
 Name:           ninja
-Version:        1.10.2
+Version:        1.11.0
 Release:        1%{?_dist_release}
 Summary:        A small build system with a focus on speed
 Summary(ja):    スピードを重視した小さなビルドシステム
@@ -15,7 +15,8 @@ Source2:        ninja.vim
 
 BuildRequires:  asciidoc
 BuildRequires:  gtest-devel
-BuildRequires:  python-devel
+BuildRequires:  python3-rpm-macros
+BuildRequires:  python3-devel
 BuildRequires:  re2c >= 0.11.3
 
 %description
@@ -43,7 +44,7 @@ Requires:    vim-common
 
 %build
 CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" \
-%{__python} configure.py --bootstrap --verbose
+%{__python3} configure.py --bootstrap --verbose
 ./ninja -v manual
 ./ninja -v ninja_test
 
@@ -88,6 +89,9 @@ ulimit -n 4096 && ulimit -u 4096
 
 
 %changelog
+* Mon May 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.11.0-1
+- new upstream release.
+
 * Wed Mar 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.2-1
 - new upstream release.
 

+ 4 - 1
n/nsd/nsd-vl.spec

@@ -3,7 +3,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
 Name: nsd
-Version: 4.4.0
+Version: 4.5.0
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Vendor: Project Vine
@@ -192,6 +192,9 @@ fi
 
 
 %changelog
+* Sat May 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.5.0-1
+- new upstream release.
+
 * Thu Feb 17 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.4.0-1
 - new upstream release.
 

+ 7 - 11
o/openjpeg2/openjpeg2-vl.spec

@@ -6,12 +6,12 @@
 
 #global optional_components 1
 
-%global minor_version 2.4
+%global minor_version 2.5
 
 Name:           openjpeg2
 Summary:        C-Library for JPEG 2000
 Summary(ja):    JPEG 2000 用の C ライブラリ
-Version:        2.4.0
+Version:        2.5.0
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -233,8 +233,6 @@ rm -rf thirdparty
 
 
 %build
-mkdir %{_target_platform}
-pushd %{_target_platform}
 # TODO: Consider
 # -DBUILD_JPIP_SERVER=ON -DBUILD_JAVA=ON 
 %cmake \
@@ -246,13 +244,12 @@ pushd %{_target_platform}
     -DBUILD_SHARED_LIBS=ON \
     %{?runcheck:-DBUILD_TESTING:BOOL=ON -DOPJ_DATA_ROOT=$PWD/../data} \
     ..
-popd
 
-make VERBOSE=1 -C %{_target_platform} %{?_smp_mflags}
+%cmake_build
 
 
 %install
-%make_install -C %{_target_platform}
+%cmake_install
 
 # Rename to avoid conflicts with openjpeg-1.x
 mv %{buildroot}%{_mandir}/man1/opj_compress.1 %{buildroot}%{_mandir}/man1/opj2_compress.1
@@ -273,10 +270,6 @@ chmod +x %{buildroot}%{_bindir}/opj2_jpip_viewer
 %endif
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %check
 %if 0%{?runcheck}
 make test -C %{_target_platform}
@@ -356,6 +349,9 @@ make test -C %{_target_platform}
 
 
 %changelog
+* Sat May 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.0-1
+- new upstream release.
+
 * Tue Dec 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.0-1
 - new upstream release.
 

+ 4 - 1
p/php81/php81-vl.spec

@@ -37,7 +37,7 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 8.1.5
+Version: 8.1.6
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
@@ -899,6 +899,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Sat May 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.6-1
+- new upstream release.
+
 * Fri Apr 15 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.5-1
 - new upstream release.