Compare commits

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

32 commits

Author SHA1 Message Date
Till Maas
f0467a8cef 2016-07-06: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-07-06 22:11:05 +02:00
Fedora Release Engineering
30052804a5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:47:49 +00:00
Dennis Gilmore
98cec6291c - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:24:10 +00:00
Paulo Roma Cavalcanti
388b4d5f23 Updated to xpaint-2.9.10.3 2015-05-15 18:06:44 -03:00
Paulo Roma Cavalcanti
5e36300fa3 Updated to xpaint-2.9.10.3 2015-05-15 09:45:58 -03:00
2f352f3430 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:51:03 +00:00
Dennis Gilmore
fd3c554ae6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:44:34 -05:00
Paulo Roma Cavalcanti
3dda68b257 Updated to latest stable version, which requires libXaw3dXft. 2013-09-21 09:33:36 -03:00
Dennis Gilmore
07dc860a6b - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:08:35 -05:00
Dennis Gilmore
9182c0d476 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:02:01 -06:00
Adam Tkac
4857f91152 Rebuild due to "jpeg8-ABI" feature drop
Signed-off-by: Adam Tkac <atkac@redhat.com>
2013-01-21 18:07:08 +01:00
Adam Tkac
ca0332cf46 rebuild against new libjpeg
Signed-off-by: Adam Tkac <atkac@redhat.com>
2012-12-21 20:42:48 +01:00
Dennis Gilmore
a408b62e73 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 02:05:47 -05:00
f509e87175 rebuild (openjpeg) 2012-02-09 22:47:38 -06:00
Dennis Gilmore
747069de9a - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:15:51 -06:00
Paulo Roma Cavalcanti
9a8d7e1e20 Updated to 2.9.8.3 2011-11-15 11:27:50 -02:00
Dennis Gilmore
e93520cc38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 00:46:58 -06:00
aeecaf2d95 - rebuild (openjpeg) 2011-01-12 11:33:23 -06:00
Paulo Roma Cavalcanti
61ad3b6d4e Updated to latest version 2.9.8.1 2010-12-24 10:44:13 -02:00
Paulo Roma Cavalcanti
2b5993eeac Update to 2.9.8 for compiling with gcc 4.5 2010-11-07 19:29:27 -02:00
Paulo Roma Cavalcanti
e63b6f723a Update to 2.9.7 2010-11-06 08:51:24 -02:00
Paulo Roma Cavalcanti
80851b64c0 Update to lastest version 2.9.2 2010-08-04 08:41:08 -03:00
Fedora Release Engineering
2a7b04e7ac dist-git conversion 2010-07-29 16:09:48 +00:00
Paulo Roma Cavalcanti
79d7f0d1f3 update to 2.8.19 2010-04-21 15:51:46 +00:00
Paulo Roma Cavalcanti
9d4dd70417 Fixed the ImplicitDSOLinking 2010-02-14 01:53:36 +00:00
Paulo Roma Cavalcanti
019b4d4141 applied text-ctrlH-segfault.patch 2010-02-06 10:17:09 +00:00
Paulo Roma Cavalcanti
e470a88dad pdf import bug 2010-02-02 13:42:52 +00:00
Paulo Roma Cavalcanti
0b28ec71b1 Obsolete xpaint-devel 2010-01-30 09:26:49 +00:00
Paulo Roma Cavalcanti
fd07af4491 create debug package 2010-01-29 21:37:35 +00:00
Paulo Roma Cavalcanti
724cd88568 no emacs 2010-01-29 15:21:46 +00:00
Paulo Roma Cavalcanti
63c8428c68 xpaint updated to 2.8.7.3 2009-11-21 21:16:04 +00:00
Paulo Roma Cavalcanti
0e8038df52 Initial Fedora devel package. 2009-11-07 01:50:01 +00:00
4 changed files with 3 additions and 21 deletions

View file

View file

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

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-07-06: Retired orphaned package, because it was orphaned for
more than six weeks.

View file