diff --git a/.gitignore b/.gitignore index 6ed5ec6..f564ea6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ gparted-0.6.2.tar.bz2 /gparted-0.9.0.tar.bz2 /gparted-0.9.1.tar.bz2 /gparted-0.10.0.tar.bz2 +/gparted-0.11.0.tar.bz2 diff --git a/gparted-fixdso.patch b/gparted-fixdso.patch new file mode 100644 index 0000000..ab924d7 --- /dev/null +++ b/gparted-fixdso.patch @@ -0,0 +1,11 @@ +--- src/Makefile.in 2011-12-13 11:34:22.000000000 -0500 ++++ src/Makefile.in.new 2012-01-27 13:20:52.604989955 -0500 +@@ -311,7 +311,7 @@ + ufs.cc \ + xfs.cc + +-gpartedbin_LDFLAGS = -lparted -lgthread-2.0 ++gpartedbin_LDFLAGS = -lparted -lgthread-2.0 -lpthread + gpartedbin_LDADD = $(GTKMM_LIBS) + all: all-am + diff --git a/gparted.spec b/gparted.spec index 8dce56c..a8eeb99 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,13 +1,14 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.10.0 -Release: 2%{?dist} +Version: 0.11.0 +Release: 1%{?dist} Group: Applications/System License: GPLv2+ URL: http://gparted.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: gparted-console.apps Source2: gparted-pam.d +Patch0: gparted-fixdso.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel BuildRequires: libuuid-devel gettext perl(XML::Parser) @@ -24,6 +25,7 @@ will be detected at runtime and don't require a rebuild of GParted %prep %setup -q +%patch0 -p0 %build %configure --enable-libparted-dmraid @@ -86,6 +88,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Fri Jan 27 2012 Deji Akingunola - 0.11.0-1 +- Update to version 0.11.0 + * Fri Jan 13 2012 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index edd8915..dbe116b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5b339eb5bef7a99ff73f750834b37b9 gparted-0.10.0.tar.bz2 +93db664bad4c5f0c9a1384b7eac7df5c gparted-0.11.0.tar.bz2