Browse Source

updated 10 packages

Field3D-1.7.3-7

ImageMagick-6.9.12.77-1

OpenColorIO-2.2.1-1

cairo-1.17.8-1

imath-3.1.7-1

libmicrohttpd-0.9.76-1

libpng-1.6.39-1

pybind11-2.10.3-1

shadow-utils-4.13-1

sudo-1.9.13p3-1
Tomohiro "Tomo-p" KATO 11 months ago
parent
commit
99b3a03f02

+ 4 - 1
F/Field3D/Field3D-vl.spec

@@ -1,6 +1,6 @@
 Name:           Field3D
 Version:        1.7.3
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 Summary:        Library for storing voxel data
 Summary(ja):    ボクセルデータを蓄積するためのライブラリ
 Group:          system
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-7
+- rebuilt with imath-3.1.7.
+
 * Wed Nov 09 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.3-6
 - rebuilt with icu72 and libboost-1.80.0.
 

+ 4 - 1
I/ImageMagick/ImageMagick-vl.spec

@@ -2,7 +2,7 @@
 # 6.2.9.7 is actually version 6.2.9, Patchlevel 0.
 
 %define VER 6.9.12
-%define Patchlevel 30
+%define Patchlevel 77
 
 Name: ImageMagick
 Summary: X application for displaying and manipulating images.
@@ -335,6 +335,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.12.77-1
+- new upstream release.
+
 * Mon Nov 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.12.30-1
 - new upstream release.
 - built with perl-5.34.0.

+ 9 - 3
O/OpenColorIO/OpenColorIO-vl.spec

@@ -1,3 +1,4 @@
+%bcond_with bootstrap
 %bcond_with doc
 
 # Filter provides from Python libraries
@@ -7,7 +8,7 @@
 }
 
 Name:           OpenColorIO
-Version:        2.1.0
+Version:        2.2.1
 Release:        1%{?_dist_release}
 Summary:        Enables color transforms and image display across graphics apps
 Summary(ja):    アプリケーション間での色変換と画像表示を行うためのライブラリ
@@ -21,8 +22,6 @@ URL:            https://opencolorio.org/
 # https://github.com/imageworks/OpenColorIO/tarball/v1.0.8
 
 Source0:        https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1296
-Patch0:         ocio-install.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  cmake
@@ -51,10 +50,14 @@ BuildRequires:  python3-pip
 #BuildRequires:  pystring-devel
 BuildRequires:  zlib-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:  OpenImageIO-devel
+BuildRequires:  OpenImageIO-iv
+BuildRequires:  OpenImageIO-utils
+%endif
 
 #######################
 # Unbundled libraries #
@@ -195,6 +198,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.1-1
+- new upstream release.
+
 * Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.1.0-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 9 - 7
c/cairo/cairo-vl.spec

@@ -3,7 +3,7 @@
 Summary:	Cairo - multi-platform 2D graphics library.
 Summary(ja):	Cairo - マルチプラットフォーム 2D グラフィックスライブラリ
 Name:		cairo
-Version:	1.17.6
+Version:	1.17.8
 Release:	1%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
@@ -12,11 +12,8 @@ Distribution:	Vine Linux
 License:	LGPL/MPL
 URL:		https://cairographics.org/
 %define		shortver %(echo %{version} | cut -d. -f1-2)
-Source0:	https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
-# https://gitlab.freedesktop.org/cairo/cairo/merge_requests/1
-Patch1:		0001-Set-default-LCD-filter-to-FreeType-s-default.patch
-# https://gitlab.freedesktop.org/cairo/cairo/-/issues/547
-Patch2:		cairo-1.17.6-meson-fixes.patch
+Source0:	https://cairographics.org/snapshots/%{name}-%{version}.tar.xz
+Patch1:		cairo-1.17.8-fix-tee.patch
 
 # security fixes
 # none
@@ -151,7 +148,7 @@ This package contains tools for working with the cairo graphics library.
 
 %if %{with check}
 %check
-make check
+%meson_test
 %endif
 
 
@@ -180,6 +177,11 @@ make check
 
 
 %changelog
+* Mon Feb 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.17.8-1
+- new upstream release.
+- dropped Patch1 and 2: fixed in upstream.
+- imported Patch1 from upstream.
+
 * Thu Aug 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.17.6-1
 - dropped Patch1,5,6 and 1000.
 - renumberd Patch4 to 1.

+ 5 - 2
i/imath/imath-vl.spec

@@ -2,12 +2,12 @@
 %bcond_with doc
 
 %global srcname Imath
-%global sover 29
+%global sover 30
 %global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))")
 
 Name:           imath
 Summary:        Library of 2D and 3D vector, matrix, and math operations for computer graphics
-Version:        3.1.6
+Version:        3.1.7
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -137,6 +137,9 @@ rm -rf html/.{doctrees,buildinfo}
 
 
 %changelog
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.7-1
+- new upstream release.
+
 * Wed Nov 09 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.6-1
 - new upstream release.
 

+ 4 - 1
lib/libm/libmicrohttpd/libmicrohttpd-vl.spec

@@ -1,6 +1,6 @@
 Summary: Lightweight library for embedding a webserver in applications
 Name: libmicrohttpd
-Version: 0.9.75
+Version: 0.9.76
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -120,6 +120,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.76-1
+- new upstream release.
+
 * Fri Jan 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.75-1
 - new upstream release.
 

+ 1 - 1
lib/libp/libpng/libpng-vl.spec

@@ -4,7 +4,7 @@ Summary: A library of functions for manipulating PNG image format files.
 Summary(ja): PNG画像形式ファイル操作用の関数ライブラリ
 Name: libpng
 Epoch: 2
-Version: 1.6.38
+Version: 1.6.39
 Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine

+ 8 - 3
p/pybind11/pybind11-vl.spec

@@ -13,8 +13,8 @@
 
 Summary:        Seamless operability between C++11 and Python
 Name:           pybind11
-Version:        2.5.0
-Release:        7%{?_dist_release}
+Version:        2.10.3
+Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -24,7 +24,7 @@ URL:            https://github.com/pybind/pybind11
 Source0:        https://github.com/pybind/pybind11/archive/v%{version}/%{name}-%{version}.tar.gz
 
 # Patch out header path
-Patch1:         pybind11-2.5.0-hpath.patch
+Patch1:         pybind11-2.10.1-hpath.patch
 
 BuildRequires:  python-rpm-macros
 %if %{python2_enabled}
@@ -173,6 +173,8 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
 %doc README.md
 %{_includedir}/pybind11/
 %{_datadir}/cmake/pybind11/
+%{_bindir}/pybind11-config
+%{_datadir}/pkgconfig/%{name}.pc
 
 %if %{python2_enabled}
 %files -n python2-%{name}
@@ -188,6 +190,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
 
 
 %changelog
+* Thu Mar 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.10.3-1
+- new upstream release.
+
 * Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5.0-7
 - initial build for Vine Linux.
 

+ 12 - 21
s/shadow-utils/shadow-utils-vl.spec

@@ -4,7 +4,7 @@ Summary: Utilities for managing accounts and shadow password files.
 Summary(ja): シャドウパスワードファイルとアカウントを管理するユーティリティ
 Name: shadow-utils
 Epoch: 2
-Version: 4.12.3
+Version: 4.13
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -12,7 +12,8 @@ Distribution: Vine Linux
 
 License: BSD and GPLv2+
 URL: https://github.com/shadow-maint/shadow
-Source0: https://github.com/shadow-maint/shadow/releases/download/v%{version}/shadow-%{version}.tar.xz
+Source0: https://github.com/shadow-maint/shadow/releases/download/%{version}/shadow-%{version}.tar.xz
+
 Source1: shadow-utils.login.defs
 Source2: shadow-utils.useradd
 Source3: shadow-bsd.txt
@@ -21,30 +22,19 @@ Source4: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 ### Patches ###
 # Misc small changes - most probably non-upstreamable
 Patch0: shadow-4.12.3-redhat.patch
-# Be more lenient with acceptable user/group names - non upstreamable
-Patch1: shadow-4.12.3-goodname.patch
 # SElinux related - upstreamability unknown
-Patch3: shadow-4.9-default-range.patch
+Patch3: shadow-4.13-default-range.patch
 # Misc manual page changes - non-upstreamable
 Patch4: shadow-4.9-manfix.patch
 # Date parsing improvement - could be upstreamed
 Patch5: shadow-4.2.1-date-parsing.patch
-# Additional error message - could be upstreamed
-Patch6: shadow-4.6-move-home.patch
 # Audit message changes - upstreamability unknown
 Patch7: shadow-4.11.1-audit-update.patch
 # Changes related to password unlocking - could be upstreamed
 Patch8: shadow-4.5-usermod-unlock.patch
 # Additional SElinux related changes - upstreamability unknown
 Patch9: shadow-4.12.3-selinux-perms.patch
-# Handle NULL return from *time funcs - upstreamable
-Patch10: shadow-4.11.1-null-tm.patch
-# Handle /etc/passwd corruption - could be upstreamed
-Patch11: shadow-4.12.3-long-entry.patch
-# Limit uid/gid allocation to non-zero - could be upstreamed
-Patch12: shadow-4.6-sysugid-min-limit.patch
-# Ignore LOGIN_PLAIN_PROMPT in login.defs - upstreamability unknown
-Patch13: shadow-4.8-ignore-login-prompt.patch
+Patch10: shadow-utils-configure-gshadow.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc
@@ -108,20 +98,15 @@ Development files for shadow-utils-subid.
 %prep
 %setup -q -n shadow-%{version}
 %patch0 -p1 -b .redhat
-%patch1 -p1 -b .goodname
 %patch3 -p1 -b .default-range
 %patch4 -p1 -b .manfix
 %patch5 -p1 -b .date-parsing
-%patch6 -p1 -b .move-home
 %patch7 -p1 -b .audit-update
 %patch8 -p1 -b .unlock
 %if %{WITH_SELINUX}
 %patch9 -p1 -b .selinux-perms
 %endif
-%patch10 -p1 -b .null-tm
-%patch11 -p1 -b .long-entry
-%patch12 -p1 -b .sysugid-min-limit
-%patch13 -p1 -b .login-prompt
+%patch10 -p1
 
 iconv -f ISO88591 -t utf-8  doc/HOWTO > doc/HOWTO.utf8
 cp -f doc/HOWTO.utf8 doc/HOWTO
@@ -302,6 +287,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2:4.13-1
+- updated to 4.13.
+- dropped Patch1, 6 and 10-13.
+- updated Patch3.
+- imported Patch10 from rawhide.
+
 * Thu Aug 25 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2:4.12.3-1
 - updated to 4.12.3.
 - updated all patches.

+ 7 - 1
s/sudo/sudo-vl.spec

@@ -1,7 +1,7 @@
 Summary: Allows command execution as root for specified users
 Summary(ja): スーパーユーザ権限でのコマンドの実行
 Name: sudo
-Version: 1.9.12p1
+Version: 1.9.13p3
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -208,6 +208,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.13p3-1
+- updated to 1.9.13p3.
+
+* Sat Jan 28 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.12p2-1
+- updated to 1.9.12p2.
+
 * Fri Nov 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.12p1-1
 - updated to 1.9.12p1.