Compare commits

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

8 commits

Author SHA1 Message Date
Fedora Release Engineering
c7cb1fe300 dist-git conversion 2010-07-29 13:40:31 +00:00
Bill Nottingham
677c81b3bb Fix typo that causes a failure to update the common directory. (releng #2781) 2009-11-26 01:12:39 +00:00
ad1891abea release 2.0.5-3 2008-11-16 07:08:19 +00:00
7ff1656307 release 2.0.5 2008-11-15 13:16:10 +00:00
d7dc765a4a Release 2.0.4 2008-02-21 13:44:35 +00:00
c7c605a42c Release 2.0.3-2 2007-11-19 09:16:10 +00:00
9ca3f0d630 Release 2.0.3-1 2007-11-19 08:56:53 +00:00
Toshio くらとみ
bc4ad201ae Initialize branch F-8 for yumex 2007-10-20 20:25:17 +00:00
5 changed files with 17 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-8

View file

@ -1 +1 @@
9816813e93495af22aa13a4df0c44ee2 yumex-2.0.2.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.2
Release: 1%{?dist}
Version: 2.0.5
Release: 3%{?dist}
Summary: Yum Extender graphical package management tool
Group: Applications/System
@ -68,6 +68,18 @@ 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
- fixed missing '\\n' in fr.po
* Mon Nov 19 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.3-1
- Release 2.0.3
* Fri Sep 28 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.2-1
- Release 2.0.2
* Wed Aug 22 2007 Tim Lauridsen <tla@rasmil.dk> - 2.0.1-1