[libdsk] sync with latest upstream

Lucian Langa lucilanga at fedoraproject.org
Thu Feb 13 09:55:51 UTC 2014


commit 1b23558a11e646e36acbdbef766890107dd7ab6d
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Thu Feb 13 10:56:22 2014 +0100

    sync with latest upstream

 .gitignore  |    1 +
 libdsk.spec |   23 ++++++++++++++---------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0ae2f4..da2beb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libdsk-1.2.1.tar.gz
+/libdsk-1.2.2.tar.gz
diff --git a/libdsk.spec b/libdsk.spec
index 6af0aa9..d206e1b 100644
--- a/libdsk.spec
+++ b/libdsk.spec
@@ -1,12 +1,11 @@
 Name:           libdsk
-Version:        1.2.1
-Release:        8%{?dist}
+Version:        1.2.2
+Release:        1%{?dist}
 Summary:        Library for accessing disk images
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.seasip.demon.co.uk/Unix/LibDsk
-Source0:        http://www.seasip.demon.co.uk/Unix/LibDsk/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.seasip.info/Unix/LibDsk/%{name}-%{version}.tar.gz
 BuildRequires:  bzip2-devel
 BuildRequires:  zlib-devel
 
@@ -48,11 +47,12 @@ iconv -f iso8859-1 doc/libdsk.txt -t utf8 > doc/libdsk.conv \
 
 %build
 %configure --disable-rpath --disable-static
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 
@@ -77,7 +77,6 @@ rm -rf %{buildroot}
 
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libdsk.so
 %{_includedir}/libdsk.h
 %exclude %{_libdir}/libdsk.la
@@ -85,6 +84,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 13 2014 Lucian Langa <cooly at gnome.eu.org> - 1.2.2-1
+- sync with latest upstream
+- update source URL
+- fix bogus dates
+- misc cleanups
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -153,7 +158,7 @@ rm -rf %{buildroot}
 * Mon Jul 11 2005 Paul Johnson <paul at all-the-johnsons.co.uk> - 1.1.4-1.1.FC4
 - Changed version for FC4
 
-* Mon May 22 2005 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.4-1.iss
+* Sun May 22 2005 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.4-1.iss
 - Updated to version 1.1.4
 
 * Mon Feb 28 2005 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.3-1.iss
@@ -161,7 +166,7 @@ rm -rf %{buildroot}
 - Updated to version 1.1.3
 - Removed some install commands, no longer needed with this version
 
-* Mon Jul 16 2004 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.1-1.iss
+* Fri Jul 16 2004 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.1-1.iss
 - Updated to version to 1.1.1
 - Updated for use with Fedora Core 2
 - Split the tools from the main libdsk RPM
@@ -171,5 +176,5 @@ rm -rf %{buildroot}
 - Changed copyright to distributable
 - Moved a file from the main package to the devel package
 
-* Sat Dec 01 2003 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.0-1
+* Mon Dec 01 2003 Ian Chapman <packages[AT]amiga-hardware.com> - 1.1.0-1
 - Initial Release
diff --git a/sources b/sources
index eae46bd..6dfabad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ff178e8d6e5d45967ebbf7a162a7fcc  libdsk-1.2.1.tar.gz
+9f4adee0949867ee05173603154a3464  libdsk-1.2.2.tar.gz


More information about the scm-commits mailing list