From f80886161c30e56fd532055ede35a2318ccfa757 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:06:23 +0000 Subject: [PATCH 1/4] Initialize branch F-10 for agave --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 28bbd3d9bb527a2a03e3228b66b89380c5dabebe Mon Sep 17 00:00:00 2001 From: Vivek Shah Date: Wed, 18 Nov 2009 18:09:36 +0000 Subject: [PATCH 2/4] - Updated to new upstream version - Fixed gconf preun scriptlet --- .cvsignore | 2 +- agave-gcc43.patch | 5 ++--- agave.spec | 16 ++++++++++++++-- sources | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0c76be0..65c2c21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -agave-0.4.2.tar.bz2 +agave-0.4.4.tar.bz2 diff --git a/agave-gcc43.patch b/agave-gcc43.patch index 9f23771..ea6edf1 100644 --- a/agave-gcc43.patch +++ b/agave-gcc43.patch @@ -1,6 +1,5 @@ -diff -up agave-0.4.2/src/paletteparser/palette.h.gcc43 agave-0.4.2/src/paletteparser/palette.h ---- agave-0.4.2/src/paletteparser/palette.h.gcc43 2008-03-27 11:19:26.000000000 -0400 -+++ agave-0.4.2/src/paletteparser/palette.h 2008-03-27 11:37:55.000000000 -0400 +--- agave-0.4.4/src/paletteparser/palette.h.gcc43 2009-11-18 21:22:41.778134993 +0530 ++++ agave-0.4.4/src/paletteparser/palette.h 2009-11-18 21:23:15.044136768 +0530 @@ -26,6 +26,7 @@ #ifndef __PP_PALETTE_H #define __PP_PALETTE_H diff --git a/agave.spec b/agave.spec index c0f2cc4..6f262bb 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave -Version: 0.4.2 -Release: 8%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -97,6 +97,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi # Scrollkeeper scrollkeeper-update -q || : + +%preun # GConf if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` @@ -121,6 +123,16 @@ fi %changelog +* Wed Nov 18 2009 Vivek Shah - 0.4.4-1 +- Updated to new upstream version +- Fixed gconf preun scriptlet + +* Fri Jul 24 2009 Fedora Release Engineering - 0.4.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Feb 23 2009 Fedora Release Engineering - 0.4.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Jul 7 2008 Tom "spot" Callaway - 0.4.2-8 - fix conditional comparison diff --git a/sources b/sources index 4ee9dba..b09b1fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb0801cc951c93f5a8fefb4b1c8afb09 agave-0.4.2.tar.bz2 +376b4cfc4b63f3f42572207c84c9b182 agave-0.4.4.tar.bz2 From 932e10926ec3090ca41bc94cb7c153dd53eea807 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:26 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 03b48b1..6364b0f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: agave -# $Id$ +# $Id: Makefile,v 1.1 2006/07/23 15:42:19 abompard Exp $ NAME := agave 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 26efeebf49f73a38219c1c1fd80d0d37d53ba64f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:37:47 +0000 Subject: [PATCH 4/4] 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 6364b0f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: agave -# $Id: Makefile,v 1.1 2006/07/23 15:42:19 abompard Exp $ -NAME := agave -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 dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10