rpms/osmo/devel osmo-0.2.8-configure.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 osmo.spec, 1.14, 1.15 sources, 1.6, 1.7 osmo-0.2.4-configure.patch, 1.1, NONE osmo-0.2.4-crash.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Mon Nov 2 23:24:54 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/osmo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21444

Modified Files:
	.cvsignore osmo.spec sources 
Added Files:
	osmo-0.2.8-configure.patch 
Removed Files:
	osmo-0.2.4-configure.patch osmo-0.2.4-crash.patch 
Log Message:
* Tue Nov 03 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.2.8-1
- Version bump to 0.2.8. (Red Hat Bugzilla #512626)
  * Encrypted data backup.
  * Exporting tasks to iCal file.
  * Text attributes are handled now in day notes editor.
  * Default alarm sound for task reminder.
  * Option to ignore weekend days in date calculator.
  * Added new calendar marker for birthdays.
  * Locale settings are used by default.
  * Slightly improved iCal support.
  * Unencrypted notes implemented.
  * Calendar printing improvements.
  * Spell checker support.
  * Showing map location of selected contact using Google Maps.
  * The order and width of columns is configurable.
  * System tray support improvements.
  * Many small improvements and fixes.
  * Translation updates: ca, cs, de, el, es, fi, fr, it, jp, nl, pl, ru, sv,
    tr and uk.
  * http://clayo.org/osmo/ChangeLog
- Fix for crash due to SIGABRT merged upstream.
- Added 'Requires: xdg-utils' and 'BuildRequires: gtkspell-devel'.


osmo-0.2.8-configure.patch:
 configure |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE osmo-0.2.8-configure.patch ---
diff -uNp osmo-0.2.8.orig/configure osmo-0.2.8/configure
--- osmo-0.2.8.orig/configure	2009-11-03 00:21:01.676065790 +0200
+++ osmo-0.2.8/configure	2009-11-03 00:22:32.546061565 +0200
@@ -6773,9 +6773,9 @@ else
 fi
 
 
-CFLAGS=${CFLAGS:="$BUILD_CFLAGS -Wall $PLATFORM_CFLAGS -D_GNU_SOURCE"}
-CXXFLAGS=${CXXFLAGS:="$CFLAGS"}
-CPPFLAGS=""
+CFLAGS="$BUILD_CFLAGS -Wall $PLATFORM_CFLAGS $CFLAGS"
+CXXFLAGS="$CFLAGS $CXXFLAGS"
+CPPFLAGS="-D_GNU_SOURCE"
 LIBS="$tar_LIBS $gringotts_LIBS"
 
 ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile data/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/scalable/Makefile data/pixmaps/Makefile data/sounds/Makefile"
Common subdirectories: osmo-0.2.8.orig/data and osmo-0.2.8/data
Common subdirectories: osmo-0.2.8.orig/m4 and osmo-0.2.8/m4
Common subdirectories: osmo-0.2.8.orig/po and osmo-0.2.8/po
Common subdirectories: osmo-0.2.8.orig/src and osmo-0.2.8/src


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/osmo/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	25 Nov 2008 09:56:34 -0000	1.6
+++ .cvsignore	2 Nov 2009 23:24:50 -0000	1.7
@@ -1 +1 @@
-osmo-0.2.4.tar.gz
+osmo-0.2.8.tar.gz


Index: osmo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/osmo/devel/osmo.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- osmo.spec	25 Jul 2009 21:00:41 -0000	1.14
+++ osmo.spec	2 Nov 2009 23:24:51 -0000	1.15
@@ -1,24 +1,25 @@
 Summary:	Personal organizer
 Summary(pl):	Osobisty organizer
 Name:		osmo
-Version:	0.2.4
-Release:	7%{?dist}
+Version:	0.2.8
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Productivity
-URL:		http://clay.ll.pl/osmo/
+URL:		http://clayo.org/osmo/
 Source0:	http://downloads.sourceforge.net/%{name}-pim/%{name}-%{version}.tar.gz
 
 Patch0:		%{name}-%{version}-configure.patch
-Patch1:		%{name}-%{version}-crash.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	hicolor-icon-theme
-Requires: 	tzdata
+Requires:	tzdata
+Requires:	xdg-utils
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 BuildRequires:	gtk2-devel
+BuildRequires:	gtkspell-devel
 BuildRequires:	libical-devel
 BuildRequires:	libgringotts-devel
 BuildRequires:	libnotify-devel
@@ -43,10 +44,10 @@ które użytkownik może zmienić, by pr
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-%configure --with-gringrotts --with-libical --with-libsyncml
+%configure --enable-backup=yes --enable-printing=yes \
+  --with-gringrotts --with-libical --with-libsyncml
 make %{?_smp_mflags}
 
 %install
@@ -59,8 +60,6 @@ make install INSTALL="%{__install} -p" D
 # icon
 mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png \
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
-mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \
-  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
 
 # Remove empty directory.
 rm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps/
@@ -96,13 +95,43 @@ fi
 %doc TRANSLATORS
 %{_bindir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
+%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
+%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_mandir}/man1/%{name}.1*
 
+%dir %{_datadir}/sounds/osmo
+%{_datadir}/sounds/osmo/alarm.wav
+
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Tue Nov 03 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.2.8-1
+- Version bump to 0.2.8. (Red Hat Bugzilla #512626)
+  * Encrypted data backup.
+  * Exporting tasks to iCal file.
+  * Text attributes are handled now in day notes editor.
+  * Default alarm sound for task reminder.
+  * Option to ignore weekend days in date calculator.
+  * Added new calendar marker for birthdays.
+  * Locale settings are used by default.
+  * Slightly improved iCal support.
+  * Unencrypted notes implemented.
+  * Calendar printing improvements.
+  * Spell checker support.
+  * Showing map location of selected contact using Google Maps.
+  * The order and width of columns is configurable.
+  * System tray support improvements.
+  * Many small improvements and fixes.
+  * Translation updates: ca, cs, de, el, es, fi, fr, it, jp, nl, pl, ru, sv,
+    tr and uk.
+  * http://clayo.org/osmo/ChangeLog
+- Fix for crash due to SIGABRT merged upstream.
+- Added 'Requires: xdg-utils' and 'BuildRequires: gtkspell-devel'.
+
+* Sat Jul 25 2009 Release Engineering <rel-eng at fedoraproject.org> - 0.2.4-7
+- Autorebuild for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Sun Apr 19 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.2.4-6
 - Fixed configure to ensure correct usage of CFLAGS and CPPFLAGS, and respect
@@ -124,6 +153,16 @@ fi
 
 * Mon Nov 24 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.2.4-1
 - Version bump to 0.2.4. (Red Hat Bugzilla #464484)
+  * Exporting calendar events to iCal file.
+  * Preliminary calendar and tasks list printing.
+  * Improved birthdays browser.
+  * Option to save data after every modification.
+  * Global notification command for tasks.
+  * Added --tinygui commandline option.
+  * Many bug fixes and enhancements.
+  * A temporary birthday logo.
+  * Translation updates: cs, de, es, fr, ja, nl, pl and tr.
+  * http://clayo.org/osmo/ChangeLog
 - Timezone information fix accepted by upstream.
 
 * Sun Jul 27 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.2.2-2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/osmo/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	25 Nov 2008 09:56:34 -0000	1.6
+++ sources	2 Nov 2009 23:24:51 -0000	1.7
@@ -1 +1 @@
-eca981d57e99fb18d55919d49a5dce9b  osmo-0.2.4.tar.gz
+7fa83efd27cd3ecc54e73f0ec4e91d81  osmo-0.2.8.tar.gz


--- osmo-0.2.4-configure.patch DELETED ---


--- osmo-0.2.4-crash.patch DELETED ---




More information about the fedora-extras-commits mailing list