psabata pushed to perl-File-RsyncP (epel7). "upstream released new version"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 15:31:12 UTC 2015


From ce7167999fb3e8cb378b565b8a8e320b253cfe37 Mon Sep 17 00:00:00 2001
From: Mike McGrath <mmcgrath at fedoraproject.org>
Date: Tue, 5 Jun 2007 02:24:30 +0000
Subject: upstream released new version


diff --git a/.cvsignore b/.cvsignore
index 338bfdd..3fe492e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-File-RsyncP-0.62.tar.gz
+File-RsyncP-0.68.tar.gz
diff --git a/File-RsyncP-0.62-compilation-error.patch b/File-RsyncP-0.62-compilation-error.patch
deleted file mode 100644
index 5fe5b10..0000000
--- a/File-RsyncP-0.62-compilation-error.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- FileList/rsync.h.orig	2006-07-20 23:25:28.000000000 -0500
-+++ FileList/rsync.h	2006-07-20 23:25:50.000000000 -0500
-@@ -808,7 +808,7 @@
- #define MY_GID() getgid()
- #endif
- 
--extern int verbose;
-+// extern int verbose;
- 
- #ifndef HAVE_INET_NTOP
- const char *                 
diff --git a/File-RsyncP-0.62-logic.patch b/File-RsyncP-0.62-logic.patch
deleted file mode 100644
index 2b163c4..0000000
--- a/File-RsyncP-0.62-logic.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- FileList/rsync.h.orig	2006-07-20 23:25:28.000000000 -0500
-+++ FileList/rsync.h	2006-07-20 23:29:24.000000000 -0500
-@@ -607,12 +607,12 @@
- int vasprintf(char **ptr, const char *format, va_list ap);
- #endif
- 
--#if !defined(HAVE_VSNPRINTF) || !defined(HAVE_C99_VSNPRINTF)
-+#if !defined(HAVE_VSNPRINTF) && !defined(HAVE_C99_VSNPRINTF)
- #define vsnprintf rsync_vsnprintf
- int vsnprintf(char *str, size_t count, const char *fmt, va_list args);
- #endif
- 
--#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_VSNPRINTF)
-+#if !defined(HAVE_SNPRINTF) && !defined(HAVE_C99_VSNPRINTF)
- #define snprintf rsync_snprintf
- int snprintf(char *str,size_t count,const char *fmt,...);
- #endif
diff --git a/perl-File-RsyncP.spec b/perl-File-RsyncP.spec
index 28a305e..6c89e56 100644
--- a/perl-File-RsyncP.spec
+++ b/perl-File-RsyncP.spec
@@ -1,13 +1,11 @@
 Name: perl-File-RsyncP
-Version: 0.62
-Release: 3%{?dist}
+Version: 0.68
+Release: 1%{?dist}
 Summary: A perl implementation of an Rsync client
 License: GPL
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/File-RsyncP/
 Source0: http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-%{version}.tar.gz
-Patch0:	File-RsyncP-0.62-compilation-error.patch
-Patch1:	File-RsyncP-0.62-logic.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -23,8 +21,6 @@ daemon on the remote machine.
 
 %prep
 %setup -q -n File-RsyncP-%{version}
-%patch0 -p0
-%patch1 -p0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +50,9 @@ make test
 
 
 %changelog
+* Mon Jun 04 2007 Mike McGrath <mmcgrath at redhat.com> - 0.68-1
+- Upstream released new version
+
 * Sun Sep 10 2006 Mike McGrath <imlinux at gmail.com> - 0.62-2
 - Rebuild
 
diff --git a/sources b/sources
index c0ccc40..03e0c4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16dcbd537d20c7435e1affd09d65a5ce  File-RsyncP-0.62.tar.gz
+ed47c5ef7ff835415692f18137cb0cf9  File-RsyncP-0.68.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-File-RsyncP.git/commit/?h=epel7&id=ce7167999fb3e8cb378b565b8a8e320b253cfe37


More information about the perl-devel mailing list