diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 9283a28..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xfce4-notes-plugin-1.7.2.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8090f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +xfce4-notes-plugin-1.7.6.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index afb0e5d..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/sources b/sources index 8f99fe1..c071175 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -054742ecc4bb83de6c1447b023938d3e xfce4-notes-plugin-1.7.2.tar.bz2 +a9fff3633f2d0b87f57f4aa93a8a3784 xfce4-notes-plugin-1.7.6.tar.bz2 diff --git a/xfce4-notes-plugin.spec b/xfce4-notes-plugin.spec index 59ecf92..2ef2549 100644 --- a/xfce4-notes-plugin.spec +++ b/xfce4-notes-plugin.spec @@ -1,5 +1,5 @@ Name: xfce4-notes-plugin -Version: 1.7.2 +Version: 1.7.6 Release: 1%{?dist} 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: unique-devel 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 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/scalable/apps/%{name}.svg %{_datadir}/xfce4/panel-plugins/*.desktop +%{_datadir}/%{name}/ %changelog +* Tue Mar 31 2010 Christoph Wickert - 1.7.6-1 +- Update to 1.7.6 +- Drop DSO linking patch, fixed upstream + +* Mon Mar 29 2010 Mar 27 2010 Christoph Wickert - 1.7.4-1 +- Update to 1.7.4 +- Use exo-open to open URLs (#577548) + +* Sat Mar 27 2010 Christoph Wickert - 1.7.3-1 +- Update to 1.7.3 + +* Wed Feb 17 2010 Christoph Wickert - 1.7.2-2 +- Add patch to fix DSO linking (#565043) + * Sun Dec 20 2009 Christoph Wickert - 1.7.2-1 - Update to 1.7.2 - New build dep: unique-devel