Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
586be1199a dist-git conversion 2010-07-29 13:40:41 +00:00
Bill Nottingham
67b6dcc860 Fix typo that causes a failure to update the common directory. (releng #2781) 2009-11-26 01:12:40 +00:00
37e5053d0b release 2.0.5-3 2008-11-16 06:53:25 +00:00
9040ca3141 release 2.0.5 2008-11-15 13:13:52 +00:00
Jesse Keating
34ede6882b Initialize branch F-9 for yumex 2008-04-22 04:22:26 +00:00
5 changed files with 11 additions and 4 deletions

View file

View file

@ -4,7 +4,7 @@ NAME := yumex
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
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))

1
branch Normal file
View file

@ -0,0 +1 @@
F-9

View file

@ -1 +1 @@
42c4115bf3b136c98480300d47fb5a08 yumex-2.0.4.tar.gz
57686187efb6abe645b416f4b63d9c37 yumex-2.0.5.tar.gz

View file

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: yumex
Version: 2.0.4
Release: 1%{?dist}
Version: 2.0.5
Release: 3%{?dist}
Summary: Yum Extender graphical package management tool
Group: Applications/System
@ -68,6 +68,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/fedora-%{name}.desktop
%changelog
* Sun Nov 16 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.5-3
- bump release to make tag happy :(
* Sun Nov 16 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.5-2
- Forgot to change the version string :)
* Sat Nov 15 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.5-1
- Release 2.0.5
* Thu Feb 21 2008 Tim Lauridsen <tla@rasmil.dk> - 2.0.4-1
- Release 2.0.4
* Mon Nov 19 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.3-2