From a88be9eb0d2b4d95d9f3cd7593ce6f30bc5b20d2 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jul 24 2018 21:23:16 +0000 Subject: Update FSF address. --- diff --git a/0001-Unbundle-uuid.patch b/0001-Unbundle-uuid.patch index 98c1166..543c650 100644 --- a/0001-Unbundle-uuid.patch +++ b/0001-Unbundle-uuid.patch @@ -1,7 +1,7 @@ From f4f1f0dd38493f826ff1381e7b2a20361e90a9b1 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 3 May 2018 01:01:56 -0400 -Subject: [PATCH 1/3] Unbundle uuid. +Subject: [PATCH 1/4] Unbundle uuid. Signed-off-by: Elliott Sales de Andrade --- diff --git a/0002-Unbundle-arpack.patch b/0002-Unbundle-arpack.patch index 616d096..d3f3bb0 100644 --- a/0002-Unbundle-arpack.patch +++ b/0002-Unbundle-arpack.patch @@ -1,7 +1,7 @@ From 74ad5c08e6b222d81b74725e7dee8e504ddd2409 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 3 May 2018 01:23:27 -0400 -Subject: [PATCH 2/3] Unbundle arpack. +Subject: [PATCH 2/4] Unbundle arpack. Signed-off-by: Elliott Sales de Andrade --- diff --git a/0003-Increase-tolerances-to-work-everywhere.patch b/0003-Increase-tolerances-to-work-everywhere.patch index c3acec3..e33e08f 100644 --- a/0003-Increase-tolerances-to-work-everywhere.patch +++ b/0003-Increase-tolerances-to-work-everywhere.patch @@ -1,7 +1,7 @@ From 90e969dc6fddcb655a1d694e18befd64a07d2932 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 24 Jul 2018 01:35:02 -0400 -Subject: [PATCH 3/3] Increase tolerances to work everywhere. +Subject: [PATCH 3/4] Increase tolerances to work everywhere. Signed-off-by: Elliott Sales de Andrade --- diff --git a/0004-Update-FSF-address.patch b/0004-Update-FSF-address.patch new file mode 100644 index 0000000..15db53f --- /dev/null +++ b/0004-Update-FSF-address.patch @@ -0,0 +1,26 @@ +From c30f834230652714dfe58a1637f08d9a37546bbf Mon Sep 17 00:00:00 2001 +From: Elliott Sales de Andrade +Date: Tue, 24 Jul 2018 17:14:33 -0400 +Subject: [PATCH 4/4] Update FSF address. + +Signed-off-by: Elliott Sales de Andrade +--- + inst/my_html_library.tcl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/inst/my_html_library.tcl b/inst/my_html_library.tcl +index 558acc7..ba7b6e3 100644 +--- a/inst/my_html_library.tcl ++++ b/inst/my_html_library.tcl +@@ -16,7 +16,7 @@ + # You should have received a copy of the GNU General Public License + # along with this program; if not, write to the Free Software + # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +-# 02110-1301 USA ++# 02110-1335 USA + # + ################################################################### + +-- +2.17.1 + diff --git a/R-igraph.spec b/R-igraph.spec index 377cb22..1d6a2dc 100644 --- a/R-igraph.spec +++ b/R-igraph.spec @@ -19,6 +19,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}. Patch0001: 0001-Unbundle-uuid.patch Patch0002: 0002-Unbundle-arpack.patch Patch0003: 0003-Increase-tolerances-to-work-everywhere.patch +Patch0004: 0004-Update-FSF-address.patch # Here's the R view of the dependencies world: # Depends: R-methods @@ -86,6 +87,7 @@ pushd %{packname} %patch0001 -p1 %patch0002 -p1 %patch0003 -p1 +%patch0004 -p1 # Fix executable files. chmod -x src/simpleraytracer/*.*