Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9072 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
415b8aeb93
2 changed files with 12 additions and 6 deletions
  1. 4 2
      n/nautilus-actions/nautilus-actions-vl.spec
  2. 8 4
      r/rsync/rsync-vl.spec

+ 4 - 2
n/nautilus-actions/nautilus-actions-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Nautilus extension for customizing the context menu
 Summary(ja): コンテキストメニューをカスタマイズするための Nautilus 拡張
 Name:		nautilus-actions
-Version:	3.2.2
+Version:	3.2.4
 Release:	1%{?_dist_release}
 Group:		User Interface/Desktops
 License:	GPLv2+
@@ -14,7 +14,6 @@ BuildRequires: desktop-file-utils
 BuildRequires: e2fsprogs-devel
 BuildRequires: gettext
 BuildRequires: glib2-devel >= 2.16.0
-#BuildRequires: gtk2-devel >= 2.12.0
 BuildRequires: gtk3-devel
 BuildRequires: dbus-glib-devel
 BuildRequires: intltool >= 0.35.5
@@ -124,6 +123,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/%{name}/
 
 %changelog
+* Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.4-1
+- new upstream release
+
 * Fri May 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.2.2-1
 - new upstream release
 - fixed %%files

+ 8 - 4
r/rsync/rsync-vl.spec

@@ -1,8 +1,8 @@
 Summary:     A program for synchronizing files over a network.
 Summary(ja): ネットワーク越しにファイルを同期させるプログラム
 Name: rsync
-Version: 3.1.0
-Release: 2%{_dist_release}
+Version: 3.1.1
+Release: 1%{_dist_release}
 Group: Applications/Internet
 License: GPLv3+
 URL: http://rsync.samba.org
@@ -12,7 +12,7 @@ Source2: rsync.xinetd
 
 Patch0: ssh-6-option.diff
 # security fixes
-Patch100: rsync-3.1.1-dos.patch
+#Patch100: rsync-3.1.1-dos.patch
 
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -57,7 +57,7 @@ patch -p1 -i patches/copy-devices.diff
 
 %patch0 -p1 -b .man
 # security fixes
-%patch100 -p1 -b .CVE-2011-1097
+#%patch100 -p1 -b .CVE-2011-1097
 
 %build
 autoreconf
@@ -88,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.1.1-1
+- new upstream release
+- deleted Patch100 to merge source
+
 * Wed Jun 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 3.1.0-2
 - add Patch100 to fix CVE-2014-2855