Browse Source

updated 3 packages

freerdp-2.1.2-1

redis-6.0.5-1

sqlite3-3.32.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12421 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
f0a49af13c
3 changed files with 19 additions and 12 deletions
  1. 4 1
      f/freerdp/freerdp-vl.spec
  2. 7 4
      r/redis/redis-vl.spec
  3. 8 7
      s/sqlite3/sqlite3-vl.spec

+ 4 - 1
f/freerdp/freerdp-vl.spec

@@ -3,7 +3,7 @@
 Name:           freerdp
 Summary:        Remote Desktop Protocol client
 Summary(ja):    リモートデスクトッププロトコルクライアント
-Version:        2.1.1
+Version:        2.1.2
 Release:        1%{?rcnumber:.%{rcnumber}}%{?_dist_release}
 Group:          Applications/Internet
 Vendor:         Project Vine
@@ -175,6 +175,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.2-1
+- updated to 2.1.2.
+
 * Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.1-1
 - updated to 2.1.1.
 

+ 7 - 4
r/redis/redis-vl.spec

@@ -5,7 +5,7 @@
 
 # Commit IDs for the (unversioned) redis-doc repository
 # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
-%global doc_commit abfe8e0698564af7260b4c1a0ea4d21424d14a88
+%global doc_commit 4f1da37c03daa943f2cf3cd5fda8dbd1bf1f22d7
 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
 
 # %%{rpmmacrodir} not usable on EL-6
@@ -17,7 +17,7 @@
 %endif
 
 Name:             redis
-Version:          5.0.8
+Version:          6.0.5
 Release:          1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:          A persistent in-memory key-value database
 Summary(ja):      永続化可能なキー・バリュー型インメモリデータベース
@@ -30,7 +30,7 @@ Vendor:           Project Vine
 Distribution:     Vine Linux
 Packager:         daisuke
 
-Source0:          https://github.com/antirez/redis/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:          https://github.com/redis-io/redis/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:          %{name}.logrotate
 Source2:          %{name}-sentinel.service
 Source3:          %{name}.service
@@ -40,7 +40,7 @@ Source6:          %{name}-shutdown
 Source7:          %{name}-limit-systemd
 Source8:          %{name}-limit-init
 Source9:          macros.%{name}
-Source10:         https://github.com/antirez/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz
+Source10:         https://github.com/redis-io/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz
 
 # To refresh patches:
 # tar xf redis-xxx.tar.gz && cd redis-xxx && git init && git add . && git commit -m "%%{version} baseline"
@@ -301,6 +301,9 @@ fi
 
 
 %changelog
+* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.5-1
+- new upstream release.
+
 * Fri Apr 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.8-1
 - new upstream release.
 

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

@@ -6,9 +6,9 @@
 %define with_check %{?_with_check:1}%{!?_with_check:0}
 
 %define year 2020
-%define realver 3320200
-%define docver 3320200
-%define rpmver 3.32.2
+%define realver 3320300
+%define docver 3320300
+%define rpmver 3.32.3
 
 
 Summary: SQLite is a C library that implements an embeddable SQL database engine
@@ -38,8 +38,6 @@ Patch7: sqlite-3.16-datetest-2.2c.patch
 # Modify sync2.test to pass with DIRSYNC turned off
 Patch8: sqlite-3.18.0-sync2-dirsync.patch
 
-Patch1000: CVE-2020-13871.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: tcl-devel, libedit-devel, ncurses-devel, zlib-devel
 
@@ -161,11 +159,10 @@ sqlite3-develはSQLiteデータベースライブラリを用いるプログラ
 %endif
 %patch8 -p1
 
-%patch1000 -p0
-
 # Remove backup-file
 rm -f %{name}-doc-%{docver}/sqlite.css~ || :
 
+
 %build
 autoconf
 export CFLAGS="$RPM_OPT_FLAGS 
@@ -248,6 +245,10 @@ install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
 
 
 %changelog
+* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.32.3-1
+- new upstream release.
+- dropped Patch1000: fixed in upstream.
+
 * Wed Jun 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.32.2-1
 - new upstream release.
 - imported Patch1000 from upstream to fix CVE-2020-13871.