Explorar o código

updated 11 packages

audit-4.0.5-1

debugedit-5.1-1

dwz-0.15-2

groonga-15.1.1-2

libarchive-3.8.1-1

libxml2-2.13.8-1

patch-2.8-1

simdjson-3.13.0-1

vbootstrap-0.4-2

vine-menus-3.2-2

xxhash-0.8.3-1
Tomohiro "Tomo-p" KATO hai 4 días
pai
achega
8a0cc9412e

+ 14 - 13
a/audit/audit-vl.spec

@@ -5,7 +5,7 @@
 
 Summary: User space tools for kernel auditing
 Name: audit
-Version: 4.0.2
+Version: 4.0.5
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 License: GPLv2+
 Group: system,admin-tools
@@ -202,6 +202,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
 install -m640 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/auditd
 rm -rf %{buildroot}/usr/lib/systemd
 rm -rf %{buildroot}%{_libexecdir}/initscripts
+rm -rf %{buildroot}/usr/lib/tmpfiles.d/audit.conf
 %endif
 
 
@@ -211,11 +212,6 @@ rm -rf %{buildroot}%{_libexecdir}/initscripts
 #rm -f rules/Makefile*
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-rm -rf zos-remote-policy
-
-
 %post
 # This is to migrate users from audit-1.0.x installations
 if [ -f /etc/auditd.conf ]; then
@@ -302,7 +298,6 @@ fi
 
 
 %files libs
-%defattr(-,root,root)
 %{!?_licensedir:%global license %%doc}
 %license lgpl-2.1.txt
 /%{_lib}/libaudit.*
@@ -311,10 +306,9 @@ fi
 %{_mandir}/man5/libaudit.conf.5.gz
 
 %files libs-devel
-%defattr(-,root,root)
 %{!?_licensedir:%global license %%doc}
 %license COPYING.LIB
-%doc contrib/skeleton.c contrib/plugin
+%doc contrib/plugin
 %{_libdir}/libaudit.a
 %{_libdir}/libauparse.a
 %{_libdir}/libaudit.so
@@ -330,11 +324,9 @@ fi
 %{_mandir}/man3/*
 
 %files libs-python3
-%defattr(-,root,root,-)
 %attr(755,root,root) %{python3_sitearch}/*
 
 %files
-%defattr(-,root,root,-)
 %doc README.md ChangeLog init.d/auditd.cron
 %{!?_licensedir:%global license %%doc}
 %license COPYING
@@ -345,6 +337,7 @@ fi
 %attr(644,root,root) %{_mandir}/man8/aulastlog.8.gz
 %attr(644,root,root) %{_mandir}/man8/ausyscall.8.gz
 %attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
+%attr(644,root,root) %{_mandir}/man5/auditd.cron.5.gz
 %attr(644,root,root) %{_mandir}/man5/ausearch-expression.5.gz
 %attr(644,root,root) %{_mandir}/man5/auditd-plugins.5.gz
 %attr(750,root,root) /sbin/auditd
@@ -364,6 +357,7 @@ fi
 %config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/af_unix.conf
 %if %{with systemd}
 %attr(644,root,root) %{_unitdir}/auditd.service
+%attr(644,root,root) %{_tmpfilesdir}/audit.conf
 %else
 %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
 %attr(755,root,root) /etc/rc.d/init.d/auditd
@@ -387,7 +381,6 @@ fi
 %config(noreplace) %attr(640,root,root) /etc/audit/audit-stop.rules
 
 %files -n audispd-plugins
-%defattr(-,root,root,-)
 %config(noreplace) %attr(640,root,root) /etc/audit/audisp-remote.conf
 %config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/au-remote.conf
 %config(noreplace) %attr(640,root,root) /etc/audit/plugins.d/syslog.conf
@@ -420,13 +413,21 @@ fi
 %files -n compat32-%{name}-libs
 %{!?_licensedir:%global license %%doc}
 %license COPYING.LIB
-%defattr(-,root,root)
 %attr(755,root,root) /%{_lib}/libaudit.*
 %attr(755,root,root) /%{_lib}/libauparse.*
 %endif
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.5-1
+- new upstream release.
+
+* Thu May 29 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.4-1
+- new upstream release.
+
+* Thu Jan  9 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.3-1
+- new upstream release.
+
 * Fri Aug 09 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.2-1
 - new upstream release.
 

+ 12 - 12
d/debugedit/debugedit-vl.spec

@@ -1,6 +1,6 @@
 Name: debugedit
-Version: 5.0
-Release: 8%{?_dist_release}
+Version: 5.1
+Release: 1%{?_dist_release}
 Summary: Tools for debuginfo creation
 Group: system
 Vendor: Project Vine
@@ -12,16 +12,11 @@ Source0: https://sourceware.org/pub/debugedit/%{version}/%{name}-%{version}.tar.
 Source1: https://sourceware.org/pub/debugedit/%{version}/%{name}-%{version}.tar.xz.sig
 Source2: gpgkey-5C1D1AA44BE649DE760A.gpg
 
-Patch1: 0001-use-READELF-not-readelf.patch
-Patch2: 0001-tests-Handle-zero-directory-entry-in-.debug_line-DWA.patch
-Patch3: 0001-find-debuginfo-Pass-j-down-to-dwz.patch
-Patch4: 0002-configure.ac-Use-AC_LINK_IFELSE-for-gz-none-check.patch
-Patch5: 0003-configure.ac-Use-AC_LANG_PROGRAM-for-AC_LINK_IFELSE-.patch
-Patch6: 0004-scripts-find-debuginfo.in-Add-q-quiet.patch
-Patch7: 0001-find-debuginfo-Prefix-install_dir-to-PATH.patch
-Patch8: 0001-find-debuginfo-Add-v-verbose-for-per-file-messages.patch
-Patch9: 0001-debugedit-Add-support-for-.debug_str_offsets-DW_FORM.patch
-Patch10: debugedit-5.0-do_read_32_binary-search.patch
+Patch1: 0001-find-debuginfo-Check-files-are-writable-before-modif.patch
+Patch2: 0001-find-debuginfo-Fix-skip_mini-.gnu_debugdata-handling.patch
+Patch3: 0001-find-debuginfo-Make-return-from-do_file-explicit.patch
+Patch4: debugedit-5.1-binutils-tools-override.patch
+Patch5: 0001-debugedit-Handle-unused-.debug_str_offsets-entries.patch
 
 BuildRequires: make gcc
 BuildRequires: pkgconfig(libelf)
@@ -29,6 +24,8 @@ BuildRequires: pkgconfig(libdw)
 BuildRequires: help2man
 BuildRequires: gnupg2
 BuildRequires: dwz
+# For debugedit build-id recomputation
+BuildRequires: xxhash-devel
 
 # For the testsuite.
 BuildRequires: autoconf
@@ -105,6 +102,9 @@ make check %{?_smp_mflags}
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.1-1
+- new upstream release.
+
 * Sun May 19 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.0-8
 - added BR:dwz.
 

+ 5 - 1
d/dwz/dwz-vl.spec

@@ -2,7 +2,7 @@ Summary: DWARF optimization and duplicate removal tool
 Summary(ja): DWARF 最適化・重複排除ツール
 Name: dwz
 Version: 0.15
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -10,6 +10,7 @@ Distribution: Vine Linux
 License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH GCC-exception-3.1) AND GPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND LGPL-2.0-or-later
 URL: https://sourceware.org/dwz/
 Source: https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz
+Patch1: dwz-0.15-index9.patch
 
 BuildRequires: gcc, gcc-c++, gdb, elfutils-libelf-devel, dejagnu
 BuildRequires: make elfutils xxhash-devel
@@ -52,6 +53,9 @@ make check
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.15-2
+- new upstream release.
+
 * Tue May 07 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.15-1
 - new upstream release.
 

+ 22 - 15
g/groonga/groonga-vl.spec

@@ -4,8 +4,8 @@
 
 Name:		groonga
 Summary:	An Embeddable Fulltext Search Engine
-Version:	14.1.1
-Release:	1%{?_dist_release}%{?with_systemd:.systemd}
+Version:	15.1.1
+Release:	2%{?_dist_release}%{?with_systemd:.systemd}
 Group:		office
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -181,6 +181,9 @@ Munin plugins for Groonga
 	-DGRN_WITH_ZLIB=yes \
 	-DGRN_WITH_LZ4=system \
 	-DGRN_WITH_ZSTD=system \
+%ifnarch x86_64
+	-DGRN_WITH_LLAMA_CPP=no \
+%endif
 	%{nil}
 
 %cmake_build
@@ -239,10 +242,6 @@ rm -rf %{buildroot}/usr/lib/systemd
 %endif
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %pre server-common
 getent group groonga >/dev/null || groupadd -r groonga
 getent passwd groonga >/dev/null || \
@@ -336,12 +335,10 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/groonga
 %{_bindir}/grndb
 
 %files libs
-%defattr(-,root,root,-)
 %license COPYING
 %doc README.md
 %{_libdir}/*.so.*
@@ -355,7 +352,6 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 %endif
 
 %files server-gqtp
-%defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/groonga/
 %ghost %dir %{_localstatedir}/run/%{name}
 %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
@@ -369,7 +365,6 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 %endif
 
 %files server-http
-%defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/groonga/
 %ghost %dir %{_localstatedir}/run/%{name}
 %attr(0750,groonga,groonga) %dir %{_localstatedir}/lib/%{name}
@@ -383,35 +378,47 @@ chown -R groonga:groonga %{_localstatedir}/run/groonga
 %endif
 
 %files doc
-%defattr(-,root,root,-)
 %license COPYING
 %doc README.md
 %doc groonga-doc/*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/groonga/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/groonga*.pc
 %{_libdir}/cmake/Groonga
 
 %files plugin-suggest
-%defattr(-,root,root,-)
 %{_bindir}/groonga-suggest-*
 %dir %{_libdir}/groonga/plugins
 %{_libdir}/groonga/plugins/suggest/suggest.so
 
 %files tokenizer-mecab
-%defattr(-,root,root,-)
 %{_libdir}/groonga/plugins/tokenizers/mecab.so
 
 %files munin-plugins
-%defattr(-,root,root,-)
 %{_datadir}/munin/plugins/*
 %config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.1.1-2
+- rebuilt with simdjsoon-3.13.0.
+
+* Tue Jun  3 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.1.1-1
+- new upstream release.
+
+* Fri May 30 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0.9-1
+- new upstream release.
+
+* Fri Mar 28 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0.4-1
+- new upstream release.
+
+* Mon Mar 10 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0.3-1
+- new upstream release.
+
+* Thu Feb  6 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.1.3-1
+- new upstream release.
 
 * Mon Nov 04 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.1.1-1
 - new upstream release.

+ 14 - 9
lib/liba/libarchive/libarchive-vl.spec

@@ -1,6 +1,6 @@
 Name:          libarchive
 Summary:       A library for handling streaming archive formats 
-Version:       3.7.7
+Version:       3.8.1
 Release:       1%{?_dist_release}
 Group:         system
 Vendor:        Project Vine
@@ -19,7 +19,7 @@ BuildRequires: libzstd-devel
 BuildRequires: lz4-devel
 BuildRequires: openssl-devel
 BuildRequires: xz-devel
-BuildRequires: zlib-devel
+BuildRequires: pkgconfig(zlib)
 
 %description
 Libarchive is a programming library that can create and read several different 
@@ -73,19 +73,12 @@ find $RPM_BUILD_ROOT -name mtree.5 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -name tar.5 -exec rm -f {} ';'
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %license COPYING
 %doc README* NEWS
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
-%doc
 %{_includedir}/*
 %{_mandir}/*/*
 %{_libdir}/*.so
@@ -93,6 +86,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun  2 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+
+* Wed May 21 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.0-1
+- new upstream release.
+
+* Mon Mar 31 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.9-1
+- new upstream release.
+
+* Thu Mar 20 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.8-1
+- new upstream release.
+
 * Wed Oct 16 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.7-1
 - new upstream release.
 

+ 8 - 8
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.13.4
+Version: 2.13.8
 Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine
@@ -259,7 +259,6 @@ chmod -x doc/*.py
 
 
 %files
-%defattr(-, root, root)
 %license Copyright
 %doc NEWS README.md TODO
 %{_bindir}/xmlcatalog
@@ -269,7 +268,7 @@ chmod -x doc/*.py
 %{_mandir}/man1/xmlcatalog.1*
 
 %files devel
-%defattr(-, root, root)
+
 %doc doc/*.html
 %doc doc/tutorial doc/libxml2-api.xml.gz
 %{_bindir}/xml2-config
@@ -283,11 +282,9 @@ chmod -x doc/*.py
 %{_datadir}/gtk-doc/html/libxml2
 
 %files static
-%defattr(-, root, root)
 %{_libdir}/lib*.a
 
 %files python
-%defattr(-, root, root)
 %license Copyright
 %doc NEWS README.md
 %doc python/TODO
@@ -298,7 +295,6 @@ chmod -x doc/*.py
 %endif
 
 %files -n python3-%{name}
-%defattr(-, root, root)
 %license Copyright
 %doc NEWS README.md
 %doc python/TODO
@@ -308,17 +304,21 @@ chmod -x doc/*.py
 
 %if %{build_compat32}
 %files -n compat32-%{name}
-%defattr(-, root, root)
 %{_libdir}/lib*.so.*
 
 %files -n compat32-%{name}-devel
-%defattr(-, root, root)
 %{_libdir}/lib*.so
 %{_libdir}/lib*.a
 %endif
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.13.8-1
+- updated to 2.13.8.
+
+* Sat Mar 15 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.13.6-1
+- updated to 2.13.6.
+
 * Fri Oct 04 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.13.4-1
 - updated to 2.13.4.
 

+ 25 - 75
p/patch/patch-vl.spec

@@ -1,42 +1,19 @@
+Name: patch
 Summary: Utility for modifying/upgrading files
 Summary(ja): ファイルを修正/更新するためのユーティリティ
-Name: patch
-Version: 2.7.6
-Release: 2%{?_dist_release}
-License: GPLv2+
-URL: http://www.gnu.org/software/patch/patch.html
-Group: Development/Tools
-Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
-Patch0: patch-2.7.6-avoid-set_file_attributes-sign-conversion-warnings.patch
-Patch1: patch-2.7.6-test-suite-compatibility-fixes.patch
-Patch2: patch-2.7.6-fix-korn-shell-incompatibility.patch
-Patch3: patch-2.7.6-fix-segfault-with-mangled-rename-patch.patch
-Patch4: patch-2.7.6-allow-input-files-to-be-missing-for-ed-style-patches.patch
-Patch5: patch-CVE-2018-1000156.patch
-Patch6: patch-2.7.6-CVE-2019-13638-invoked-ed-directly-instead-of-using-the-shell.patch
-Patch7: patch-2.7.6-switch-from-fork-execlp-to-execute.patch
-Patch8: patch-2.7.6-cleanups-in-do_ed_script.patch
-Patch9: patch-2.7.6-avoid-warnings-gcc8.patch
-Patch10: patch-2.7.6-check-of-return-value-of-fwrite.patch
-Patch11: patch-2.7.6-fix-ed-style-test-failure.patch
-Patch12: patch-2.7.6-dont-leak-temporary-file-on-failed-ed-style-patch.patch
-Patch13: patch-2.7.6-dont-leak-temporary-file-on-failed-multi-file-ed-style-patch.patch
-Patch14: patch-2.7.6-make-debug-output-more-useful.patch
-Patch15: patch-2.7.6-CVE-2018-6952-fix-swapping-fake-lines-in-pch_swap.patch
-Patch16: patch-2.7.6-improve_support_for_memory_leak_detection.patch
-Patch17: patch-2.7.6-skip-ed-test-when-the-ed-utility-is-not-installed.patch
-Patch18: patch-2.7.6-abort_when_cleaning_up_fails.patch
-Patch19: patch-2.7.6-crash-RLIMIT_NOFILE.patch
-Patch20: patch-2.7.6-CVE-2019-13636-symlinks.patch
-Patch21: patch-2.7.6-avoid-invalid-memory-access-in-context-format-diffs.patch
-Patch22: patch-2.7.6-CVE-2018-17942.patch
-Patch23: patch-2.7.6-failed_assertion.patch
+Version: 2.8
+Release: 1%{?_dist_release}
+Group: programming
+Vendor: Project Vine
+Distribution: Vine Linux
+
+License: GPLv3+
+URL: https://savannah.gnu.org/projects/patch/
+Source: https://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: ed
-
-Vendor: Project Vine
-Distribution: Vine Linux
+BuildRequires: libattr-devel
 
 %description
 The patch program applies diff files to originals.  The diff command
@@ -60,66 +37,39 @@ patch は,アプリケーションをアップグレードする際に良く
 是非インストールしておきましょう.
 
 
+%debug_package
+
+
 %prep
 %setup -q
-%patch0 -p1 -b .avoid-set_file_attributes-sign-conversion-warnings
-%patch1 -p1 -b .test-suite-compatibility-fixes
-%patch2 -p1 -b .fix-korn-shell-incompatibility
-%patch3 -p1 -b .fix-segfault-with-mangled-rename-patch
-%patch4 -p1 -b .allow-input-files-to-be-missing-for-ed-style-patches
-# CVE-2018-1000156, Malicious patch files cause ed to execute arbitrary commands
-
-%patch5 -p1 -b .CVE-2018-1000156
-%patch6 -p1 -b .CVE-2019-13638-invoked-ed-directly-instead-of-using-the-shell
-%patch7 -p1 -b .switch-from-fork-execlp-to-execute
-%patch8 -p1 -b .cleanups-in-do_ed_script
-%patch9 -p1 -b .avoid-warnings-gcc8
-%patch10 -p1 -b .check-of-return-value-of-fwrite
-%patch11 -p1 -b .fix-ed-style-test-failure
-%patch12 -p1 -b .dont-leak-temporary-file-on-failed-ed-style-patch
-%patch13 -p1 -b .dont-leak-temporary-file-on-failed-multi-file-ed-style-patch
-%patch14 -p1 -b .make-debug-output-more-useful
-%patch15 -p1 -b .CVE-2018-6952-fix-swapping-fake-lines-in-pch_swap
-%patch16 -p1 -b .improve_support_for_memory_leak_detection
-%patch17 -p1 -b .skip-ed-test-when-the-ed-utility-is-not-installed
-%patch18 -p1 -b .abort_when_cleaning_up_fails
-%patch19 -p1 -b .crash-RLIMIT_NOFILE
-%patch20 -p1 -b .CVE-2019-13636-symlinks
-%patch21 -p1 -b .avoid-invalid-memory-access-in-context-format-diffs
-# CVE-2018-17942 gnulib: heap-based buffer overflow
-%patch22 -p1 -b .CVE-2018-17942-gnulib_buffer_overflow
-%patch23 -p1 -b .failed_assertion
+
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
-autoreconf
+autoreconf -ivh
 
 %configure --disable-silent-rules
-
-# XXX unset CPPFLAGS on (ultra?)sparc to avoid large file system support
-%ifarch sparc sparc64
-make CPPFLAGS=""
-%else
 make %{?_smp_mflags}
-%endif
 
-%check
-make check
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %makeinstall
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+
+%check
+make check
+
 
 %files
-%defattr(-,root,root,-)
+%license COPYING
 %doc NEWS README
 %{_bindir}/*
 %{_mandir}/*/*
 
+
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8-1
+- new upstream release.
+
 * Thu Aug 29 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.6-2
 - replaced all patches with rawhide's.
 

+ 19 - 5
s/simdjson/simdjson-vl.spec

@@ -1,9 +1,8 @@
-%global lib_version 23.0.0
-%global lib_soversion 23
+%global lib_soversion 26
 
 Name:		simdjson
-Version:	3.10.1
-Release:	2%{_dist_release}
+Version:	3.13.0
+Release:	1%{_dist_release}
 Summary:	Parsing gigabytes of JSON per second
 Group:		system
 Vendor:		Project Vine
@@ -65,7 +64,7 @@ Summary:	Documents for %{name}
 %license LICENSE
 %doc CONTRIBUTING.md README.md
 %{_libdir}/lib%{name}*.so.%{lib_soversion}
-%{_libdir}/lib%{name}*.so.%{lib_version}
+%{_libdir}/lib%{name}*.so.%{lib_soversion}.*
 
 %files devel
 %license LICENSE
@@ -80,6 +79,21 @@ Summary:	Documents for %{name}
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.13.0-1
+- new upstream release.
+
+* Sat Mar 29 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.12.3-1
+- new upstream release.
+
+* Tue Feb 18 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.12.2-1
+- new upstream release.
+
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.12.1-1
+- new upstream release.
+
+* Wed Feb  5 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.12.0-1
+- new upstream release.
+
 * Tue Dec  3 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.10.1-2
 - initial build for Vine Linux.
 

+ 20 - 24
v/vbootstrap/vbootstrap-vl.spec

@@ -1,35 +1,30 @@
 # This package is maintained on trac svn repository. Please do not change on local.
 # If you find a BUG, please report to Vine@vinelinux.org or mailing list or BTS.
 
-%define version 0.3
+%define version 0.4
 
 Summary: bootstrap scripts to create a basic Vine Linux system
 Summary(ja): Vine Linux の基本システムを作成するためのスクリプト
 Name: vbootstrap
 Version: %{version}
-Release: 4%{?_dist_release}
+Release: 2%{?_dist_release}
+Group: programming
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke, munepi
+
 License: public domain
-Group: Development/Tools
 Url: http://trac.vinelinux.org/wiki/VineBootstrap
-
 Source0: %{name}-%{version}.tar.xz
-Patch1: vbootstrap-0.3_mk_uramdom.patch
-Patch2: vbootstrap-delete_backslash.patch
 
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 BuildRequires: sed
 Requires: bash, apt
-%if %{?_dist_release} >= "vl7"
-Requires: aufs-util
-%else
+%if "%{?_dist_release}" < "vl7"
 Requires: unionfs-utils
 %endif
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: daisuke, munepi
-
 %description
 vbootstrap is used to create a basic Vine Linux system on existing Vine Linux
 system. It uses rpm and apt to install basic rpm package into a directory
@@ -40,7 +35,6 @@ a rpm package inside the chroot.
 it is a useful system to check that a package has correct BuildRequires 
 dependencies. 
 
-
 %description -l ja
 vbootstrap は Vine Linux の基本システムを既存の Vine Linux システム上で
 作成するスクリプトです。rpm および apt を利用して、指定したディレクトリ
@@ -56,32 +50,28 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
 
 %setup
-%patch1 -p1
-%patch2
+
 
 %build
 %__make \
-    %if %{?_dist_release} == "vl6"
+    %if "%{?_dist_release}" == "vl6"
       VBUILDER_DEFAULT_VERSION=6.5
     %endif
-    %if %{?_dist_release} == "vl5"
+    %if "%{?_dist_release}" == "vl5"
       VBUILDER_DEFAULT_VERSION=5.2
     %endif
-    %if %{?_dist_release} == "vl4"
+    %if "%{?_dist_release}" == "vl4"
       VBUILDER_DEFAULT_VERSION=4.2
     %endif
 
+
 %install
 %__make DESTDIR=$RPM_BUILD_ROOT install
 
 %find_lang %{name}
 
-%clean
-[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
-
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %{_bindir}/vbuilder
 %{_sbindir}/vbootstrap
 %{_sbindir}/vbuilder
@@ -96,6 +86,12 @@ vbuilder は vbootstrap を利用して chroot 環境の構築し、
 
 
 %changelog
+* Tue Jun  3 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-2
+- rebuilt to fix PGP signature.
+
+*Mon Jan 31 2022 Daisuke SUZUKI <daisuke@vinelinux.org> 0.4-1
+- support current VineSeed
+
 * Sun Oct 13 2019 Toshiaki Ara <ara_t@384.jp> 0.3-4
 - correct and rename patch2
 

+ 13 - 7
v/vine-menus/vine-menus-vl.spec

@@ -2,11 +2,14 @@ Summary: desktop menus for Vine Linux
 Summary(ja): Vine Linux デスクトップメニュー
 Name: vine-menus
 Version: 3.2
-Release: 1%{?_dist_release}
-Source0: %{name}-%{version}.tar.bz2
+Release: 2%{?_dist_release}
+Group: desktop-gnome,system
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License: GPL
+Source0: %{name}-%{version}.tar.bz2
 BuildArch: noarch
-Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-root
 Conflicts: gnome-vfs2 < 2.10.0
 Conflicts: gnome-menus <= 2.13.5-0vl1
@@ -18,11 +21,14 @@ Contains the desktop menus for Vine Linux
 %description -l ja
 vine-menus には Vine Linux 用デスクトップメニューが含まれています。
 
+
 %prep
 %setup -q
 
+
 %build
 
+
 %install
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus
 mkdir -p $RPM_BUILD_ROOT%{_datadir}
@@ -31,12 +37,8 @@ cp -a applications-merged $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/
 cp -a desktop-directories $RPM_BUILD_ROOT%{_datadir}/
 cp -a applications $RPM_BUILD_ROOT%{_datadir}/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
-%defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/menus
 %dir %{_sysconfdir}/xdg/menus/applications-merged
 %{_sysconfdir}/xdg/menus/*.menu
@@ -44,7 +46,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/desktop-directories/*
 %{_datadir}/applications/*
 
+
 %changelog
+* Tue Jun  3 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2-2
+- rebuilt to fix PGP signature.
+
 * Sat Mar 26 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.2-1
 - update vinedocs.desktop
 

+ 5 - 2
x/xxhash/xxhash-vl.spec

@@ -1,7 +1,7 @@
 Name:		xxhash
 Summary:	Extremely fast hash algorithm
-Version:	0.8.2
-Release:	3%{?_dist_release}
+Version:	0.8.3
+Release:	1%{?_dist_release}
 Group:		system,accessories
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -117,6 +117,9 @@ make test-xxhsum-c
 
 
 %changelog
+* Wed Jun  4 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.8.3-1
+- new upstream release.
+
 * Tue May 07 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.8.2-3
 - initial built for Vine Linux.