Quellcode durchsuchen

upgrade and bless for PLUS class

Ralf S. Engelschall vor 21 Jahren
Ursprung
Commit
32e96b8bc4
2 geänderte Dateien mit 23 neuen und 23 gelöschten Zeilen
  1. 20 20
      gconf/gconf.patch
  2. 3 3
      gconf/gconf.spec

+ 20 - 20
gconf/gconf.patch

@@ -1,24 +1,24 @@
 Index: backends/Makefile.in
---- backends/Makefile.in.orig	2004-04-19 14:11:07.000000000 +0200
-+++ backends/Makefile.in	2004-05-20 11:29:07.000000000 +0200
-@@ -189,7 +189,7 @@
- gconf_merge_tree_OBJECTS =  gconf-merge-tree.$(OBJEXT)
- gconf_merge_tree_DEPENDENCIES =  \
- $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la
--gconf_merge_tree_LDFLAGS = 
+--- backends/Makefile.in.orig	2004-09-14 21:36:46 +0200
++++ backends/Makefile.in	2004-10-11 14:23:31 +0200
+@@ -256,7 +256,7 @@
+ gconf_merge_tree_OBJECTS = $(am_gconf_merge_tree_OBJECTS)
+ gconf_merge_tree_DEPENDENCIES = \
+ 	$(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la
+-gconf_merge_tree_LDFLAGS =
 +gconf_merge_tree_LDFLAGS = -static
- xml_test_OBJECTS =  xml-cache.$(OBJEXT) xml-dir.$(OBJEXT) \
- xml-entry.$(OBJEXT) xml-backend.$(OBJEXT) xml-test.$(OBJEXT)
- xml_test_DEPENDENCIES =  \
+ am_xml_test_OBJECTS = xml-test.$(OBJEXT)
+ xml_test_OBJECTS = $(am_xml_test_OBJECTS)
+ xml_test_DEPENDENCIES = \
 Index: gconf/Makefile.in
---- gconf/Makefile.in.orig	2004-04-19 14:11:03.000000000 +0200
-+++ gconf/Makefile.in	2004-05-20 11:28:48.000000000 +0200
-@@ -221,7 +221,7 @@
- 
- gconftool_2_OBJECTS =  gconftool.$(OBJEXT)
- gconftool_2_DEPENDENCIES =  libgconf-$(MAJOR_VERSION).la
--gconftool_2_LDFLAGS = 
+--- gconf/Makefile.in.orig	2004-09-14 21:36:47 +0200
++++ gconf/Makefile.in	2004-10-11 14:23:43 +0200
+@@ -330,7 +330,7 @@
+ am_gconftool_2_OBJECTS = gconftool.$(OBJEXT)
+ gconftool_2_OBJECTS = $(am_gconftool_2_OBJECTS)
+ gconftool_2_DEPENDENCIES = libgconf-$(MAJOR_VERSION).la
+-gconftool_2_LDFLAGS =
 +gconftool_2_LDFLAGS = -static
- gconfd_2_OBJECTS =  gconf-database.$(OBJEXT) gconfd.$(OBJEXT)
- gconfd_2_DEPENDENCIES =  libgconf-$(MAJOR_VERSION).la
- gconfd_2_LDFLAGS = 
+ 
+ DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp

+ 3 - 3
gconf/gconf.spec

@@ -25,7 +25,7 @@
 
 #   package version
 %define       V_major 2.8
-%define       V_minor 0
+%define       V_minor 0.1
 
 #   package information
 Name:         gconf
@@ -34,11 +34,11 @@ URL:          http://www.gnome.org/projects/gconf/
 Vendor:       The GNOME Project
 Packager:     The OpenPKG Project
 Distribution: OpenPKG
-Class:        EVAL
+Class:        PLUS
 Group:        Database
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20041003
+Release:      20041011
 
 #   list of sources
 Source0:      ftp://ftp.gnome.org/pub/GNOME/sources/GConf/%{V_major}/GConf-%{version}.tar.bz2