Browse Source

updated 7 packages

babl-0.1.104-1

dmidecode-3.5-1

gegl04-0.4.44-1

ghostscript-10.01.1-1

gimp-2.10.34-1

libspectre-0.2.12-1

ncurses-6.4-1
Tomohiro "Tomo-p" KATO 11 months ago
parent
commit
aa6d303d5c

+ 9 - 4
b/babl/babl-vl.spec

@@ -1,18 +1,19 @@
 Summary:        A dynamic, any to any, pixel format conversion library
 Name:           babl
-Version:        0.1.86
+Version:        0.1.104
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
+%global apiver %(echo %{version} | cut -d . -f 1,2)
+
 # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
 License:        LGPLv3+ and GPLv3+
-URL:            http://www.gegl.org/babl/
+URL:            https://www.gegl.org/babl/
 Source0:        https://download.gimp.org/pub/babl/0.1/%{name}-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:  w3m
 BuildRequires:  meson
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  vala
@@ -83,6 +84,7 @@ make check
 %defattr(-, root, root, -)
 %license COPYING
 %doc AUTHORS NEWS
+%{_bindir}/babl
 %{_libdir}/*.so.*
 %{_libdir}/babl-0.1/
 %dir %{_libdir}/girepository-1.0
@@ -93,7 +95,7 @@ make check
 %doc babl_docs/html
 %{_includedir}/babl-0.1/babl/
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/%{name}-%{apiver}.pc
 %dir %{_datadir}/gir-1.0/
 %{_datadir}/gir-1.0/Babl-0.1.gir
 %dir %{_datadir}/vala
@@ -102,6 +104,9 @@ make check
 
 
 %changelog
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.104-1
+- new upstream release.
+
 * Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.86-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 19 - 49
d/dmidecode/dmidecode-vl.spec

@@ -1,42 +1,22 @@
 Summary:        Tool to analyse BIOS DMI data.
 Summary(ja):	BIOS DMI データを表示するツール
 Name:           dmidecode
-Version:        3.2
+Version:        3.5
 Release:        1%{?_dist_release}
-Group:          System Environment/Base
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin, daisuke
+
 License:        GPL
-URL:            http://www.nongnu.org/dmidecode/
-Source0:        http://download.savannah.gnu.org/releases/dmidecode/dmidecode-%{version}.tar.xz
-Patch0:         0001-dmidecode-Fix-Redfish-Hostname-print-length.patch
-Patch1:         0002-dmidecode-Don-t-use-memcpy-on-dev-mem-on-arm64.patch
-Patch2:         0003-dmidecode-Use-the-most-appropriate-unit-for-cache-si.patch
-Patch3:         0004-dmidecode-Use-dmi_cache_size_2-in-dmi_cache_size.patch
-Patch4:         0005-dmidecode-Add-Logical-non-volatile-device-to-the-mem.patch
-Patch5:         0006-dmidecode-Reformat-the-FILES-section-of-the-manual-p.patch
-Patch6:         0007-dmidecode-Document-how-the-UUID-fields-are-interpret.patch
-Patch7:         0008-Use-comments-to-separate-sections-in-manual-pages.patch
-Patch8:         0009-dmidecode-Add-missing-standard-include.patch
-Patch9:         0010-dmidecode-Only-scan-dev-mem-for-entry-point-on-x86.patch
-Patch10:        0011-Use-larger-units-for-memory-device-and-BIOS-size.patch
-Patch11:        0012-Fix-formatting-of-TPM-table-output.patch
-Patch12:        0013-dmidecode-Adding-bios-revision-to-s-option.patch
-Patch13:        0014-dmidecode-Adding-firmware-revision-support-to-s-opti.patch
-Patch14:        0015-dmidecode-Fix-System-Slot-Information-for-PCIe-SSD.patch
-Patch15:        0016-Typo.patch
-Patch16:        0017-dmidecode-Add-enumerated-values-from-SMBIOS-3.3.0.patch
-Patch17:        0018-dmidecode-Decode-system-slot-base-bus-width-and-peer.patch
-
-
-Buildroot:      %{_tmppath}/%{name}-%{version}-root
+URL:            https://www.nongnu.org/dmidecode/
+Source0:        https://download.savannah.gnu.org/releases/dmidecode/dmidecode-%{version}.tar.xz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires: 	automake, autoconf
 ExclusiveArch:	%{ix86} x86_64 ia64
 Obsoletes:	kernel-utils
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: shaolin, daisuke
-
-
 %description
 dmidecode reports information about x86 & ia64 hardware as described in the
 system BIOS according to the SMBIOS/DMI standard. This information
@@ -55,26 +35,12 @@ x86 / ia64 ハードウェア情報を表示することができます。
 BIOS のバージョンなど、数多くの詳細なハードウェア情報が含まれます。
 
 
+%debug_package
+
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
+
 
 %build
 %make_build CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
@@ -92,7 +58,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root)
 %license LICENSE
-%doc AUTHORS CHANGELOG README
+%doc AUTHORS NEWS README
 %{_sbindir}/dmidecode
 %ifnarch ia64
 %{_sbindir}/vpddecode
@@ -103,6 +69,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.5-1
+- new upstream release.
+- dropped all patches.
+
 * Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.2-1
 - new upstream release.
 - replaced all patches with rawhide's.

+ 4 - 1
g/gegl04/gegl04-vl.spec

@@ -1,7 +1,7 @@
 Summary:        A graph based image processing framework
 Summary(ja):    グラフベースの画像処理フレームワーク
 Name:           gegl04
-Version:        0.4.34
+Version:        0.4.44
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -137,6 +137,9 @@ find %{buildroot} -name '*.la' -delete
 
 
 %changelog
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4.44-1
+- new upstream release.
+
 * Thu Jan 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4.34-1
 - new upstream release.
 

+ 4 - 5
g/ghostscript/ghostscript-vl.spec

@@ -13,7 +13,7 @@
 Summary:        A PostScript(TM) interpreter and renderer.
 Summary(ja):    日本語 PostScript(TM) インタプリタ/レンダラ/ビュア
 Name:           ghostscript
-Version:        9.56.1
+Version:        10.01.1
 Release:        1%{?_dist_release}
 Group:          publishing
 Vendor:         Project Vine
@@ -189,7 +189,6 @@ done
 autoconf --force
 export CFLAGS="%{optflags} $CFLAGS $EXTRACFLAGS"
 %configure \
-	--enable-dynamic \
 	--disable-compile-inits \
 %if !%{with versioned_dir}
 	--without-versioned-path \
@@ -353,11 +352,8 @@ fi
 %{gsdatadir}/lib
 %{gsdatadir}/iccprofiles
 %{_mandir}/man*/*
-%lang(de) %{_mandir}/de/man*/*
 %{_libdir}/libgs.so.*
 %{_libdir}/libijs-*.so*
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*
 
 %files doc
 %defattr(-,root,root)
@@ -379,6 +375,9 @@ fi
 
 
 %changelog
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.01.1-1
+- new upstream release.
+
 * Fri May 06 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.56.1-1
 - new upstream release.
 

+ 4 - 1
g/gimp/gimp-vl.spec

@@ -5,7 +5,7 @@
 Summary:        The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
 Name:           gimp
-Version:        2.10.24
+Version:        2.10.34
 Release:        1%{?_dist_release}
 Group:          graphics
 Vendor:         Project Vine
@@ -263,6 +263,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %changelog
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.34-1
+- updated to 2.10.34.
+
 * Thu Sep 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.24-1
 - updated to 2.10.24.
 

+ 9 - 7
lib/libs/libspectre/libspectre-vl.spec

@@ -2,12 +2,12 @@ Summary:        A library for rendering PostScript(TM) documents
 Summary(ja):    PostScript(TM) 文書をレンダリングするためのライブラリ
 
 Name:           libspectre
-Version:        0.2.9
+Version:        0.2.12
 Release:        1%{?_dist_release}
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
-Group:          System Environment/Libraries
+Group:          system
 License:        GPLv2+
 URL:            https://libspectre.freedesktop.org
 Source0:        https://libspectre.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -25,7 +25,7 @@ PostScript documents.
 %package        devel
 Summary:        Development files for %{name}
 Summary(ja):    Development files for %{name}
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
@@ -34,6 +34,9 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -54,10 +57,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -72,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.12-1
+- new upstream release.
+
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.9-1
 - new upstream release.
 

+ 6 - 3
n/ncurses/ncurses-vl.spec

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