From 81950dcc304de6f2e00c3c43e206d5052df5fa5c Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 Oct 2006 19:37:10 +0000 Subject: [PATCH 1/5] Initialize branch FC-6 for xfce4-minicmd-plugin --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..d5b6362 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +FC-6 From d4eadf9ef40160079c94ebf5c8ae02a7c86678df Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 28 Jan 2007 00:38:20 +0000 Subject: [PATCH 2/5] rebuild for Xfce 4.4 --- xfce4-minicmd-plugin.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xfce4-minicmd-plugin.spec b/xfce4-minicmd-plugin.spec index f3ff702..7d40898 100644 --- a/xfce4-minicmd-plugin.spec +++ b/xfce4-minicmd-plugin.spec @@ -1,17 +1,17 @@ Name: xfce4-minicmd-plugin Version: 0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mini command-line plugin for the Xfce panel Group: User Interface/Desktops License: GPL -URL: http://goodies.xfce.org/ +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel BuildRequires: perl(XML::Parser) -Requires: xfce4-panel >= 4.3.99.1 +Requires: xfce4-panel >= 4.3.99.2 %description A mini command-line plugin for the Xfce panel. You can execute programs by @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Sun Jan 28 2007 Christoph Wickert - 0.4-4 +- Rebuild for XFCE 4.4. + * Thu Oct 05 2006 Christoph Wickert - 0.4-3 - Bump release for devel checkin. From d9c7b24e0643639c7df7357c997e9e0ebd9c3004 Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sat, 28 Apr 2007 17:03:06 +0000 Subject: [PATCH 3/5] Rebuild for Xfce 4.4.1 --- xfce4-minicmd-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfce4-minicmd-plugin.spec b/xfce4-minicmd-plugin.spec index 7d40898..f24d389 100644 --- a/xfce4-minicmd-plugin.spec +++ b/xfce4-minicmd-plugin.spec @@ -1,6 +1,6 @@ Name: xfce4-minicmd-plugin Version: 0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mini command-line plugin for the Xfce panel Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel BuildRequires: perl(XML::Parser) -Requires: xfce4-panel >= 4.3.99.2 +Requires: xfce4-panel >= 4.4.0 %description A mini command-line plugin for the Xfce panel. You can execute programs by @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Sat Apr 28 2007 Christoph Wickert - 0.4-5 +- Rebuild for Xfce 4.4.1 + * Sun Jan 28 2007 Christoph Wickert - 0.4-4 - Rebuild for XFCE 4.4. From be5b65e3ae06405e2bf89c8d613f90e2f958254a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:31:27 +0000 Subject: [PATCH 4/5] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc6ffc7..5a4f1dd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xfce4-minicmd-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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From 9f85997ae6a3aa33872986fdefffa247bad86df2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:45:00 +0000 Subject: [PATCH 5/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 5a4f1dd..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-minicmd-plugin -# $Id$ -NAME := xfce4-minicmd-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/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6