Browse Source

updated 14 packages

curl-7.76.1-1

file-5.40-1

ghostscript-9.54.0-1

git-2.31.1-1

gnome-online-accounts-3.40.0-1

less-581-1

libtiff-4.3.0-1

nginx-1.20.0-10

pycairo-1.20.0-1

pygobject3-3.40.1-1

samba-4.14.3-1

openssh-8.6p1-1

sqlite3-3.35.5-1

tmux-3.2-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
b21b225db2

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

@@ -3,7 +3,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.76.0
+Version: 7.76.1
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -193,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.76.1-1
+- new upstream release.
+
 * Wed Apr 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.76.0-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 5 - 5
f/file/file-vl.spec

@@ -3,7 +3,7 @@
 Summary:        A utility for determining file types.
 Summary(ja):    ファイルの種類を判別するユーティリティー
 Name:           file
-Version:        5.39
+Version:        5.40
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -169,10 +169,6 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %defattr(-,root,root)
 %license COPYING
@@ -208,6 +204,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.40-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.39-1
 - new upstream release.
 - dropped Patch14 and 9000: fixed in upstream.

+ 5 - 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.53.3
+Version:        9.54.0
 Release:        1%{?_dist_release}
 Group:          publishing
 Vendor:         Project Vine
@@ -42,8 +42,6 @@ Source5:        cidfmap.ja
 Source10:       Changelog.gs7.vine
 
 # patches from upstream
-Patch001:       ghostscript-9.53.3-drop-ft-callback-def.patch
-Patch002:       ghostscript-9.53.3-restore-opvp-device.patch
 
 # patches from fedora
 
@@ -154,8 +152,6 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
 %setup -q -n %{name}-%{version}
 rm -rf cups/libs expat freetype jasper jpeg jpegxr lcms2* libpng openjpeg tiff windows zlib
 
-%patch001 -p1
-%patch002 -p1
 %patch1000 -p1
 
 
@@ -384,6 +380,10 @@ fi
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.54.0-1
+- new upstream release.
+- dropped Patch001 and 002: fixed in upstream.
+
 * Tue Dec 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.53.3-1
 - new upstream release.
 - dropped Patch100.

+ 7 - 4
g/git/git-vl.spec

@@ -5,7 +5,7 @@
 
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name:           git
-Version:        2.30.1
+Version:        2.31.1
 Release:        1%{?_dist_release}
 Summary:        Core git tools
 Summary(ja):    Core git ツール
@@ -34,7 +34,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:	zlib-devel >= 1.2, openssl-devel, curl-devel
 BuildRequires:  expat-devel, gettext, asciidoc
-BuildRequires:  pcre-devel
+BuildRequires:  pcre2-devel
 BuildRequires:  xmlto
 
 # git-credential-gnome-keyring
@@ -218,7 +218,7 @@ chmod +x %{__perl_requires}
 %build
 make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir/pcre}" \
      ETC_GITCONFIG=/etc/gitconfig \
-     USE_LIBPCRE1=1 \
+     USE_LIBPCRE2=1 \
      GITWEB_PROJECTROOT=/var/lib/git \
      gitwebdir=/var/www/git \
      prefix=%{_prefix} all %{!?_without_docs: doc}
@@ -234,7 +234,7 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
      prefix=%{_prefix} mandir=%{_mandir} \
      perllibdir=%{perl_vendorlib} \
      ETC_GITCONFIG=/etc/gitconfig \
-     USE_LIBPCRE1=1 \
+     USE_LIBPCRE2=1 \
      NO_PYTHON=1 \
      GITWEB_PROJECTROOT=/var/lib/git \
      gitwebdir=/var/www/git \
@@ -448,6 +448,9 @@ fi
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.31.1-1
+- updated to 2.31.1.
+
 * Mon Mar 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.30.1-1
 - updated to 2.30.1.
 

+ 9 - 5
g/gnome-online-accounts/gnome-online-accounts-vl.spec

@@ -1,6 +1,6 @@
 Summary:        GNOME applications and libraries to access the user's online accounts
 Name:           gnome-online-accounts
-Version:        3.38.1
+Version:        3.40.0
 Release:        1%{?_dist_release}
 Group:          desktop-gnome,communication
 Vendor:         Project Vine
@@ -8,7 +8,7 @@ Distribution:   Vine Linux
 
 License:        LGPLv2+
 URL:            https://www.clutter-project.org/
-%global	        shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
+%global	        shortver %(echo %{version} | cut -d . -f 1-2)
 Source0:        https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -33,7 +33,8 @@ BuildRequires:	gtk-doc
 Gnome-online-accounts provides interfaces so applications and
 libraries in GNOME can access the user's online accounts
 
-%package		devel
+
+%package        devel
 Summary:        Development tools for gnome-online-accounts
 Summary(ja):    gnome-online-accounts の開発環境
 Group:          programming
@@ -73,8 +74,8 @@ This package contains documentation for gnome-online-accounts.
 	--enable-flickr=yes \
 	--enable-foursquare=yes \
 	--enable-media-server=yes \
-	--enable-media-server=yes \
-	--enable-kerberos=yes
+	--enable-kerberos=yes \
+	--enable-fedora=no
 
 make %{?_smp_mflags}
 
@@ -125,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.40.0-1
+- new upstream release.
+
 * Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.38.1-1
 - new upstream release.
 - dropped scriptlets.

+ 4 - 1
l/less/less-vl.spec

@@ -1,7 +1,7 @@
 Summary: A text file browser similar to more, but better
 Summary(ja): more よりも高機能な日本語対応ページャ
 Name: less
-Version: 563
+Version: 581
 Release: 1%{?_dist_release}
 Group: accessories
 Vendor: Project Vine
@@ -126,6 +126,9 @@ fi
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 581-1
+- updated to 581.
+
 * Tue Feb 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 563-1
 - updated to 563.
 - disable Patch5: got same effect by sed.

+ 11 - 14
lib/libt/libtiff/libtiff-vl.spec

@@ -3,7 +3,7 @@
 Summary: A library of functions for manipulating TIFF format image files.
 Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
 Name: libtiff
-Version: 4.2.0
+Version: 4.3.0
 Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine
@@ -52,7 +52,6 @@ Summary(ja): libtiff ライブラリを使うプログラム向け開発ツー
 Group: programming
 Requires: libtiff = %{version}
 
-
 %description devel
 This package contains the header files and static libraries for
 developing programs which will manipulate TIFF format image files
@@ -61,7 +60,6 @@ using the libtiff library.
 If you need to develop programs which will manipulate TIFF format
 image files, you should install this package.  You'll also need to
 install the libtiff package.
-
 #'
 %description devel -l ja
 このパッケージには,libtiff ライブラリを使って TIFF 形式の
@@ -72,13 +70,15 @@ TIFF 形式画像ファイルを扱うプログラムを開発する必要があ
 このパッケージをインストールして下さい.libtiff パッケージも同時に
 インストールする必要があります.
 
+
 ## to build compat32 for x86_64 architecture support
 %package -n compat32-%{name}
 Summary: A library of functions for manipulating TIFF format image files.
-Group: system
+Group: system,legacy
 Requires: %{name} = %{version}
 Provides: libtiff.so.4
 Obsoletes: compat32-libtiff4
+
 %description -n compat32-%{name}
 The libtiff package contains a library of functions for manipulating 
 TIFF (Tagged Image File Format) image format files.  TIFF is a widely
@@ -88,11 +88,13 @@ used file format for bitmapped images.  TIFF files usually end in the
 The libtiff package should be installed if you need to manipulate TIFF
 format image files.
 
+
 %package -n compat32-%{name}-devel
 Summary: Development tools for programs which will use the libtiff library.
-Group: programming
+Group: programming,legacy
 Requires: compat32-%{name} = %{version}
 Requires: %{name}-devel = %{version}
+
 %description -n compat32-%{name}-devel
 This package contains the header files and static libraries for
 developing programs which will manipulate TIFF format image files
@@ -147,15 +149,6 @@ rm -f %{buildroot}%{_libdir}/libtiff*.{a,la}
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%if %{build_compat32}
-%post -n compat32-%{name} -p /sbin/ldconfig
-%postun -n compat32-%{name} -p /sbin/ldconfig
-%endif
-
-
 %files
 %defattr(-,root,root)
 %license COPYRIGHT
@@ -185,6 +178,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.0-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Tue Dec 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2.0-1
 - new upstream release.
 

+ 6 - 21
n/nginx/nginx-vl.spec

@@ -1,16 +1,12 @@
 %bcond_with systemd
-%global nginx_version 1.18.0
+%global nginx_version 1.20.0
 
 # build mod_wsgi
 %bcond_with wsgi
 
 # build http_geoip_module
-%if "%{_dist_release}" >= "vl7"
 %bcond_without geoip
 %bcond_without geoip2
-%else
-%bcond_with geoip
-%endif
 
 # build naxsi module
 %bcond_with naxsi
@@ -21,11 +17,7 @@
 %global nginx_modulesdir %{_libdir}/nginx/modules
 %global nginx_modconfdir %{_sysconfdir}/nginx/modules.d
 
-%if "%{_dist_release}" > "vl6"
 %define nginx_user      www-data
-%else
-%define nginx_user      nginx
-%endif
 %define nginx_group     %{nginx_user}
 %define nginx_home      %{_localstatedir}/lib/nginx
 %define nginx_home_tmp  %{nginx_home}/tmp
@@ -41,7 +33,7 @@ Name:           nginx
 Group:          servers
 Version:        %{nginx_version}
 # do not reset or decrease.
-Release:        9%{?_dist_release}%{?with_systemd:.systemd}
+Release:        10%{?_dist_release}%{?with_systemd:.systemd}
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       daisuke
@@ -74,7 +66,7 @@ Source1000:     ngx-fancyindex-%{ngx_fancyindex_version}.tar.gz
 %define         nginx_accept_language_module_version 2f69842
 Source1010:     giom-nginx_accept_language_module-%{nginx_accept_language_module_version}.tar.gz
 
-%define         passenger_version 6.0.4
+%define         passenger_version 6.0.8
 Source1020:     https://github.com/phusion/passenger/releases/download/release-%{passenger_version}/passenger-%{passenger_version}.tar.gz
 
 %define         upstream_fair_version a18b409
@@ -173,13 +165,8 @@ Version:        %{passenger_version}
 Group:          servers
 BuildRequires:  ruby, rubygem-rake
 Requires:       ruby, rubygem-rake
-%if "%{_dist_release}" >= "vl7"
 BuildRequires:  ruby-devel, ruby-rubygems
 Requires:       ruby-rubygems
-%else
-BuildRequires:  rubygems
-Requires:       rubygems
-%endif
 Requires:       %{name} = %{nginx_version}-%{release}
 
 %description passenger
@@ -357,11 +344,9 @@ pushd gnosek-nginx-upstream-fair-%{upstream_fair_version}
 %patch101 -p1
 popd
 
-%if %{?_dist_release} == "vl7"
 pushd passenger-%{passenger_version}
 #% patch1000 -p1
 popd
-%endif
 
 %if %{with modsecurity}
 pushd modsecurity-nginx-v%{modsecurity_version}
@@ -734,10 +719,7 @@ fi
 %files passenger
 %defattr(-,root,root,-)
 %doc passenger-%{passenger_version}/doc/*.md
-%doc passenger-%{passenger_version}/doc/*.txt
-%doc passenger-%{passenger_version}/doc/*.html
 %doc passenger-%{passenger_version}/doc/templates
-%doc passenger-%{passenger_version}/doc/users_guide_snippets
 %doc passenger-%{passenger_version}/doc/images
 %config(noreplace) %{nginx_modconfdir}/passenger.conf
 %{nginx_modulesdir}/ngx_http_passenger_module.so
@@ -813,6 +795,9 @@ fi
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.0-10
+- updated to 1.20.0.
+
 * Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18.0-9
 - updated Patch2040.
 

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

@@ -56,7 +56,7 @@
 Summary: The OpenSSH implementation of SSH.
 Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
 Name: openssh
-Version: 8.5p1
+Version: 8.6p1
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: network
 Vendor: Project Vine
@@ -463,8 +463,8 @@ exit 0
 if [ "$1" = 0 -o -x /bin/systemctl ]; then
 	/sbin/service sshd stop > /dev/null 2>&1 || :
 	/sbin/chkconfig --del sshd
-%endif
 fi
+%endif
 
 
 %files
@@ -550,6 +550,9 @@ fi
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.6p1-1
+- new upstream release.
+
 * Tue Mar 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.5p1-1
 - new upstream release.
 

+ 7 - 2
p/pycairo/pycairo-vl.spec

@@ -3,7 +3,7 @@
 Name: pycairo
 Summary: Python bindings for the cairo library
 Summary(ja): cairo ライブラリの Python バインディング
-Version: 1.19.1
+Version: 1.20.0
 Release: 1%{?_dist_release}
 Group: programming
 
@@ -13,7 +13,6 @@ Source: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycai
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: cairo-devel >= 1.8.10
-BuildRequires: python-rpm-macros
 BuildRequires: pkgconfig
 Requires: cairo >= 1.8.10
 
@@ -47,6 +46,9 @@ libraries so that they interoperate with pycairo.
 %endif
 
 
+%debug_package
+
+
 %prep
 %setup -q 
 
@@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.0-1
+- new upstream release.
+
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.19.1-1
 - new upstream release.
 - built with python3 only.

+ 30 - 38
p/pygobject3/pygobject3-vl.spec

@@ -1,10 +1,10 @@
-%bcond_without python2
+%bcond_with python2
 %bcond_without python3
 
 Name: pygobject3
 Summary: Python bindings for GObject Introspection
 Summary(ja): GObject Introspection の Python バインディング
-Version: 3.36.1
+Version: 3.40.1
 Release: 1%{?_dist_release}
 Group: programming
 Vendor: Project Vine
@@ -12,7 +12,7 @@ Distribution: Vine Linux
 
 License: LGPL
 URL: https://pypi.org/project/PyGObject/
-%global shortver %(echo "%{version}" | sed -e 's/\.[0-9]*$//')
+%global shortver %(echo "%{version}" | cut -d . -f 1-2)
 Source: https://ftp.gnome.org/pub/GNOME/sources/pygobject/%{shortver}/pygobject-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -36,20 +36,6 @@ pygobject provides a convenient wrapper for the GObject library
 for use in Python programs.
 
 
-%package devel
-Summary: Development files for building add-on libraries
-Group: programming
-Provides: python3-pygobject-devel = %{version}-%{release}
-Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel
-Requires: libffi-devel
-Requires: pkgconfig
-
-%description devel
-This package contains files required to build wrappers for
-pygobject-based libraries such as pygtk2.
-
-
 %if %{with python3}
 %package -n python3-pygobject
 Summary: Python3 bindings for GObject Introspection
@@ -64,17 +50,32 @@ Obsoletes: python3-pygobject < 3.16.1
 %description -n python3-pygobject
 python3-pygobject provides a convenient wrapper for the GObject library
 for use in Python3 programs.
+
+
+%package -n python3-pygobject-devel
+Summary: Development files for building add-on libraries
+Group: programming
+Obsoletes: pygobject-devel < 3.40.0
+Provides: pygobject-devel = %{version}-%{release}
+Requires: python3-pygobject = %{version}-%{release}
+Requires: glib2-devel
+Requires: libffi-devel
+Requires: pkgconfig
+
+%description -n python3-pygobject-devel
+This package contains files required to build wrappers for
+pygobject-based libraries such as pygtk3.
 %endif
 
 
+%debug_package
+
+
 %prep
 %setup -q -n pygobject-%{version}
 
 
 %build
-%if %{with python2}
-%py_build
-%endif
 %if %{with python3}
 %py3_build
 %endif
@@ -82,9 +83,6 @@ for use in Python3 programs.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%if %{with python2}
-%py_install
-%endif
 %if %{with python3}
 %py3_install
 %endif
@@ -93,21 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -fr $RPM_BUILD_ROOT
 
-%if %{with python2}
-%files
-%defattr(-,root,root,-)
-%license COPYING
-%doc NEWS README*
-%doc examples
-%{_libdir}/python2.7/site-packages/pygtkcompat
-%{python_sitearch}/*.egg-info
-%{python_sitearch}/gi
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%{_includedir}/pygobject-3.0/pygobject.h
-%{_libdir}/pkgconfig/pygobject-3.0.pc
 
 %if %{with python3}
 %files -n python3-pygobject
@@ -117,10 +100,19 @@ rm -fr $RPM_BUILD_ROOT
 %{python3_sitearch}/pygtkcompat
 %{python3_sitearch}/*.egg-info
 %{python3_sitearch}/gi
+
+%files -n python3-pygobject-devel
+%defattr(-,root,root,-)
+%{_includedir}/pygobject-3.0/pygobject.h
+%{_libdir}/pkgconfig/pygobject-3.0.pc
 %endif
 
 
 %changelog
+* Thu Apr 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.40.0-1
+- new upstream release.
+- python2 is no longer supported.
+
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.1-1
 - new upstream release.
 

+ 5 - 2
s/samba/samba-vl.spec

@@ -2,7 +2,7 @@
 %bcond_with tracker
 %bcond_without pidl
 
-%define samba_version 4.14.2
+%define samba_version 4.14.3
 #define rc_number rc4
 %define samba_release 1
 
@@ -1801,7 +1801,10 @@ fi
 
 
 %changelog
-* Fri Apr 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.0-1
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.3-1
+- new upstream release.
+
+* Fri Apr 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.2-1
 - new upstream release.
 
 * Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.7-2

+ 7 - 3
s/sqlite3/sqlite3-vl.spec

@@ -6,9 +6,9 @@
 %define with_check %{?_with_check:1}%{!?_with_check:0}
 
 %define year 2021
-%define realver 3350200
-%define docver 3350200
-%define rpmver 3.35.2
+%define realver 3350500
+%define docver 3350500
+%define rpmver 3.35.5
 
 Summary: SQLite is a C library that implements an embeddable SQL database engine
 Summary(ja): SQLite は組み込み型SQLデータベースエンジンを実装するCライブラリです。
@@ -171,6 +171,7 @@ export CFLAGS="$RPM_OPT_FLAGS
 	       -DSQLITE_ENABLE_FTS3_PARENTHESIS=1
 	       -DSQLITE_ENABLE_FTS4=1
 	       -DSQLITE_ENABLE_JSON1=1
+	       -DSQLITE_ENABLE_MATH_FUNCTIONS \
 	       -DSQLITE_ENABLE_RTREE=1
 	       -DSQLITE_SECURE_DELETE=1
 	       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
@@ -242,6 +243,9 @@ install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.35.5-1
+- new upstream release.
+
 * Thu Mar 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.35.2-1
 - new upstream release.
 

+ 7 - 1
t/tmux/tmux-vl.spec

@@ -1,6 +1,6 @@
 Summary:        A terminal multiplexer
 Name:           tmux
-Version:        3.1c
+Version:        3.2
 Release:        1%{?_dist_release}
 Group:          accessories
 Vendor:         Project Vine
@@ -22,6 +22,9 @@ intended to be a simple, modern, BSD-licensed alternative to programs such
 as GNU Screen.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -53,6 +56,9 @@ fi
 
 
 %changelog
+* Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2-1
+- new upstream release.
+
 * Tue Nov 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1c-1
 - new upstream release.