Changeset from: scop
Update of /cvs/extras/rpms/qa-assistant/devel In directory cvs.fedora.redhat.com:/tmp/cvs-serv30147/devel
Modified Files: .cvsignore qa-assistant.spec sources Log Message: Sync with fedora.us 0.4.1-0.fdr.1.
Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qa-assistant/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:16:16 -0000 1.2 +++ .cvsignore 29 Nov 2004 19:11:46 -0000 1.3 @@ -1 +1,2 @@ qa-assistant-0.4.tar.bz2 +qa-assistant-0.4.1.tar.bz2
Index: qa-assistant.spec =================================================================== RCS file: /cvs/extras/rpms/qa-assistant/devel/qa-assistant.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qa-assistant.spec 8 Nov 2004 05:16:16 -0000 1.1 +++ qa-assistant.spec 29 Nov 2004 19:11:46 -0000 1.2 @@ -1,10 +1,10 @@ %define pyver %(%{__python} -c "import sys; print sys.version[:3]") %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - + Name: qa-assistant -Version: 0.4 -Release: 0.fdr.3.2 +Version: 0.4.1 +Release: 1 Epoch: 0 Summary: Graphical quality assurance report generator Group: Development/Tools @@ -19,10 +19,10 @@ BuildRequires: desktop-file-utils # Needed to get xmlcatalog BuildRequires: libxml2 -BuildRequires: pygtk2-devel >= 0:2.2.0 +BuildRequires: pygtk2-devel >= 0:2.2.0 BuildRequires: pkgconfig -BuildRequires: gtk2-devel -BuildRequires: gnome-python2 +BuildRequires: gtk2-devel +BuildRequires: gnome-python2 # Additional Python 2.2 requirement #BuildRequires: python-optik #Requires: python-optik @@ -121,8 +121,11 @@ %{_datadir}/xml/%{name}
%changelog +* Sat Oct 16 2004 Toshio Kuratomi toshio@tiki-lounge.com - 0:0.4.1-1 +- Update to version 0.4.1 + * Sun Aug 8 2004 Toshio Kuratomi <toshio{here}tiki-lounge.com> - 0:0.4-0.fdr.3 - Substitute macros for file paths in the install/uninstall scriptlets - + * Tue Apr 20 2004 Toshio Kuratomi <toshio[in]tiki-lounge.com> - 0:0.4-0.fdr.2 - Initial Fedora Release.
Index: sources =================================================================== RCS file: /cvs/extras/rpms/qa-assistant/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:16:16 -0000 1.2 +++ sources 29 Nov 2004 19:11:46 -0000 1.3 @@ -1 +1 @@ -6ee902f3465d65fc967228541fc03408 qa-assistant-0.4.tar.bz2 +29026d82f523f1b33f593bd7af66b012 qa-assistant-0.4.1.tar.bz2
scm-commits@lists.fedoraproject.org