Compare commits

...
This repository has been archived on 2026-09-10. 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.

40 commits

Author SHA1 Message Date
Michel Alexandre Salim
aab0307eb5 webkitgtk3 retired, doesn't build cleanly against webkitgtk4, no stable release for years and no dependents 2017-07-10 21:32:49 -07:00
Fedora Release Engineering
74c92266b0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 13:17:27 +00:00
Igor Gnatenko
48d69fedc3 Rebuild for readline 7.x
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 17:30:42 +01:00
Fedora Release Engineering
4ada103d58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 23:50:18 +00:00
Dennis Gilmore
69a50b222e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 00:36:53 +00:00
Till Maas
111dde6e9b Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:17:31 +01:00
4c56536be6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 01:57:09 +00:00
Dennis Gilmore
5c2f001bba - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:05:54 -05:00
Dennis Gilmore
2683953000 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 09:05:33 -05:00
Kalev Lember
65a59ea039 Drop an obsolete patch 2013-04-17 00:24:03 +02:00
Kalev Lember
0663708ab5 Update to 3.8.1 2013-04-17 00:20:37 +02:00
Richard Hughes
dd7c5f0459 Update to 3.8.0 2013-04-16 13:52:08 +01:00
Dennis Gilmore
a738b73ce1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 17:45:14 -06:00
Dennis Gilmore
9fca71750e - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 14:17:34 -05:00
Bill Nottingham
9c66540030 Fix conditional for other derived distributions. 2012-03-02 11:21:13 -05:00
Dennis Gilmore
dddf0d1f2a - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 21:44:28 -06:00
Marcela Mašláňová
7728888de1 rebuild with new gmp without compat lib 2011-10-26 15:33:07 +02:00
Marcela Mašláňová
336c41ec0d rebuild with new gmp 2011-10-12 10:54:06 +02:00
Ray Strode
a9971d6c51 Drop upstream patches 2011-09-28 15:45:19 -04:00
Ray Strode
f247d68ab0 Update to 3.2.0 2011-09-27 13:01:16 -04:00
c38f664d26 add paramspec patch 2011-08-08 13:26:56 +02:00
2a78f6191f Multilib fix: Seed.js now searches both lib64 and lib directories
Documentation subpackage no longer depends on gtk-doc (# 707571)
2011-08-08 13:19:59 +02:00
e1ca5df3db Update to 3.1.1 2011-07-31 18:31:48 +02:00
Christopher Aillon
64dc0daec6 3.0.0 2011-04-03 21:56:37 -07:00
Matthias Clasen
fc601f82ce 2.91.90 2011-02-22 22:31:18 -05:00
Matthias Clasen
f75f70135c rebuild 2011-02-11 08:49:10 -05:00
Dennis Gilmore
3c3864a154 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 07:03:33 -06:00
Matthias Clasen
2c96f4b3b4 rebuild 2011-02-02 14:48:55 -05:00
Matthias Clasen
3515f341a2 rebuild 2011-01-09 22:40:23 -05:00
Matthias Clasen
1b8bac153f rebuild 2010-12-03 16:48:06 -05:00
f527426bb8 - Only build against GTK+ 3.0 on Fedora > 14 2010-11-05 01:16:23 +01:00
Colin Walters
a33873af97 - New upstream version 2010-09-29 14:46:02 -04:00
Fedora Release Engineering
8aaffb2ed6 dist-git conversion 2010-07-29 12:20:25 +00:00
a69a6ac8f4 try again 2010-07-16 01:17:36 +00:00
e30e2b68ec try again 2010-07-16 01:01:36 +00:00
0b8f7f0bcb 2.31.5 2010-07-15 23:34:27 +00:00
742e8dbfe7 - Rebuild against new gobject-introspection 2010-07-12 19:03:11 +00:00
e9cff99e60 Temporary fix until upstream configure is regenerated against new webkitgtk 2010-07-04 22:59:37 +00:00
881a154f16 - Rebuild for webkitgtk soname change 2010-07-04 22:42:54 +00:00
748ee8ec3d - Update to 2.31.1 2010-06-22 19:07:59 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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

1
dead.package Normal file
View file

@ -0,0 +1 @@
webkitgtk3 retired, doesn't build cleanly against webkitgtk4, no stable release for years and no dependents

View file