Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
a507240ad5 dist-git conversion 2010-07-29 15:49:34 +00:00
Bill Nottingham
6aa2ed6b3f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:44 +00:00
81f33d133d Update to 4.6.1 2009-04-20 17:48:05 +00:00
Jesse Keating
28bc406029 Initialize branch F-11 for xfconf 2009-04-15 06:04:31 +00:00
6 changed files with 7 additions and 26 deletions

View file

@ -1 +0,0 @@
xfconf-4.6.0.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfconf-4.6.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfconf
# $Id$
NAME := xfconf
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 +0,0 @@
xfconf-4_5_92-4_fc11:HEAD:xfconf-4.5.92-4.fc11.src.rpm:1231811349

View file

@ -1 +1 @@
38595f78379eb1f456e97b393fdafd20 xfconf-4.6.0.tar.bz2
d4d3018767ea9eb4b57cc57d4038023b xfconf-4.6.1.tar.bz2

View file

@ -1,6 +1,6 @@
Name: xfconf
Version: 4.6.0
Release: 2%{?dist}
Version: 4.6.1
Release: 1%{?dist}
Summary: Hierarchical configuration system for Xfce
Group: System Environment/Base
@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
- Update to 4.6.1
* Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
- Fix directory ownership problems
- Move gtk-doc into devel package and mark it %%doc