rpms/mail-notification/FC-3 .cvsignore, 1.3, 1.4 mail-notification.spec, 1.3, 1.4 sources, 1.3, 1.4

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed Mar 9 20:16:34 UTC 2005


Author: thl

Update of /cvs/extras/rpms/mail-notification/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24593/FC-3

Modified Files:
	.cvsignore mail-notification.spec sources 
Log Message:
Update to 1.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Dec 2004 18:43:31 -0000	1.3
+++ .cvsignore	9 Mar 2005 20:16:31 -0000	1.4
@@ -1 +1 @@
-mail-notification-1.0.tar.gz
+mail-notification-1.1.tar.gz


Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/FC-3/mail-notification.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mail-notification.spec	10 Dec 2004 22:03:07 -0000	1.3
+++ mail-notification.spec	9 Mar 2005 20:16:31 -0000	1.4
@@ -1,30 +1,26 @@
-# use "--with gmail" as rpmbuildparameter to add gmail Support (requires FC3 Core package) 
-
 Name:           mail-notification
-Epoch:          0
-Version:        1.0
+Version:        1.1
 Release:        1
-Summary:        Mail Notification is a status icon that informs you if you have new mail.
+Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://www.nongnu.org/mailnotify/
-Source0:        http://savannah.nongnu.org/download/mailnotify/mail-notification-1.0.tar.gz
+Source0:        http://savannah.nongnu.org/download/mailnotify/mail-notification-1.1.tar.gz
 Source1:        mail-notification-README.FEDORA
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gettext >= 0:0.14.1
-BuildRequires:  eel2-devel >= 0:2.0
+BuildRequires:  gettext >= 0.14.1
+BuildRequires:  eel2-devel >= 2.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  scrollkeeper
-BuildRequires:	openssl-devel  >= 0:0.9.5b
-BuildRequires:	cyrus-sasl-devel >= 0:2.0
-BuildRequires:	gmime-devel >= 0:2.1
-%if 0%{?_with_gmail:1}
-BuildRequires:	libsoup-devel >= 0:2.2.1
-BuildRequires:	gnutls-devel >= 0:1.0.20
-BuildRequires:	libgcrypt-devel >= 0:1.2.0
-%endif
+BuildRequires:  openssl-devel  >= 0.9.5b
+BuildRequires:  cyrus-sasl-devel >= 2.0
+BuildRequires:  gmime-devel >= 2.1
+BuildRequires:  libsoup-devel >= 2.2.1
+BuildRequires:  gnutls-devel >= 1.0.20
+BuildRequires:  libgcrypt-devel >= 1.2.0
+BuildRequires:  libicu-devel >= 2.6
 
 Requires(post):   GConf2
 Requires(post):   scrollkeeper
@@ -32,21 +28,21 @@
 Requires(postun): scrollkeeper
 
 %description
-Mail Notification is a status icon (aka tray icon) that informs you if you 
+Mail Notification is a status icon (aka tray icon) that informs you if you
 have new mail. It works with system trays implementing the freedesktop.org
-System Tray Specification, such as the GNOME Panel Notification Area, the 
+System Tray Specification, such as the GNOME Panel Notification Area, the
 Xfce Notification Area and the KDE System Tray.
 
 
 %prep
 %setup -q
 cp %{SOURCE1} ./README.FEDORA
- 
+
 
 
 %build
-%configure %{?!_with_gmail:--disable-gmail} 
-make %{?_smp_mflags} 
+%configure
+make %{?_smp_mflags}
 
 
 %install
@@ -105,6 +101,10 @@
 
 
 %changelog
+* Mon Mar 07 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.1-1
+- update to 1.1
+- remove gmail build option and add new BR libicu-devel
+
 * Tue Nov 25 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:1.0-0.fdr.1
 - update to 1.0
 
@@ -115,13 +115,13 @@
 
 * Tue Nov 09 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.8.1-0.fdr.3
 - trim build comment
-- own _datadir/gnome/help/mail-notification/ 
+- own _datadir/gnome/help/mail-notification/
 - rename SOURCE1 from README.FEDORA to mail-notfication-README.FEDORA
 
 
 * Sat Nov 06 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.8.1-0.fdr.2
-- Really remove "killall bonobo-activation-server"; Add a README.FEDORA 
-  which descibes the problem. 
+- Really remove "killall bonobo-activation-server"; Add a README.FEDORA
+  which descibes the problem.
 - Spilt post,preun,postun sections
 - Use --with gmail to build for FC3 with gmail-support
 
@@ -143,7 +143,7 @@
 
 * Tue Sep 14 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.6.2-0.fdr.1
 - Update to 0.6.2
-- After talkback with program author added "killall bonobo-activation-server" 
+- After talkback with program author added "killall bonobo-activation-server"
   to post section
 
 * Sun Aug 29 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.6.1-0.fdr.1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Dec 2004 18:43:31 -0000	1.3
+++ sources	9 Mar 2005 20:16:31 -0000	1.4
@@ -1 +1 @@
-9f458da2a222490330ed93d3298ced75  mail-notification-1.0.tar.gz
+2359fb53128b12cf295bdf8553e5869b  mail-notification-1.1.tar.gz




More information about the fedora-extras-commits mailing list