Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
7baa670858 dist-git conversion 2010-07-29 15:45:53 +00:00
Christoph Wickert
57af6816b9 - Update to 1.7.6
- Drop DSO linking patch, fixed upstream
2010-03-31 00:21:13 +00:00
Christoph Wickert
3f82c28d67 obviously the DSO linkage problems are not fixed, although upstream said so 2010-03-29 21:54:13 +00:00
Christoph Wickert
cd9634e771 - Update to 1.7.4
- Use exo-open to open URLs (#577548)
- Drop patch for DSO linking problems, fixed upstream
2010-03-29 21:22:52 +00:00
Christoph Wickert
1caa156fc9 update source file 2010-03-27 13:20:24 +00:00
Christoph Wickert
41c45a27b2 - Update to 1.7.3 2010-03-27 13:00:44 +00:00
Christoph Wickert
72312ab998 - Add patch to fix DSO linking (#565043) 2010-02-17 09:55:40 +00:00
Jesse Keating
002a0e5dbb Initialize branch F-13 for xfce4-notes-plugin 2010-02-17 03:30:03 +00:00
5 changed files with 19 additions and 25 deletions

View file

@ -1 +0,0 @@
xfce4-notes-plugin-1.7.2.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-notes-plugin-1.7.6.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-notes-plugin
# $Id$
NAME := xfce4-notes-plugin
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
054742ecc4bb83de6c1447b023938d3e xfce4-notes-plugin-1.7.2.tar.bz2 a9fff3633f2d0b87f57f4aa93a8a3784 xfce4-notes-plugin-1.7.6.tar.bz2

View file

@ -1,5 +1,5 @@
Name: xfce4-notes-plugin Name: xfce4-notes-plugin
Version: 1.7.2 Version: 1.7.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Notes plugin for the Xfce panel Summary: Notes plugin for the Xfce panel
@ -13,7 +13,7 @@ BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0
BuildRequires: xfconf-devel >= 4.6.0 BuildRequires: xfconf-devel >= 4.6.0
BuildRequires: unique-devel BuildRequires: unique-devel
BuildRequires: gettext, intltool, desktop-file-utils BuildRequires: gettext, intltool, desktop-file-utils
Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0 Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0, exo
%description %description
This plugin provides sticky notes for your desktop. You can create a note by This plugin provides sticky notes for your desktop. You can create a note by
@ -72,9 +72,24 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/xfce4/panel-plugins/*.desktop %{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/%{name}/
%changelog %changelog
* Tue Mar 31 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.6-1
- Update to 1.7.6
- Drop DSO linking patch, fixed upstream
* Mon Mar 29 2010 Mar 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.4-1
- Update to 1.7.4
- Use exo-open to open URLs (#577548)
* Sat Mar 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.3-1
- Update to 1.7.3
* Wed Feb 17 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.2-2
- Add patch to fix DSO linking (#565043)
* Sun Dec 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.2-1 * Sun Dec 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.2-1
- Update to 1.7.2 - Update to 1.7.2
- New build dep: unique-devel - New build dep: unique-devel