[gnome-phone-manager/f15/master] 0.66

Matthias Clasen mclasen at fedoraproject.org
Wed Feb 23 01:19:03 UTC 2011


commit 245fbd7e0db5bcf4e00c25bbb0a5e9090ed3fae8
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Feb 22 20:19:02 2011 -0500

    0.66

 .gitignore               |    1 +
 gnome-phone-manager.spec |   24 +++++++-----------------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75cdf60..98c3bff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnome-phone-manager-0.65.tar.bz2
+/gnome-phone-manager-0.66.tar.bz2
diff --git a/gnome-phone-manager.spec b/gnome-phone-manager.spec
index 50a899a..47ae58b 100644
--- a/gnome-phone-manager.spec
+++ b/gnome-phone-manager.spec
@@ -1,7 +1,7 @@
 Name:		gnome-phone-manager
 Summary:	Gnome Phone Manager
-Version: 	0.65
-Release: 	15%{?dist}
+Version: 	0.66
+Release: 	1%{?dist}
 License: 	GPLv2+
 Group: 		Applications/System
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/%{version}/%{name}-%{version}.tar.bz2
@@ -21,18 +21,12 @@ BuildRequires:	intltool perl(XML::Parser)
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=436773
-Patch0:		gpm-telepathy-workaround.patch
-
-Patch1:		0001-Update-copy-paste-code.patch
-Patch2:		0002-Fix-GSeal-compilation.patch
-
 %description
 This program will connect to your mobile phone over a serial port,
 either via a cable, infrared (IrDA) or Bluetooth connection.
 
-For example it listens for text messages, and when they arrive, 
-displays them on the desktop. A visual indicator is displayed in 
+For example it listens for text messages, and when they arrive,
+displays them on the desktop. A visual indicator is displayed in
 the notification area, if one is presently added to the panel.
 
 %package telepathy
@@ -48,16 +42,12 @@ Instant Messaging application that uses Telepathy, such as Empathy.
 
 %prep
 %setup -q
-#%patch0 -p0
-%patch1 -p1 -b .cut-n-paste
-%patch2 -p1 -b .gseal
 
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # This should be in empathy instead
@@ -92,9 +82,6 @@ if [ "$1" -eq 0 ]; then
 	>& /dev/null || :
 fi
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-, root, root, -)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
@@ -111,6 +98,9 @@ fi
 %{_datadir}/mission-control/profiles/*
 
 %changelog
+* Tue Feb 22 2011 Matthias Clasen <mclasen at redhat.com> 0.66-1
+- Update to 0.66
+
 * Fri Feb 11 2011 Matthias Clasen <mclasen at redhat.com> 0.65-15
 - Rebuild against newer gtk3
 
diff --git a/sources b/sources
index bfe2357..534a1ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afbe02a45062179978860a7b90b837b7  gnome-phone-manager-0.65.tar.bz2
+26120c6d695c9a635f3567a606b65147  gnome-phone-manager-0.66.tar.bz2


More information about the scm-commits mailing list