rpms/rednotebook/devel .cvsignore, 1.25, 1.26 rednotebook.spec, 1.28, 1.29 sources, 1.25, 1.26

Christoph Wickert cwickert at fedoraproject.org
Mon Feb 1 20:32:33 UTC 2010


Author: cwickert

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

Modified Files:
	.cvsignore rednotebook.spec sources 
Log Message:
* Mon Feb 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.2-1
- Update to 0.9.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rednotebook/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	18 Dec 2009 12:33:22 -0000	1.25
+++ .cvsignore	1 Feb 2010 20:32:32 -0000	1.26
@@ -1 +1 @@
-rednotebook-0.9.0.tar.gz
+rednotebook-0.9.2.tar.gz


Index: rednotebook.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rednotebook/devel/rednotebook.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- rednotebook.spec	18 Dec 2009 12:33:23 -0000	1.28
+++ rednotebook.spec	1 Feb 2010 20:32:32 -0000	1.29
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           rednotebook
-Version:        0.9.0
+Version:        0.9.2
 Release:        1%{?dist}
 Summary:        A desktop diary
 
@@ -18,6 +18,7 @@ BuildRequires:  desktop-file-utils
 
 Requires:       PyYAML
 Requires:       pygtk2
+Requires:       pywebkitgtk
 Requires:       gnome-python2-extras
 Requires:       hicolor-icon-theme
 
@@ -40,6 +41,11 @@ and does so in style.
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
+desktop-file-install                                    \
+    --add-category="Calendar"                           \
+    --delete-original                                   \
+    --dir=%{buildroot}%{_datadir}/applications          \
+    %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 
 %clean
@@ -73,6 +79,14 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Mon Feb 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.2-1
+- Update to 0.9.2
+
+* Sun Jan 10 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.1-1
+- Update to 0.9.1
+- Require pywebkitgtk for new print preview
+- Use desktop-file-install
+
 * Fri Dec 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.9.0-1
 - Update to 0.9.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rednotebook/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	18 Dec 2009 12:33:23 -0000	1.25
+++ sources	1 Feb 2010 20:32:33 -0000	1.26
@@ -1 +1 @@
-6ad198671f5a8654732ac18668c2366e  rednotebook-0.9.0.tar.gz
+38eeb35a2a3f4ea08058353e97937563  rednotebook-0.9.2.tar.gz



More information about the scm-commits mailing list