[R-Rcompression/f18] R3

Tom Callaway spot at fedoraproject.org
Sat Apr 20 12:38:05 UTC 2013


commit 91f5eb82c3a39e77d7f4e7f726dbc1c1438817e2
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sat Apr 20 08:37:22 2013 -0400

    R3

 R-Rcompression-DESCRIPTION-Blank-line-fix.patch |    9 +++++++++
 R-Rcompression.spec                             |   17 ++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/R-Rcompression-DESCRIPTION-Blank-line-fix.patch b/R-Rcompression-DESCRIPTION-Blank-line-fix.patch
new file mode 100644
index 0000000..8e1378b
--- /dev/null
+++ b/R-Rcompression-DESCRIPTION-Blank-line-fix.patch
@@ -0,0 +1,9 @@
+diff -up Rcompression/Rcompression/DESCRIPTION.blfix Rcompression/Rcompression/DESCRIPTION
+--- Rcompression/Rcompression/DESCRIPTION.blfix	2013-02-22 13:35:47.113197681 +0100
++++ Rcompression/Rcompression/DESCRIPTION	2013-02-22 13:35:56.978197829 +0100
+@@ -16,5 +16,4 @@ LazyLoad: yes
+ URL: http://www.omegahat.org/Rcompression
+ Collate: runTime.R Runzip.R unzip.R zave.R zip.R zipComment.R removeZipEntry.R 
+          archive.R Rtar.R bunzip2.R compress.R 
+-         
+ Packaged: 2011-04-06 21:58:14 UTC; duncan
diff --git a/R-Rcompression.spec b/R-Rcompression.spec
index 1fb7c9d..4abfa62 100644
--- a/R-Rcompression.spec
+++ b/R-Rcompression.spec
@@ -4,15 +4,16 @@
 
 Name:             R-%{packname}
 Version:          %{packver}.%{packrel}
-Release:          5%{?dist}
+Release:          8%{?dist}
 Summary:          R Package for in-memory compression
 Group:            Applications/Productivity
 License:          zlib
 URL:              http://www.omegahat.org/Rcompression/
 Source0:          http://www.omegahat.org/Rcompression/%{packname}_%{packver}-%{packrel}.tar.gz
 Patch0:           R-Rcompression-system-minizip.patch
-Requires:         R-core, texlive-latex
-BuildRequires:    R-devel, zlib-devel, bzip2-devel, autoconf, minizip-devel
+Patch1:           R-Rcompression-DESCRIPTION-Blank-line-fix.patch
+Requires:         R-core >= 3.0.0, texlive-latex
+BuildRequires:    R-devel >= 3.0.0, zlib-devel, bzip2-devel, autoconf, minizip-devel
 BuildRequires:    automake, libtool
 
 %description
@@ -22,6 +23,7 @@ compressing and uncompressing data that are in memory rather than in files.
 %prep
 %setup -c -q -n %{packname}
 %patch0 -p1 -b .system-minizip
+%patch1 -p1 -b .blfix
 cd %{packname}
 autoreconf -if
 
@@ -60,6 +62,15 @@ rm -rf %{buildroot}%{_libdir}/R/library/%{packname}/sampleData/
 %{_libdir}/R/library/%{packname}/libs/
 
 %changelog
+* Thu Apr 11 2013 Tom Callaway <spot at fedoraproject.org> - 0.93.2-8
+- rebuild for R3
+
+* Fri Feb 22 2013 Tom Callaway <spot at fedoraproject.org> - 0.93.2-7
+- fix FTBFS caused by blank line in DESCRIPTION (bz 913864)
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93.2-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list