Browse Source

updated 6 packages

OpenImageIO-2.4.10.0-1

createrepo_c-0.21.1-1

libatomic_ops-7.8.0-1

libmemcached-awesome-1.1.4-1

openssh-9.3p1-1

rspamd-3.5-1
Tomohiro "Tomo-p" KATO 11 months ago
parent
commit
b00db92060

+ 12 - 5
O/OpenImageIO/OpenImageIO-vl.spec

@@ -1,9 +1,10 @@
+%bcond_with bootstrap
 %bcond_with external_pugixml
 
 %global subname oiio
 
 Name:           OpenImageIO
-Version:        2.2.18.0
+Version:        2.4.10.0
 Release:        1%{?_dist_release}
 Summary:        Library for reading and writing images
 Group:          system
@@ -25,6 +26,7 @@ BuildRequires:  robin-map-devel
 BuildRequires:  libboost-devel
 BuildRequires:  libboost-python3
 BuildRequires:  libboost-filesystem
+BuildRequires:  libboost-chrono
 #BuildRequires:  glew-devel
 BuildRequires:  OpenEXR-devel
 BuildRequires:  python3-devel
@@ -42,10 +44,12 @@ BuildRequires:  pugixml-devel
 %endif
 BuildRequires:  pybind11-devel
 
+%if %{without bootstrap}
 # WARNING: OpenColorIO and OpenImageIO are cross dependent.
 # If an ABI incompatible update is done in one, the other also needs to be
 # rebuilt.
 BuildRequires:  OpenColorIO-devel
+%endif
 
 Obsoletes:      python-OpenImageIO
 
@@ -167,7 +171,7 @@ rm -f src/include/OpenImageIO/pugixml.hpp \
 %{_libdir}/libOpenImageIO_Util.so.*
 
 %files -n python3-%{name}
-%{python3_sitearch}/OpenImageIO*.so
+%{python3_sitearch}/OpenImageIO
 
 %files utils
 %exclude %{_bindir}/iv
@@ -184,15 +188,18 @@ rm -f src/include/OpenImageIO/pugixml.hpp \
 %{_libdir}/libOpenImageIO_Util.so
 %dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/OpenImageIO.pc
-%dir %{_datadir}/cmake
-%dir %{_datadir}/cmake/Modules
 %dir %{_libdir}/cmake/OpenImageIO
-%{_datadir}/cmake/Modules/FindOpenImageIO.cmake
 %{_libdir}/cmake/OpenImageIO/*
 %{_includedir}/*
 
 
 %changelog
+* Mon Apr 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.10.0-1
+- new upstream release.
+
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.9.0-1
+- new upstream release.
+
 * Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.18.0-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 4 - 1
c/createrepo_c/createrepo_c-vl.spec

@@ -9,7 +9,7 @@
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        0.20.1
+Version:        0.21.1
 Release:        1%{?_dist_release}
 Group:          admin-tools
 Vendor:         Project Vine
@@ -152,6 +152,9 @@ make -C %{_vpath_builddir} tests
 
 
 %changelog
+* Wed Apr 05 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.21.1-1
+- new upstream release.
+
 * Wed Jun 29 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.20.1-1
 - new upstream release.
 

+ 10 - 13
lib/liba/libatomic_ops/libatomic_ops-vl.spec

@@ -2,18 +2,17 @@
 
 Name:         libatomic_ops
 Summary:      Atomic memory update operations
-Version:      7.6.14
+Version:      7.8.0
 Release:      1%{?_dist_release}
 Group:        system
 # libatomic_ops MIT, libatomic_ops_gpl GPLv2
 License: GPLv2 and MIT
-URL:          https://www.hboehm.info/gc/
+URL:          https://github.com/ivmai/libatomic_ops/
 Vendor:       Project Vine
 Distribution: Vine Linux
 
-Source0: https://www.hboehm.info/gc/gc_source/libatomic_ops-%{version}.tar.gz
+Source0:      https://github.com/ivmai/libatomic_ops/releases/download/v%{version}/libatomic_ops-%{version}.tar.gz
 # updated GPLv2 license text
-Source1: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
 %description
 Provides implementations for atomic memory update operations on a
@@ -66,8 +65,6 @@ Files for developing with %{name}.
 %prep
 %autosetup -p1
 
-install -m644 -p %{SOURCE1} ./COPYING
-
 
 %build
 %configure \
@@ -88,21 +85,18 @@ rm -rf %{buildroot}%{_docdir}/libatomic_ops
 
 
 %check
-## ignore failures on powerpc, atomic stack feature not working (#883748)
-#ifarch ppc ppc64 ppc64le aarch64
-#global arch_ignore ||:
-#endif
-make check %{?arch_ignore}
+export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/
+%make_build check
 
 
 %files
-%license COPYING doc/LICENSING.txt
+%license COPYING LICENSE
 %doc AUTHORS ChangeLog README.md
 %{_libdir}/libatomic_ops.so.1*
 %{_libdir}/libatomic_ops_gpl.so.1*
 
 %files devel
-%doc doc/README*
+%doc README_*.txt
 %{_includedir}/atomic_ops.h
 %{_includedir}/atomic_ops_malloc.h
 %{_includedir}/atomic_ops_stack.h
@@ -130,6 +124,9 @@ make check %{?arch_ignore}
 
 
 %changelog
+* Mon Apr 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.8.0-1
+- new upstream release.
+
 * Fri Nov 18 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.6.14-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 6 - 1
lib/libm/libmemcached-awesome/libmemcached-awesome-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           libmemcached-awesome
 Summary:        Client library and command line tools for memcached server
-Version:        1.1.1
+Version:        1.1.4
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -119,6 +119,7 @@ rm -rf %{buildroot}
 %{_bindir}/mem*
 %{_libdir}/lib*.so.*
 %{_mandir}/man1/mem*
+%exclude %{_libdir}/libp9y.a
 
 %files devel
 %doc example
@@ -130,6 +131,7 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libmemcached.pc
 %dir %{_libdir}/cmake
 %{_libdir}/cmake/%{name}
+%exclude %{_libdir}/cmake/%{name}/p9y*
 %{_mandir}/man3/libmemcached*
 %{_mandir}/man3/libhashkit*
 %{_mandir}/man3/memcached*
@@ -137,5 +139,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.4-1
+- new upstream release.
+
 * Sat Dec 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
 - initial build.

+ 8 - 2
o/openssh/openssh-vl.spec

@@ -56,8 +56,8 @@
 Summary: The OpenSSH implementation of SSH.
 Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
 Name: openssh
-Version: 8.8p1
-Release: 3%{_dist_release}%{?with_systemd:.systemd}
+Version: 9.3p1
+Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: network
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -552,6 +552,12 @@ fi
 
 
 %changelog
+* Tue Mar 28 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.3p1-1
+- new upstream release.
+
+* Mon Feb 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.2p1-1
+- new upstream release.
+
 * Tue Oct 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.8p1-3
 - built with workaround for glibc-2.34 on older kernel.
 

+ 7 - 13
r/rspamd/rspamd-vl.spec

@@ -13,8 +13,8 @@
 
 Summary:        Rapid spam filtering system
 Name:           rspamd
-Version:        3.4
-Release:        3%{?_dist_release}%{?with_systemd:.systemd}
+Version:        3.5
+Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          servers
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -25,14 +25,6 @@ Source0:        https://github.com/rspamd/rspamd/archive/%{version}.tar.gz#/%{na
 Source1000:     rspamd.init
 Source1001:     rspamd.logrotate
 Patch1:         rspamd-3.1-32bit-noasm.patch
-# https://github.com/rspamd/rspamd/issues/4329
-# https://github.com/rspamd/rspamd/commit/068714f9f5a96fbd94560211cec75775ee023d02
-Patch2:         rspamd-3.4-hyperscan.patch
-# https://github.com/rspamd/rspamd/commit/0d89d51e9f280b36554e8f9bc66217e1d6f845c4
-Patch3:         rspamd-3.4-url.patch
-# https://github.com/rspamd/rspamd/issues/4337
-# https://github.com/rspamd/rspamd/commit/ed4f55c76d039bc728bb86128b817aeb5d8d3089
-Patch4:         rspamd-3.4-O_CREAT.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}
 
@@ -130,15 +122,13 @@ lua.
 %endif
         %nil
 
-        #-DCMAKE_SKIP_INSTALL_RPATH=ON \
-
 %cmake_build
 
 
 %install
 %cmake_install
 
-pushd ./centos/sources/
+pushd ./rpm/
 
 %if %{with systemd}
 %{__install} -p -D -m 0644 80-rspamd.preset %{buildroot}%{_presetdir}/80-rspamd.preset
@@ -274,6 +264,10 @@ fi
 
 
 %changelog
+* Sat Mar 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5-1
+- new upstream release.
+- dropped Patch2-4: fixed in upstream.
+
 * Sun Nov 20 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4-3
 - imported Patch2-4 from upstream.
 - enabled hyperscan.