Browse Source

updated 2 packages

quota-4.06-1

xorg-x11-util-macros-1.19.3-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
be72aed551
2 changed files with 38 additions and 60 deletions
  1. 24 54
      q/quota/quota-vl.spec
  2. 14 6
      x/xorg-x11-util-macros/xorg-x11-util-macros-vl.spec

+ 24 - 54
q/quota/quota-vl.spec

@@ -4,16 +4,15 @@
 Name: quota
 Summary: System administration tools for monitoring users' disk usage.
 Summary(ja): ユーザのディスク使用量をモニタするシステム管理ツール
-Version: 4.05
+Version: 4.06
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
-License: BSD
+License: GPLv2 and GPLv2+
 URL: https://sourceforge.net/projects/linuxquota/
-#Source0: http://downloads.sourceforge.net/linuxquota/quota-%{version}.tar.gz
-Source0: quota-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/linuxquota/quota-%{version}.tar.gz
 Source1: quota_nld.init
 Source2: quota_nld.sysconfig
 
@@ -21,56 +20,20 @@ Source101: quota_nld.service
 Source103: rpc-rquotad.service
 Source104: rpc-rquotad.sysconfig
 
-# Not accepted changes (378a64006bb1e818e84a1c77808563b802b028fa)
-Patch0: quota-4.04-warnquota-configuration-tunes.patch
-Patch1: quota-4.03-Validate-upper-bound-of-RPC-port.patch
-# Fix modifying CFLAGS and LDFLAGS by pkgconfig, in upstream after 4.05
-Patch2: quota-4.05-Revert-configure.ac-fix-pkg_check_modules-calls.patch
-# 1/6 Report an error if an RPC fails on an explicitly requested file system,
-# <https://sourceforge.net/p/linuxquota/bugs/134/>, in upstream after 4.05
-Patch3: quota-4.05-Make-messages-about-failures-for-NFS-consistent-with.patch
-# 2/6
-Patch4: quota-4.05-quotaops-Do-not-return-partial-list-from-getprivs.patch
-# 3/6
-Patch5: quota-4.05-quotaops-Do-not-leak-dquot-structures-on-failure.patch
-# 4/6
-Patch6: quota-4.05-setquota-Report-failure-to-obtain-quota-information.patch
-# 5/6
-Patch7: quota-4.05-rpc-Clarify-error-message-when-cannot-connect-to-rpc.patch
-# 6/6
-Patch8: quota-4.05-quotaops-Make-error-string-translatable.patch
-# Fix Free Software Foundation's postal address,
-# <https://sourceforge.net/p/linuxquota/bugs/133/>, in upstream after 4.05
-Patch9: quota-4.05-COPYING-Update-mailing-address.patch
-# Move quota_nld.pid file to /run,
-# <https://sourceforge.net/p/linuxquota/patches/49/>, in upstream after 4.05
-Patch10: quota-4.05-Make-a-directory-for-quota_nld-PID-file-configurable.patch
-# Optimize out useless checking of file systems with hidden quota files,
-# in upstream after 4.05
-Patch11: quota-4.05-quotacheck-Skip-checking-of-filesystems-with-hidded-.patch
-# Fix warnquota --help output, in upstream after 4.05
-Patch12: quota-4.05-warnquota-Fix-help-text.patch
-# Fix checking for the LDAP failures in the warnquota tool,
-# in upstream after 4.05
-Patch13: quota-4.05-warnquota-Properly-detect-LDAP-errors.patch
-# 1/2 Report detailed LDAP failures, in upstream after 4.05
-Patch14: quota-4.05-warnquota-Print-also-additional-error-info-for-LDAP-.patch
-# 2/2 Report detailed LDAP failures, in upstream after 4.05,
-# <https://sourceforge.net/p/linuxquota/patches/50/>
-Patch15: quota-4.05-warnquota-Free-LDAP-error-message.patch
-# Document CC_TO in warquota.conf is looked up with LDAP,
-# in upstream after 4.05
-Patch16: quota-4.05-warnquota-Clarify-that-CC_TO-gets-resolved-through-L.patch
-# Initialize all members of a configparams structure in warnquota,
-# in upstream after 4.05, <https://sourceforge.net/p/linuxquota/patches/51/>
-Patch17: quota-4.05-warnquota-Initialize-all-members-of-a-configparams-s.patch
-# Fix ignoring disabled quotas, bug #1805110, in upstream after 4.05,
-# <https://sourceforge.net/p/linuxquota/bugs/136/>
-Patch18: quota-4.05-Fix-ignoring-disabled-quotas.patch
-# Pass quota type for Q_XFS_GETQSTAT, in upstream after 4.05
-Patch19: quota-4.05-quota-tools-pass-quota-type-to-QCMD-for-Q_XFS_GETQST.patch
-# Set kernel option when setting XFS grace times, posted to upstream
-Patch20: quota-4.05-quota-tools-Set-FS_DQ_TIMER_MASK-for-individual-xfs-grace-times.patch
+# Not accepted changes (378a64006bb1e818e84a1c77808563b802b028fa), bug #680919
+Patch0:     quota-4.06-warnquota-configuration-tunes.patch
+# Fix parsing a TCP port number
+Patch1:     quota-4.03-Validate-upper-bound-of-RPC-port.patch
+# Remove a dead code from process_file(), in upstream after 4.06,
+# <https://sourceforge.net/p/linuxquota/patches/54/>
+Patch2:     quota-4.06-quotacheck-Remove-a-dead-code-from-process_file.patch
+# Fix a compilation warning in quotaops.c, in upstream after 4.06
+Patch3:     quota-4.06-quotaops-fix-compilation-warning.patch
+# Warn when kernel XFS large time stamp does fit into (32-bit) user-space
+# time_t, in upstream after 4.06
+Patch4:     quota-4.06-quotaio_xfs-Warn-when-large-kernel-timestamps-cannot.patch
+# Do not use a pointless compiler-internal __P() macro, in upstream after 4.06
+Patch5:     quota-4.06-Drop-sys-cdefs.h-usage.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: e2fsprogs-devel, gettext
@@ -105,6 +68,9 @@ quota パッケージには,ユーザやグループのディスク使用量
 ストールして下さい.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 %autopatch -p1
@@ -223,6 +189,10 @@ fi
 
 
 %changelog
+* Thu Mar 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.06-1
+- new upstram release.
+- updated all patches.
+
 * Thu Aug 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.05-1
 - new upstram release.
 - updated all patches.

+ 14 - 6
x/xorg-x11-util-macros/xorg-x11-util-macros-vl.spec

@@ -3,18 +3,17 @@
 Summary: X.Org X11 Autotools macros
 Summary(ja): X.Org X11 Autotool 用マクロ
 Name: xorg-x11-util-macros
-Version: 1.19.2
+Version: 1.19.3
 Release: 1%{?_dist_release}
+Group: programming
+Vendor: Project Vine
+Distribution: Vine Linux
 License: MIT
-Group: Development/Libraries
 URL: http://www.x.org
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
-Source0: ftp://ftp.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
-
-Vendor: Project Vine
-Distribution: Vine Linux
+Source0: https://www.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
 
 %description
 X.Org X11 autotools macros required for building the various packages that
@@ -24,13 +23,16 @@ comprise the X Window System.
 xorg-x11-util-macros には X ウィンドウシステムのさまざまなパッケージを
 ビルドするために必要な autotool マクロが含まれています。
 
+
 %prep
 %setup -q -n %{pkgname}-%{version}
 
+
 %build
 %configure
 %__make
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -38,9 +40,11 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_datadir}/util-macros/INSTALL
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -48,7 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/xorg-macros.m4
 %{_datadir}/pkgconfig/*.pc
 
+
 %changelog
+* Wed Mar 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.19.3-1
+- new upstream release.
+
 * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.19.2-1
 - new upstream release.