Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
26efeebf49 dist-git conversion 2010-07-28 09:37:47 +00:00
Bill Nottingham
932e10926e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:26 +00:00
Vivek Shah
28bbd3d9bb - Updated to new upstream version
- Fixed gconf preun scriptlet
2009-11-18 18:09:36 +00:00
Jesse Keating
f80886161c Initialize branch F-10 for agave 2008-11-07 04:06:23 +00:00
6 changed files with 18 additions and 28 deletions

View file

@ -1 +0,0 @@
agave-0.4.2.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
agave-0.4.4.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: agave
# $Id$
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
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,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

View file

@ -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 <boni.vivek at gmail.com> - 0.4.4-1
- Updated to new upstream version
- Fixed gconf preun scriptlet
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.2-8
- fix conditional comparison

View file

@ -1 +1 @@
eb0801cc951c93f5a8fefb4b1c8afb09 agave-0.4.2.tar.bz2
376b4cfc4b63f3f42572207c84c9b182 agave-0.4.4.tar.bz2