diff --git a/.gitignore b/.gitignore index e871664..b637d24 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ gnome-commander-1.2.8.7.tar.bz2 /gnome-commander-1.4.8.tar.xz /gnome-commander-1.4.9.tar.xz /gnome-commander-1.6.0.tar.xz +/gnome-commander-1.6.1.tar.xz diff --git a/gnome-commander-1.6.0-format-security.patch b/gnome-commander-1.6.0-format-security.patch deleted file mode 100644 index 741ae94..0000000 --- a/gnome-commander-1.6.0-format-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-commander-1.6.0/src/gnome-cmd-gkeyfile-utils.cc.format 2016-10-03 05:27:02.000000000 +0900 -+++ gnome-commander-1.6.0/src/gnome-cmd-gkeyfile-utils.cc 2016-10-16 16:19:09.236055904 +0900 -@@ -106,7 +106,7 @@ - return FALSE; - } - -- written = fprintf(fd, contents); -+ written = fprintf(fd, "%s", contents); - if (written < 0) - { - success = FALSE; diff --git a/gnome-commander.spec b/gnome-commander.spec index 319e2bb..fd7548b 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -50,7 +50,7 @@ %global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag} Name: gnome-commander -Version: 1.6.0 +Version: 1.6.1 # Downgrade 3 times, sorry... Epoch: 4 Release: %{fedora_rel}%{?dist} @@ -66,7 +66,6 @@ Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.6/%{name}-%{versi Source1: gnome-commander.sh Source10: mimeedit-svn%{mimeedit_rev}.sh Patch1: gnome-commander-1.6.0-path-fedora-specific.patch -Patch2: gnome-commander-1.6.0-format-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -138,7 +137,6 @@ ansluta till FTP-servrar och SMB-nätverk. #%%setup -q -n %{name}-%{githash} %patch1 -p1 -b .path -%patch2 -p1 -b .format %if 0%{use_autotool} > 0 ( export NOCONFIGURE=1 ; sh autogen.sh ) @@ -282,6 +280,9 @@ exit 0 %{_datadir}/pixmaps/%{name}/ %changelog +* Wed Oct 19 2016 Mamoru TASAKA - 4:1.6.1-1 +- 1.6.1 + * Sun Oct 16 2016 Mamoru TASAKA - 4:1.6.0-1 - 1.6.0 diff --git a/sources b/sources index bd91261..779c1dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4b1e8beef491e67e1c85e796c67b168 gnome-commander-1.6.0.tar.xz +26fa4d4295f6456c568661945a864b04 gnome-commander-1.6.1.tar.xz