mgieseki pushed to liblouis (f22). "updated to version 2.6.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 15:51:28 UTC 2015


>From 1be12335ddb7f12182297659e33e6cc775a7cac1 Mon Sep 17 00:00:00 2001
From: Martin Gieseking <martin.gieseking at uos.de>
Date: Wed, 8 Apr 2015 17:50:14 +0200
Subject: updated to version 2.6.2


diff --git a/.gitignore b/.gitignore
index 58bc084..cb0bbb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /liblouis-2.5.3.tar.gz
 /liblouis-2.5.4.tar.gz
 /liblouis-2.6.0.tar.gz
+/liblouis-2.6.2.tar.gz
diff --git a/liblouis.spec b/liblouis.spec
index e73f598..9744217 100644
--- a/liblouis.spec
+++ b/liblouis.spec
@@ -5,14 +5,14 @@
 
 
 Name:           liblouis
-Version:        2.6.0
+Version:        2.6.2
 Release:        1%{?dist}
 Summary:        Braille translation and back-translation library
 
 Group:          System Environment/Libraries
 License:        LGPLv3+
 URL:            http://www.abilitiessoft.com/
-Source0:        http://liblouis.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  chrpath
@@ -137,7 +137,7 @@ install -pm 0644 __init__.py %{buildroot}%{python3_sitelib}/louis/
 # Remove Rpaths from the executables. We must do that in the %%install section
 # because, otherwise, the test suite wouldn't build.
 for f in `find %{buildroot}%{_bindir} -exec file {} \; | grep 'ELF.*executable' | cut -d: -f1`; do
-	chrpath --delete $f
+  chrpath --delete $f
 done
 
 
@@ -195,6 +195,9 @@ fi
 
 
 %changelog
+* Wed Apr 08 2015 Martin Gieseking <martin.gieseking at uos.de> 2.6.2-1
+- Updated to new upstream release.
+
 * Tue Sep 16 2014 Martin Gieseking <martin.gieseking at uos.de> 2.6.0-1
 - Updated to new upstream release.
 
diff --git a/sources b/sources
index 361c409..86d6b56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d829917d430649789b54ddde50be0d62  liblouis-2.6.0.tar.gz
+536ce64bee23b90477b36c863fea3db3  liblouis-2.6.2.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/liblouis.git/commit/?h=f22&id=1be12335ddb7f12182297659e33e6cc775a7cac1


More information about the scm-commits mailing list