Browse Source

updated 2 packages

dialog-1.3-2.svn20210621

ncurses-6.2-2
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
d374f8be11
2 changed files with 14 additions and 15 deletions
  1. 7 6
      d/dialog/dialog-vl.spec
  2. 7 9
      n/ncurses/ncurses-vl.spec

+ 7 - 6
d/dialog/dialog-vl.spec

@@ -1,9 +1,9 @@
 Summary:	A utility for creating TTY dialog boxes.
 Summary(ja):	TTY ダイアログボックスのユーティリティ
 Name:		dialog
-%define		SubVersion 20200327
+%define		SubVersion 20210621
 Version:	1.3
-Release:	1.svn%{SubVersion}%{?_dist_release}
+Release:	2.svn%{SubVersion}%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -96,10 +96,6 @@ rm -f %{buildroot}%{_libdir}/libdialog.{,l}a
 rm -rf %{buildroot}
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %license COPYING
@@ -118,6 +114,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3-2.svn20210621
+- new upstream release.
+- dropped ldconfig scriptlets.
+- updated patches.
+
 * Mon Sep 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3-1.svn20200327
 - new upstream release.
 

+ 7 - 9
n/ncurses/ncurses-vl.spec

@@ -1,4 +1,4 @@
-%global revision 20210213
+%global revision 20210731
 %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.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -271,13 +271,6 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
 #rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/{*_g,ncurses++*}.pc
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%post -n compat32-%{name} -p /sbin/ldconfig
-%postun -n compat32-%{name} -p /sbin/ldconfig
-
-
 %files -f terms.all
 %defattr(-,root,root)
 %license COPYING
@@ -348,6 +341,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-2
+- updated to 6.2 + 20210731.
+- dropped ldconfig scriptlets.
+- updated Patch9, 11 and 12.
+
 * Mon Feb 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-1
 - updated to 6.2 + 20210213.
 - updated Patch9 and 12.