From d9ead98fdb2311b3f30f70ff813d2113c4536e28 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 30 Sep 2009 16:07:17 +0000 Subject: [PATCH 01/32] Release 2.9.2-1 --- sources | 2 +- yumex.spec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sources b/sources index da075c3..3916cf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -169a7878aa2e739bc440be0828cd1cba yumex-2.9.1.tar.gz +1f8e57ab09c54611945c5d0fea476d82 yumex-2.9.2.tar.gz diff --git a/yumex.spec b/yumex.spec index 28f2129..c37f74c 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.1 +Version: 2.9.2 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -73,7 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog -* Fri Sep 18 2009 Tim Lauridsen - 2.9.0-1 +* Wed Sep 30 2009 Tim Lauridsen - 2.9.2-1 +- bumped version to 2.9.2-1 +* Fri Sep 18 2009 Tim Lauridsen - 2.9.1-1 - bumped version to 2.9.1-1 * Sun Aug 30 2009 Tim Lauridsen - 2.9.0-1 - bumped version to 2.9.0-1 From 63cbac5873f9f5708f428e103b00e3e5521e9d7a Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 11 Oct 2009 08:52:52 +0000 Subject: [PATCH 02/32] Release 2.9.3 --- fix-python26-syntax-errors.patch | 68 -------------------------------- sources | 2 +- yumex.spec | 2 +- 3 files changed, 2 insertions(+), 70 deletions(-) delete mode 100644 fix-python26-syntax-errors.patch diff --git a/fix-python26-syntax-errors.patch b/fix-python26-syntax-errors.patch deleted file mode 100644 index 138bad7..0000000 --- a/fix-python26-syntax-errors.patch +++ /dev/null @@ -1,68 +0,0 @@ -From 81891e5ec8b597bd04189c6493dfa3c1c0115883 Mon Sep 17 00:00:00 2001 -From: tla@dk.ibm.com -Date: Tue, 9 Dec 2008 13:04:50 +0100 -Subject: [PATCH] update yumex to require yum-3.2.x and removed some yum-3.0 compability code, there is making syntax errors in python-2.6 - ---- - src/yumapi.py | 12 ++---------- - yumex.spec | 6 ++++-- - 2 files changed, 6 insertions(+), 12 deletions(-) - -diff --git a/src/yumapi.py b/src/yumapi.py -index f270228..6ae87cd 100644 ---- a/src/yumapi.py -+++ b/src/yumapi.py -@@ -441,17 +441,9 @@ class YumexYumHandler(yum.YumBase,YumexPackages): - def doSackSetup(self): - yum.YumBase.doSackSetup(self) - if self.settings.filelist: -- # Make it work with yum 3.0 -- if yum.__version__ < '3.2': -- self.repos.populateSack(with='filelists') -- else: -- self.repos.populateSack(mdtype='filelists') -+ self.repos.populateSack(mdtype='filelists') - if self.settings.changelog: -- # Make it work with yum 3.0 -- if yum.__version__ < '3.2': -- self.repos.populateSack(with='otherdata') -- else: -- self.repos.populateSack(mdtype='otherdata') -+ self.repos.populateSack(mdtype='otherdata') - - - def gpgsigcheck(self, pkgs): -diff --git a/yumex.spec b/yumex.spec -index 78aa152..16844aa 100755 ---- a/yumex.spec -+++ b/yumex.spec -@@ -2,7 +2,7 @@ - - Name: yumex - Version: 2.0.5 --Release: 1%{?dist} -+Release: 2%{?dist} - Summary: Yum Extender graphical package management tool - - Group: Applications/System -@@ -18,7 +18,7 @@ BuildRequires: gettext - BuildRequires: intltool - - --Requires: yum >= 3.0 -+Requires: yum >= 3.2 - Requires: pygtk2 - Requires: usermode - Requires: pygtk2-libglade -@@ -68,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT - %{_datadir}/applications/fedora-%{name}.desktop - - %changelog -+* Tue Dec 9 2008 Tim Lauridsen - 2.0.5-2 -+- Update Requires: yum to 3.2 - * Sat Nov 15 2008 Tim Lauridsen - 2.0.5-1 - - Release 2.0.5 - * Thu Feb 21 2008 Tim Lauridsen - 2.0.4-1 --- -1.5.6.5 - diff --git a/sources b/sources index 3916cf9..3834397 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f8e57ab09c54611945c5d0fea476d82 yumex-2.9.2.tar.gz +c029a91e507d2e1ff16e5d1ad13ff742 yumex-2.9.3.tar.gz diff --git a/yumex.spec b/yumex.spec index c37f74c..f43b2b4 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.2 +Version: 2.9.3 Release: 1%{?dist} Summary: Yum Extender graphical package management tool From f882ba98be732008320ac503134980cc695f3676 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sat, 7 Nov 2009 07:39:47 +0000 Subject: [PATCH 03/32] Release 2.9.4-1 --- sources | 2 +- yumex.spec | 339 +---------------------------------------------------- 2 files changed, 7 insertions(+), 334 deletions(-) diff --git a/sources b/sources index 3834397..e214bfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c029a91e507d2e1ff16e5d1ad13ff742 yumex-2.9.3.tar.gz +7f31710de52b24d7b853f3ad577f1cd4 yumex-2.9.4.tar.gz diff --git a/yumex.spec b/yumex.spec index f43b2b4..38e4cc2 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.3 +Version: 2.9.4 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -73,6 +73,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 +- bumped version to 2.9.4-1 +- truncated rpm changelog to 2.9.x releases +* Sun Oct 11 2009 Tim Lauridsen - 2.9.3-1 +- bumped version to 2.9.3-1 * Wed Sep 30 2009 Tim Lauridsen - 2.9.2-1 - bumped version to 2.9.2-1 * Fri Sep 18 2009 Tim Lauridsen - 2.9.1-1 @@ -107,335 +112,3 @@ rm -rf $RPM_BUILD_ROOT - bumped version to 2.9.0-0.2.pre * Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.1.pre - bumped version to 2.9.0-0.1.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.1.0-0.2.pre -- Added guihelpers to %%files -* Fri Oct 24 2008 Tim Lauridsen - 2.1.0-0.1.pre -- bumped version to 2.1.0-0.1.pre -- added pexpect & python-enum requires. -- added yumex* python modules to %%files -* Thu Feb 21 2008 Tim Lauridsen - 2.0.4-1 -- Release 2.0.4 -* Mon Nov 19 2007 Tim Lauridsen - 2.0.3-2 -- fixed missing '\\n' in fr.po -* Mon Nov 19 2007 Tim Lauridsen - 2.0.3-1 -- Release 2.0.3 -* Fri Sep 28 2007 Tim Lauridsen - 2.0.2-1 -- Release 2.0.2 -* Wed Aug 22 2007 Tim Lauridsen - 2.0.1-1 -- Release 2.0.1 -* Thu Aug 16 2007 Tim Lauridsen - 2.0-1 -- Release 2.0 GA -- Updated license tag to apply to Fedora guidelines. -* Sun Jul 8 2007 Tim Lauridsen - 1.9.11-1 -- Development Release 1.9.11-1 -* Sun Jul 8 2007 Tim Lauridsen - 1.9.10-2.0 -- Development Release 1.9.10-2.0 -* Sat Jul 7 2007 Tim Lauridsen - 1.9.10-1.0 -- Development Release 1.9.10-1.0 -* Tue Jun 12 2007 Tim Lauridsen - 1.9.9-1.0 -- Development Release 1.9.9-1.0 -* Mon Jun 4 2007 Tim Lauridsen - 1.9.8-2.0 -- Development Release 1.9.8-2.0 -- Forgot to update changelog -* Mon Jun 4 2007 Tim Lauridsen - 1.9.8-1.0 -- Development Release 1.9.8-1.0 -* Tue May 29 2007 Tim Lauridsen - 1.9.7-1.0 -- Development Release 1.9.7-1.0 -* Tue Apr 17 2007 Tim Lauridsen - 1.9.6-1.0 -- Development Release 1.9.6-1.0 -* Mon Mar 20 2007 Tim Lauridsen - 1.9.5-1.0 -- Development Release 1.9.5-1.0 -* Mon Mar 19 2007 Tim Lauridsen - 1.9.4-1.0 -- Development Release 1.9.4-1.0 -* Fri Feb 16 2007 Tim Lauridsen - 1.9.3-1.0 -- Development Release 1.9.3-1.0 -* Tue Jan 30 2007 Tim Lauridsen - 1.9.2-1.1 -- Development Release 1.9.2-1.1 -* Mon Jan 29 2007 Tim Lauridsen - 1.9.2-1.0 -- Development Release 1.9.2-1.0 -* Mon Jan 8 2007 Tim Lauridsen - 1.9.2-0.1.pre1 -- Development Release 1.9.2-0.1.pre1 -* Sun Jan 7 2007 Tim Lauridsen - 1.9.1-1.0 -- Development Release 1.9.1-1.0 -* Fri Dec 22 2006 Tim Lauridsen - 1.9.1-0.1.pre1 -- Development Release 1.9.1-0.1.pre1 -* Fri Dec 22 2006 Tim Lauridsen - 1.9.0-1.2 -- Updated SOURCE url to the right place -- fixed rpmlint errors: macros in changelog. -* Wed Dec 18 2006 Tim Lauridsen - 1.9.0-1.1 -- Updated urls to new yumex homepage -- using %%{python_sitearch} macro insted of hardcode path -* Wed Dec 18 2006 Tim Lauridsen - 1.9.0-1.0 -- Development Release 1.9.0-1.0 -* Wed Nov 22 2006 Tim Lauridsen - 1.9.0-0.1.pre2 -- Development Release 1.9.0-0.1.pre2 -* Wed Oct 25 2006 Tim Lauridsen - 1.9.0-0.1.pre1 -- Development Release 1.9.0-0.1.pre1 -* Wed Oct 25 2006 Tim Lauridsen - 1.1.7-1.0 -- Development Release 1.1.7-1.0 -* Wed Oct 25 2006 Tim Lauridsen - 1.1.6-1.0 -- Development Release 1.1.6-1.0 -* Sun Oct 22 2006 Tim Lauridsen - 1.1.5-2.0 -- bumped release for new build -* Sun Oct 22 2006 Tim Lauridsen - 1.1.5-1.0 -- Development Release 1.1.5-1.0 -* Mon Oct 9 2006 Tim Lauridsen - 1.1.4-2.0 -- Development Release 1.1.4-2.0 -- Updated Requires: yum >= 3.0.0 to yum >= 3.0 -* Sat Oct 7 2006 Tim Lauridsen - 1.1.4-1.0 -- Development Release 1.1.4-1.0 -- Updated Requires: yum >= 2.9.6 to yum >= 3.0.0 -* Wed Sep 6 2006 Tim Lauridsen - 1.1.3-1.0 -- Development Release 1.1.3-1.0 -- Updated Requires: yum >= 2.9.5 to yum >= 2.9.6 -* Fri Aug 25 2006 Tim Lauridsen - 1.1.2-1.0 -- Development Release 1.1.2-1.0 -- Updated Requires: yum >= 2.9.3 to yum >= 2.9.5 -* Thu Aug 17 2006 Tim Lauridsen - 1.1.1-1.0 -- Development Release 1.1.1-1.0 -* Wed Aug 16 2006 Tim Lauridsen - 1.1.1-0.3.pre3 -- Development Release 1.1.1-0.3.pre3 -* Fri Aug 11 2006 Tim Lauridsen - 1.1.1-0.2.pre2 -- Development Release 1.1.1-0.2.pre2 -* Thu Aug 10 2006 Tim Lauridsen - 1.1.1-0.1.pre1 -- Development Release 1.1.1-0.1.pre1 -- Updated yum >= 2.9 to yum >= 2.9.3 -* Mon Jun 19 2006 Tim Lauridsen - 1.1.0-2.0 -- BuildRequires: intltool -* Wed May 3 2006 Tim Lauridsen - 1.1.0-1.0 -- Development Release 1.1.0-1.0 -- Requires: yum >= 2.9 (Because of yum API Changes) -* Fri Apr 21 2006 Tim Lauridsen - 1.0.0-1.0 -- Release 1.0.0-1.0 -* Fri Apr 21 2006 Tim Lauridsen - 0.99.17-1.0 -- Development Release 0.99.17-1.0 -* Thu Mar 30 2006 Tim Lauridsen - 0.99.16-1.0 -- Development Release 0.99.16-1.0 -* Wed Mar 22 2006 Tim Lauridsen - 0.99.15-1.0 -- Development Release 0.99.15-1.0 -* Mon Mar 20 2006 Tim Lauridsen - 0.99.14-1.0 -- Development Release 0.99.14-1.0 -* Mon Mar 13 2006 Tim Lauridsen - 0.99.13-1.0 -- Development Release 0.99.13-1.0 -* Mon Mar 13 2006 Tim Lauridsen - 0.99.12-1.0 -- Development Release 0.99.12-1.0 -- Added '-q' option to %%setup -* Tue Feb 28 2006 Tim Lauridsen - 0.99.11-1.0 -- Development Release 0.99.11-1.0 -* Tue Feb 15 2006 Tim Lauridsen - 0.99.10-1.0 -- Development Release 0.99.10-1.0 -* Tue Feb 14 2006 Tim Lauridsen - 0.99.9-1.0 -- Development Release 0.99.9-1.0 -* Tue Feb 14 2006 Tim Lauridsen - 0.99.8-1.0 -- Development Release 0.99.8-1.0 -* Thu Feb 09 2006 Tim Lauridsen - 0.99.7-1.0 -- Development Release 0.99.7-1.0 -* Thu Feb 09 2006 Tim Lauridsen - 0.99.6-2.0 -- Development Release 0.99.6-2.0 -- Requires: yum from 2.5 to 2.4 -* Thu Feb 09 2006 Tim Lauridsen - 0.99.5-1.0 -- Development Release 0.99.5-1.0 -* Sun Feb 05 2006 Tim Lauridsen - 0.99.4-1.0 -- Development Release 0.99.4-1.0 -* Thu Jan 26 2006 Tim Lauridsen - 0.99.3-1.0 -- Development Release 0.99.3-1.0 -* Wed Jan 25 2006 Tim Lauridsen - 0.99.2-1.0 -- Development Release 0.99.2-1.0 -* Tue Jan 24 2006 Tim Lauridsen - 0.99.1-1.0 -- Development Release 0.99.1-1.0 -- Changed versioning from X.Y to X.Y.Z -- Remove build_v -- Removed build_v from source0 -- Added /usr/lib/python?.?/site-packages/yumex to %%files -- Added /usr/lib/python?.?/site-packages/yumgui to %%files -* Fri Jan 6 2006 Tim Lauridsen - 0.45-2.0 -- Development Release 0.45-2.0 -- Lot of changes, check the changelog. -* Tue Dec 20 2005 Tim Lauridsen - 0.45-1.0 -- Development Release 0.45-1.0 -- Changed to work with yum 2.5.0 -- Requires: yum >= 2.5 -- Same features as 0.44-1.0, but uses yum 2.5.0 API -* Thu Dec 15 2005 Tim Lauridsen - 0.44-1.0 -- Public Release 0.44-1.0 -* Sun Dec 11 2005 Tim Lauridsen - 0.43-10.0 -- Release 0.43-10.0 -* Sat Dec 10 2005 Tim Lauridsen - 0.43-9.0 -- Release 0.43-9.0 -* Wed Nov 23 2005 Tim Lauridsen - 0.43-8.0 -- Release 0.43-8.0 -* Wed Nov 23 2005 Tim Lauridsen - 0.43-7.0 -- Release 0.43-7.0 -* Fri Nov 18 2005 Tim Lauridsen - 0.43-6.0 -- Release 0.43-6.0 -* Thu Nov 17 2005 Tim Lauridsen - 0.43-5.0 -- Release 0.43-5.0 -* Wed Nov 16 2005 Tim Lauridsen - 0.43-4.0 -- Release 0.43-4.0 -* Thu Nov 8 2005 Tim Lauridsen - 0.43-3.0 -- Release 0.43-3.0 -* Thu Nov 7 2005 Tim Lauridsen - 0.43-2.0 -- Release 0.43-2.0 -* Thu Nov 7 2005 Tim Lauridsen - 0.43-1.0 -- Release 0.43-1.0 -- Lot of changes, check the ChangeLog -* Thu Oct 13 2005 Tim Lauridsen - 0.42-8.0 -- Release 0.42-8.0 -* Thu Oct 13 2005 Tim Lauridsen - 0.42-7.0 -- Release 0.42-7.0 -- Changed Requires: yum to >= 2.4 -- Fixed exclude list, now it works again. -- Add a Gnome HIG compliance patches (Thanks to Dennis Cranston) -- Fixed bug when creating new repos on repo page. -- Added new icon (Thanks to Dennis Cranston) -* Thu Oct 6 2005 Tim Lauridsen - 0.42-6.0 -- Release 0.42-6.0 -- added MATSUURA Takanori's menu keyboard navigation patch -- added Japanese translation (Thanks to MATSUURA Takanori) -- disabled yum plugins in yumex. (Bugzilla #168595) -- fixed wrong space chars in french translation (Bugzilla #167881) -* Sat Sep 3 2005 Tim Lauridsen - 0.42-5.0 -- Release 0.42-5.0 -* Tue Aug 30 2005 Tim Lauridsen - 0.42-4.0 -- Release 0.42-4.0 -- Fixed delete repo on repos page. (Rightclick + Delete now working) -- Fixed UTF-8 bugs, when strings are encoded with iso-8859-1. -* Sat Aug 20 2005 Tim Lauridsen - 0.42-3.0 -- Release 0.42-3.0 -- Fixed Dependencies not resolved bug. -* Wed Aug 17 2005 Tim Lauridsen - 0.42-2.0 -- Release 0.42-2.0 -- Fixed TypeError in yumexBase.errorlog in yumbase.py - - -* Wed Aug 17 2005 Tim Lauridsen - 0.42-1.0 -- Release 0.42 -- Added Requires: pygtk2-libglade (Bugzilla 163439) -- A lot of changes and new features, check Changelog for details. -* Tue Jun 21 2005 Michael A. Peters - 0.40-5.1 -- removed unnecessary [ "$RPM_BUILD_ROOT" != "/" ] checks -- commented out python-abi check - automatic in fc4 -- added gettext BuildRequires -- removed --add-category X-Red-Hat-Base - -* Mon Jun 20 2005 Tim Lauridsen 0.40-4.2 -- updated build_v to 4.2 & release to 4.2, They have to match -* Mon Jun 20 2005 Michael A. Peters - 0.40-4.1 -- added build_v macro -- change {release} in Source0 to %%{build_v} so it would properly expand when -- {?dist} is defined - -* Mon Jun 20 2005 Tim Lauridsen 0.40-4 -- Add Release to source tar.gz -- Changed Source0 URL -- Fixed absolut link in Makefile (consolehelper) -- Updated Release in yumex.py -- Update archive section in Makefile to include release in tar.gz. -* Sun Jun 19 2005 Tim Lauridsen 0.40-3 -- Moved yumex.profiles.conf back to /etc. -- Added Fedora repos to yumex.repos.conf. -- Added full URL to Source0. -- Added Requires: usermode. -- Fixed files section. - -* Sat Jun 18 2005 Tim Lauridsen -- added yumex.repos.conf again, it is used at a template for creating .repo files by - the yumex repo installer, it is not used at a yum.conf replacement. -- moved yumex.profiles.conf & yumex.repos.conf from /etc to /usr/share/yumex. -- clean out the yumex.repos.conf, because it contains links to grayzone stuff. -* Fri Jun 17 2005 Matthew Miller - 0.40-2 -- clean up formatting of rpm header lines to match typical FE packages -- remove some rpm-howto/template comments -- don't need to go deleting the buildroot quite so often -- put some whitespace in the changelog to stop my eyes from bleeding ;) -- move to group Applications/System to match system-config-packages -- find_lang instead of listing datadir/locale in files -- buildrequires python-devel, not just plain python -- requires python-abi magicstuff -- remove echo statements from post scriptlet -- rpm should be quiet - except in emergencies -- actually, remove that entirely -- instead, put the default config file - in place as config(noreplace) -- add ChangeLog as doc file -- remove COPYING from the installed tree; add as doc file -- list more files explicitly instead of using wildcards -- more work, but - safer -- install .desktop file with desktop-file-install -- default permissions are right for .desktop file -- not listing separately -- add symlink for consolehelper -- remove yumex.repos.conf -- use regular /etc/yum.repos.d repos instead - (and, the default ones contain several not-safe-for-fedora repos) - -* Wed Jun 15 2005 Tim Lauridsen -- 0.40-01 FC4 release Build - -* Mon May 17 2005 Tim Lauridsen -- 0.39-03 FC4 prerelease Build - -* Thu May 13 2005 Tim Lauridsen -- 0.39-02 FC4 prerelease Build - -* Thu Apr 28 2005 Tim Lauridsen -- 0.39-01 First FC4 prerelease Build - -* Mon Apr 11 2005 Tim Lauridsen -- 0.34-01 Release Build - -* Wed Apr 06 2005 Tim Lauridsen -- 0.33-03 - -* Thu Mar 31 2005 Tim Lauridsen -- Ver 0.33-02 -- No Requires : yum >= 2.2.0 -- Removed gpgkey installation, yum 2.2.0 can handle this - -* Tue Mar 29 2005 Tim Lauridsen -- Ver 0.33-01 -- Now using make to do the real stuff. - -* Fri Mar 4 2005 Tim Lauridsen -- Ver 0.32-5 -- Changed post install to only install i yumex.conf if it not exists. - -* Wed Mar 2 2005 Tim Lauridsen -- Ver 0.32-2 - -* Thu Feb 24 2005 Tim Lauridsen -- Ver 0.32-1 - -* Fri Feb 11 2005 Tim Lauridsen -- Ver 0.31-1 -- Release 0.31 - -* Tue Jan 25 2005 Tim Lauridsen -- Ver 0.30-2 -- fixed error printing emtpy string (yum info package) - -* Tue Jan 25 2005 Tim Lauridsen -- Ver 0.30-1 -- Added GPL License (COPYING) to package -- Added automatic refresh at program start. - -* Sat Jan 22 2005 Tim Lauridsen -- Ver 0.30 Build - -* Wed Dec 22 2004 Tim Lauridsen -- fixed problem with no repos in yum.conf - -* Mon Dec 20 2004 Tim Lauridsen -- Ver 0.23 RPM Build - -* Sun Dec 19 2004 Tim Lauridsen -- Changed permission flags on non execution files (755 -> 644) - -* Tue Dec 13 2004 Tim Lauridsen -- Ver 0.22 RPM Build - -* Tue Dec 7 2004 Tim Lauridsen -- Ver 0.21 RPM Build - -* Tue Nov 30 2004 Tim Lauridsen -- Ver 0.20 RPM Build - -* Wed Nov 24 2004 Tim Lauridsen -- Initial RPM Build From 33ac2c6a95f2fa3603ed310760814edb32f65f62 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:12:39 +0000 Subject: [PATCH 04/32] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59f28d2..8c58da2 100644 --- a/Makefile +++ b/Makefile @@ -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)) From ba719cfeae1b374be7d3b6f56c0e855dd3d440fb Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Fri, 1 Jan 2010 10:47:03 +0000 Subject: [PATCH 05/32] Release 2.9.5-1 --- sources | 2 +- yumex.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sources b/sources index e214bfc..992dc48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f31710de52b24d7b853f3ad577f1cd4 yumex-2.9.4.tar.gz +7d3d76f130f8af90891c00967111a5f1 yumex-2.9.5.tar.gz diff --git a/yumex.spec b/yumex.spec index 38e4cc2..ecd1b06 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.4 +Version: 2.9.5 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Jan 11 2010 Tim Lauridsen - 2.9.5-1 +- bumped version to 2.9.5-1 * Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 - bumped version to 2.9.4-1 - truncated rpm changelog to 2.9.x releases From f05a914a6b29f90f6a7cf6df80274cd64feb74c4 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 11 Jan 2010 17:22:17 +0000 Subject: [PATCH 06/32] release 2.9.6-3 --- sources | 2 +- yumex.spec | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 992dc48..ff24902 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d3d76f130f8af90891c00967111a5f1 yumex-2.9.5.tar.gz +3d879d49df805fcafea840f6ccc7e0ba yumex-2.9.6.tar.gz diff --git a/yumex.spec b/yumex.spec index ecd1b06..224382e 100644 --- a/yumex.spec +++ b/yumex.spec @@ -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.9.5 -Release: 1%{?dist} +Version: 2.9.6 +Release: 3%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -73,7 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog -* Fri Jan 11 2010 Tim Lauridsen - 2.9.5-1 +* Mon Jan 11 2010 Tim Lauridsen - 2.9.6-1 +- bumped version to 2.9.6-1 +* Fri Jan 1 2010 Tim Lauridsen - 2.9.5-1 - bumped version to 2.9.5-1 * Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 - bumped version to 2.9.4-1 From c9bca198240441ebd635a56dde90802e7b7824c8 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 31 Jan 2010 07:56:06 +0000 Subject: [PATCH 07/32] Release 2.9.7-1 --- sources | 2 +- yumex.spec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sources b/sources index ff24902..285b349 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d879d49df805fcafea840f6ccc7e0ba yumex-2.9.6.tar.gz +4746a0e7c371c7c7c47a3e6eb9a1aa35 yumex-2.9.7.tar.gz diff --git a/yumex.spec b/yumex.spec index 224382e..38fa516 100644 --- a/yumex.spec +++ b/yumex.spec @@ -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.9.6 -Release: 3%{?dist} +Version: 2.9.7 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Mon Jan 31 2010 Tim Lauridsen - 2.9.7-1 +- bumped version to 2.9.7-1 * Mon Jan 11 2010 Tim Lauridsen - 2.9.6-1 - bumped version to 2.9.6-1 * Fri Jan 1 2010 Tim Lauridsen - 2.9.5-1 From a2cfe381551d32eada990bf1af8db71983b40102 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:29:57 +0000 Subject: [PATCH 08/32] Initialize branch EL-6 for yumex --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 255a6e85555d9b39821bd115360f7c92a6150dd6 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Thu, 8 Jul 2010 14:32:26 +0000 Subject: [PATCH 09/32] Release 2.9.9-2 --- sources | 2 +- yumex-HEAD.patch | 13 +++++++++++++ yumex.spec | 17 +++++++++++++---- 3 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 yumex-HEAD.patch diff --git a/sources b/sources index 285b349..aee4171 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4746a0e7c371c7c7c47a3e6eb9a1aa35 yumex-2.9.7.tar.gz +1dfec85615190bd03b2cf41d399af2f7 yumex-2.9.9.tar.gz diff --git a/yumex-HEAD.patch b/yumex-HEAD.patch new file mode 100644 index 0000000..aceb5d9 --- /dev/null +++ b/yumex-HEAD.patch @@ -0,0 +1,13 @@ +diff --git a/src/yum_childtask.py b/src/yum_childtask.py +index 733edb7..2099a1f 100755 +--- a/src/yum_childtask.py ++++ b/src/yum_childtask.py +@@ -52,7 +52,7 @@ if __name__ == "__main__": + plugins = True + offline = False + yum_conf = '/etc/yum.conf' +- if len(sys.sargv) > 3: ++ if len(sys.argv) > 3: + debuglevel = int(sys.argv[1]) + plugins = sys.argv[2] == 'True' + offline = sys.argv[3] == 'True' diff --git a/yumex.spec b/yumex.spec index 38fa516..5cbfdd9 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,14 +1,15 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.7 -Release: 1%{?dist} +Version: 2.9.9 +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System License: GPLv2+ URL: http://www.yum-extender.org Source0: http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz +Patch0: yumex-HEAD.patch BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -18,12 +19,14 @@ BuildRequires: gettext BuildRequires: intltool -Requires: yum >= 3.2.21 +Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 Requires: usermode Requires: pexpect Requires: python-enum Requires: python-iniparse +Requires: dbus-python +Requires: udisks %description Graphical User Interface for Yum. @@ -31,7 +34,7 @@ Graphical User Interface for Yum. %prep %setup -q - +%patch0 -p1 %build make @@ -73,6 +76,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Wed Jul 7 2010 Tim Lauridsen - 2.9.9-2 +- Added patch with yumex git HEAD, to fix typo +* Tue Jul 6 2010 Tim Lauridsen - 2.9.9-1 +- bumped version to 2.9.9-1 +* Sat Jun 5 2010 Tim Lauridsen - 2.9.8-1 +- bumped version to 2.9.8-1 * Mon Jan 31 2010 Tim Lauridsen - 2.9.7-1 - bumped version to 2.9.7-1 * Mon Jan 11 2010 Tim Lauridsen - 2.9.6-1 From d96ce772c3616d24d8818fac78247654ae4bde8b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 13:41:14 +0000 Subject: [PATCH 10/32] dist-git conversion --- .cvsignore => .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cvsignore => .gitignore (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore From ec1b68f81d0391cc3283219829f14fd919ebd379 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 21 Dec 2010 07:36:13 +0100 Subject: [PATCH 11/32] cleanup .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c2c0c5..185cea6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -yumex-2.9.1.tar.gz +yumex-2.9.9.tar.gz +yumex-2.9.10.tar.gz +/yumex-3.0.0.tar.gz +/yumex-3.0.1.tar.gz From 6d739d2b0309db5294031f9aea780c850193c365 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sat, 22 Oct 2011 17:02:53 +0200 Subject: [PATCH 12/32] release 3.0.4-2 - fix issues with .glade file in el6 --- yumex-HEAD.patch | 13 - yumex.glade.el6 | 1711 ++++++++++++++++++++++++++++++++++++++++++++++ yumex.spec | 10 +- 3 files changed, 1720 insertions(+), 14 deletions(-) delete mode 100644 yumex-HEAD.patch create mode 100644 yumex.glade.el6 diff --git a/yumex-HEAD.patch b/yumex-HEAD.patch deleted file mode 100644 index aceb5d9..0000000 --- a/yumex-HEAD.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/yum_childtask.py b/src/yum_childtask.py -index 733edb7..2099a1f 100755 ---- a/src/yum_childtask.py -+++ b/src/yum_childtask.py -@@ -52,7 +52,7 @@ if __name__ == "__main__": - plugins = True - offline = False - yum_conf = '/etc/yum.conf' -- if len(sys.sargv) > 3: -+ if len(sys.argv) > 3: - debuglevel = int(sys.argv[1]) - plugins = sys.argv[2] == 'True' - offline = sys.argv[3] == 'True' diff --git a/yumex.glade.el6 b/yumex.glade.el6 new file mode 100644 index 0000000..e434acb --- /dev/null +++ b/yumex.glade.el6 @@ -0,0 +1,1711 @@ + + + + + + 5 + center-on-parent + normal + main + Yum Extender + (C) 2011 Tim Lauridsen + http://www.yum-extender.org + This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Tim Lauridsen <timlau@fedoraproject.org> + + + True + 2 + + + + + + True + end + + + False + end + 0 + + + + + + + 650 + center-on-parent + True + dialog + main + + + True + vertical + 2 + + + True + + + True + + + 70 + True + + + True + gtk-dialog-info + 5 + + + 15 + 15 + + + + + 350 + 40 + True + 0 + 0 + <span size="x-large">Working ....</span> + + True + + + 60 + 20 + + + + + + + False + False + 0 + + + + + True + + + False + False + 1 + + + + + + + + + + False + False + 5 + 2 + + + + + True + + + True + 20 + 10 + 10 + 10 + + + True + True + 0.20000000000000001 + 0.050000000000000003 + + + + + False + False + 0 + + + + + True + 20 + 15 + + + True + 0 + 0 + True + + + + + False + False + 1 + + + + + 3 + + + + + + + 300 + True + + + True + True + etched-in + + + True + True + vertical + + + + + 0 + + + + + True + 0 + + + False + False + 5 + 1 + + + + + True + + + False + 2 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-ok + True + True + True + True + + + False + False + 1 + + + + + False + False + 5 + end + 3 + + + + + 0 + + + + + 4 + + + + + False + False + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + + False + False + 0 + + + + + False + False + end + 0 + + + + + + progressCancel + + + + + 700 + 5 + Error + False + True + dialog + + + True + 2 + + + True + 5 + 6 + + + True + 6 + + + True + 0.05000000074505806 + gtk-dialog-error + 6 + + + False + 0 + + + + + True + True + right + + + False + False + 1 + + + + + False + False + 0 + + + + + 500 + 200 + + + True + in + + + 700 + 301 + True + False + char + 3 + False + + + + + 0 + + + + + 1 + + + + + False + 1 + + + + + True + end + + + gtk-close + True + True + True + False + True + + + False + False + 0 + + + + + False + end + 0 + + + + + + closebutton1 + + + + + + True + + + True + + + True + True + Type package names to search for + + gtk-clear + Undo the current search + + + + + 1 + + + + + False + False + 2 + 0 + + + + + True + True + 250 + + + True + True + + + True + True + + + + + + False + True + + + + + True + True + + + True + True + True + vertical + + + + + True + True + + + + + 2 + + + + + True + 5 + end + + + gtk-refresh + True + True + True + Get all History elements + True + + + + False + False + 0 + + + + + gtk-undo + True + True + True + Undo a history transaction + True + + + + False + False + 1 + + + + + gtk-redo + True + True + True + Redo a history transaction + True + + + + False + False + 2 + + + + + False + 2 + 3 + + + + + + + + + + + + True + + + True + 1 + + + True + _File + True + + + + + gtk-quit + True + True + True + accelgroup1 + + + + + + + + + + True + _Edit + True + + + + + gtk-preferences + True + True + True + accelgroup1 + + + + + + + + + + True + _View + True + + + True + + + _Packages + True + True + False + accelgroup1 + + + + + + + _Queue + True + True + False + + + + + + + R_epositories + True + True + False + accelgroup1 + + + + + + + _History + True + True + False + accelgroup1 + + + + + + + _Output + True + True + False + accelgroup1 + + + + + + + + + + + _Profiles + True + + + + + gtk-new + True + True + True + accelgroup1 + + + + + + gtk-save + True + True + True + accelgroup1 + + + + + + True + + + + + + + + + True + _Options + True + + + True + + + True + Skip packages there get depsolve errors + Skip Broken + True + + + + + + True + Don't check signatures for packages + no GPG Check + True + + + + + + True + Show only the latest packages when searching +Don't show multiple version of the same package + Show Newest Only + True + + + + + + + + + + True + _Help + True + + + + + gtk-about + True + True + True + accelgroup1 + + + + + + + + + + False + False + 0 + + + + + True + True + + + True + + + True + + + + + + + + False + True + + + + + True + True + False + + + True + True + + + + + 1 + + + + + + + + + True + + + True + + + True + True + + + True + True + word + + + + + 0 + + + + + 0 + + + + + + + + + True + + + True + True + 300 + + + + + True + True + + + True + 3 + + + 200 + True + True + + + + False + False + 0 + + + + + True + True + + + + 1 + + + + + + + 0 + + + + + True + + + True + True + + + True + True + + + + + + 0 + + + + + 150 + True + True + word + False + + + False + 5 + 1 + + + + + 1 + + + + + True + True + + + + + True + + + True + + + True + True + True + Typeahead search on/off + none + + + + True + gtk-find + + + + + False + False + 0 + + + + + True + True + Type search words separated by spaces +to find packages containing the search +words. + + gtk-clear + Undo the current search + + + + + + + 1 + + + + + True + True + True + Search Options + none + + + + True + gtk-properties + + + + + False + False + 2 + + + + + False + 0 + + + + + True + start + + + U_pdates + True + True + False + Show package updates + True + True + True + + + + False + False + 0 + + + + + Availa_ble + True + True + False + Show available packages + True + True + True + packageRadioUpdates + + + + False + False + 1 + + + + + _Installed + True + True + False + Show installed packages + True + True + True + packageRadioUpdates + + + + False + False + 2 + + + + + All + True + True + False + Show all Packages + True + True + packageRadioUpdates + + + False + False + 3 + + + + + _Groups + True + True + False + Show Groups + True + True + packageRadioUpdates + + + False + False + 4 + + + + + _Categories + True + True + False + Show Categories + True + True + packageRadioUpdates + + + False + False + 5 + + + + + + + + False + False + 2 + 1 + + + + + True + True + 300 + + + True + True + + + True + True + False + True + + + + + + + False + True + + + + + True + + + True + + + True + True + + + True + True + False + 5 + False + + + + + 5 + 0 + + + + + True + True + + + True + True + + + + + 1 + + + + + 0 + + + + + True + + + + + + False + False + 1 + + + + + True + True + + + + + 2 + + + + + True + 5 + end + + + gtk-select-all + True + True + True + Select all packages in current view + True + + + + False + False + 0 + + + + + gtk-undo + True + True + True + Undo all package selection + True + + + + False + False + 1 + + + + + gtk-apply + True + True + True + Execute all pending actions in queue + True + + + + False + False + 2 + + + + + False + False + 6 + 4 + + + + + True + True + + + + + 0 + + + + + + + 600 + 500 + 5 + True + center-on-parent + dialog + + + True + 2 + + + True + True + + + 400 + True + + + + + + False + + + + + True + Basic + + + False + + + + + True + + + + + + 1 + + + + + True + Advanced + + + 1 + False + + + + + True + + + + + + 2 + + + + + True + Yum + + + 2 + False + + + + + False + 1 + + + + + True + end + + + gtk-ok + True + True + True + True + + + False + False + 0 + + + + + gtk-cancel + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + prefOK + prefCancel + + + + + + True + + + True + + + + + + False + 0 + + + + + True + True + + + True + True + + + + + 1 + + + + + True + 5 + end + + + gtk-open + True + True + True + + + + False + False + 0 + + + + + gtk-save + True + True + True + + + + False + False + 1 + + + + + gtk-remove + True + True + True + Remove selected packages from queue + True + + + + False + False + 2 + + + + + gtk-apply + True + True + True + Execute all pending actions in queue + True + + + + False + False + 3 + + + + + False + False + 5 + end + 2 + + + + + + + + + True + + + True + True + + + True + True + + + + + + 0 + + + + + True + 5 + 5 + 5 + + + True + 5 + True + end + + + gtk-refresh + True + True + True + Refresh packages with current selected +repositories + True + + + + False + False + 0 + + + + + gtk-undo + True + True + True + Undo repository selection changes + True + + + + False + False + 1 + + + + + + + False + False + 1 + + + + + + + 300 + 300 + 5 + Search Options + True + center-on-parent + normal + + + True + 2 + + + True + True + + + True + True + + + + + False + 2 + + + + + True + end + + + gtk-ok + True + True + True + True + + + False + False + 0 + + + + + False + end + 0 + + + + + + button1 + + + + 600 + 400 + Testing Stuff + + + True + True + + + True + True + + + + + + diff --git a/yumex.spec b/yumex.spec index 82289e5..ebdcbac 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,13 +2,14 @@ Name: yumex Version: 3.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System License: GPLv2+ URL: http://www.yum-extender.org Source0: http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz +Source1: yumex.glade.el6 BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -44,6 +45,11 @@ make rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +#install another .glade file for el6 +%if 0%{?el6} +install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade +%endif + desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ @@ -76,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Sat Oct 22 2011 Tim Lauridsen 3.0.4-2 +- install special yumex.glade on el6 * Tue Oct 11 2011 Tim Lauridsen 3.0.4-1 - bumped version to 3.0.4-1 * Wed Apr 27 2011 Tim Lauridsen 3.0.3-1 From 319c9e88121ac6aa006eb1b18069883d6612a8c2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 02:52:38 -0500 Subject: [PATCH 13/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index f30e64e..e47594c 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 3.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Mon May 14 2012 Tim Lauridsen 3.0.5-2 - added upstream patch to fix issue with use_sudo=1 * Sun May 13 2012 Tim Lauridsen 3.0.5-1 From f5b720e0a66443f5472166045b48185a42e41543 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 8 Aug 2012 10:13:38 +0200 Subject: [PATCH 14/32] release 3.0.6-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 21 ++++++++++----------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index ebd0954..73baf67 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.3.tar.gz /yumex-3.0.4.tar.gz /yumex-3.0.5.tar.gz +/yumex-3.0.6.tar.gz diff --git a/sources b/sources index 84fbf33..2bf6ced 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4a4f747a6880ec747ad8c2a7b691e88 yumex-3.0.5.tar.gz +6b966c143f9da39ab228ed37b6c518e5 yumex-3.0.6.tar.gz diff --git a/yumex.spec b/yumex.spec index e47594c..f05c0cc 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,15 +1,14 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.5 -Release: 3%{?dist} +Version: 3.0.6 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System License: GPLv2+ -URL: http://www.yum-extender.org -Source0: http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz -Patch0: yumex-sudo.patch +URL: http://www.yumex.dk +Source0: https://fedorahosted.org/releases/y/u/yumex/%{name}-%{version}.tar.gz BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,6 +27,7 @@ Requires: udisks Requires: python-kitchen Requires: urlgrabber Requires: polkit +Requires: pyxdg %description Graphical User Interface for Yum. @@ -35,7 +35,6 @@ Graphical User Interface for Yum. %prep %setup -q -%patch0 -p1 %build @@ -81,11 +80,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog -* Sun Jul 22 2012 Fedora Release Engineering - 3.0.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon May 14 2012 Tim Lauridsen 3.0.5-2 -- added upstream patch to fix issue with use_sudo=1 +* Wed Aug 08 2012 Tim Lauridsen 3.0.6-1 +- bumped version to 3.0.6-1 +- Changed project url & source url +* Tue May 15 2012 Tim Lauridsen 3.0.5-3 +- Added pyxdg requirement * Sun May 13 2012 Tim Lauridsen 3.0.5-1 - bumped version to 3.0.5-1 * Wed May 9 2012 Tim Lauridsen 3.0.4-3 From ebb56e464260b0ed6dc2d426dbe152474eb188a4 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 12 Sep 2012 13:12:13 +0200 Subject: [PATCH 15/32] Release 3.0.7 --- .gitignore | 1 + sources | 2 +- yumex.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 73baf67..4dca5bb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.4.tar.gz /yumex-3.0.5.tar.gz /yumex-3.0.6.tar.gz +/yumex-3.0.7.tar.gz diff --git a/sources b/sources index 2bf6ced..b4204fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b966c143f9da39ab228ed37b6c518e5 yumex-3.0.6.tar.gz +363b030fd039f0a87efcadbb340bea22 yumex-3.0.7.tar.gz diff --git a/yumex.spec b/yumex.spec index f05c0cc..a0b1c57 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.6 +Version: 3.0.7 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -76,10 +76,14 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/guihelpers/ %config(noreplace) %{_sysconfdir}/yumex.profiles.conf %config(noreplace) %{_sysconfdir}/yumex.conf -%{_datadir}/polkit-1/actions/org.yum-extender.backend.policy +%{_datadir}/polkit-1/actions/dk.yumex.backend.policy %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Sep 07 2012 Tim Lauridsen 3.0.7-1 +- bumped version to 3.0.7-1 +* Fri Sep 07 2012 Tim Lauridsen 3.0.6-2 +- renamed polkit policy to dk.yumex.backend.policy * Wed Aug 08 2012 Tim Lauridsen 3.0.6-1 - bumped version to 3.0.6-1 - Changed project url & source url From cea5c76ee7bb15189938bc56fc4493ef7ce4cc60 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 3 Oct 2012 16:25:17 +0200 Subject: [PATCH 16/32] Release 3.0.9 --- .gitignore | 1 + sources | 2 +- yumex.spec | 23 ++++++++++++++++++++--- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4dca5bb..bbf689e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.5.tar.gz /yumex-3.0.6.tar.gz /yumex-3.0.7.tar.gz +/yumex-3.0.9.tar.gz diff --git a/sources b/sources index b4204fd..1df6261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -363b030fd039f0a87efcadbb340bea22 yumex-3.0.7.tar.gz +b0668d694a8f8822019c68271088c848 yumex-3.0.9.tar.gz diff --git a/yumex.spec b/yumex.spec index a0b1c57..28d7f14 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.7 +Version: 3.0.9 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -55,11 +55,21 @@ desktop-file-install --vendor fedora --delete-original \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-local.desktop + # this is a doc file; removing from installed tree rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING %find_lang %name +%post +update-desktop-database %{_datadir}/applications &> /dev/null || : + +%postun +update-desktop-database %{_datadir}/applications &> /dev/null || : %clean rm -rf $RPM_BUILD_ROOT @@ -77,10 +87,17 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/yumex.profiles.conf %config(noreplace) %{_sysconfdir}/yumex.conf %{_datadir}/polkit-1/actions/dk.yumex.backend.policy -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/*.desktop %changelog -* Fri Sep 07 2012 Tim Lauridsen 3.0.7-1 +* Wed Oct 3 2012 Tim Lauridsen 3.0.9-1 +- bumped version to 3.0.9-1 +* Wed Oct 3 2012 Tim Lauridsen 3.0.8-1 +- bumped version to 3.0.8-1 +* Thu Sep 13 2012 Tim Lauridsen 3.0.7-2 +- Install another .desktop file with mimetype for local .rpm install +- update desktop database post install & post uninstall +* Wed Sep 12 2012 Tim Lauridsen 3.0.7-1 - bumped version to 3.0.7-1 * Fri Sep 07 2012 Tim Lauridsen 3.0.6-2 - renamed polkit policy to dk.yumex.backend.policy From f5a26a367d8bfea575549149f85f4c9583832114 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Thu, 15 Nov 2012 06:37:00 +0100 Subject: [PATCH 17/32] new release 3.0.10 --- .gitignore | 1 + sources | 2 +- yumex.spec | 19 ++++++++----------- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index bbf689e..a3ffca9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.6.tar.gz /yumex-3.0.7.tar.gz /yumex-3.0.9.tar.gz +/yumex-3.0.10.tar.gz diff --git a/sources b/sources index 1df6261..056a040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0668d694a8f8822019c68271088c848 yumex-3.0.9.tar.gz +53ee37fccb5f1dc378aab9cd203b74f3 yumex-3.0.10.tar.gz diff --git a/yumex.spec b/yumex.spec index 28d7f14..4516035 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -50,15 +50,8 @@ make DESTDIR=$RPM_BUILD_ROOT install install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade %endif -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-local.desktop +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop # this is a doc file; removing from installed tree rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING @@ -77,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-, root, root, -) %doc COPYING ChangeLog TODO -%{_datadir}/pixmaps/yumex +%{_datadir}/pixmaps/* %{_datadir}/yumex %{_bindir}/yumex* %{python_sitelib}/yumexbackend/ @@ -90,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 +- bumped version to 3.0.10 +* Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 +- changed .desktop file install to use desktop-file-validate * Wed Oct 3 2012 Tim Lauridsen 3.0.9-1 - bumped version to 3.0.9-1 * Wed Oct 3 2012 Tim Lauridsen 3.0.8-1 From 445bafa09033e4496c2c358f7390a9bf59efa213 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 22:14:41 -0600 Subject: [PATCH 18/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index 4516035..150e76d 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 3.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 - bumped version to 3.0.10 * Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 From b272674fee60dcb22c3e45bf69441fef512e22a9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:39:47 -0500 Subject: [PATCH 19/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index 150e76d..9c1ec79 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 3.0.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 3.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From bb20cef884a4d5c8398b7fdb025c02e48eaa0d4b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 26 Aug 2013 10:42:40 +0200 Subject: [PATCH 20/32] Release 3.0.11 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3ffca9..0565ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.7.tar.gz /yumex-3.0.9.tar.gz /yumex-3.0.10.tar.gz +/yumex-3.0.11.tar.gz diff --git a/sources b/sources index 056a040..84a1800 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53ee37fccb5f1dc378aab9cd203b74f3 yumex-3.0.10.tar.gz +965b8695933cccd93d8ccf95eb7a10e1 yumex-3.0.11.tar.gz From cd79f88936eb06554408d595b225ff993ace78b8 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 26 Aug 2013 10:53:24 +0200 Subject: [PATCH 21/32] Updated .spec to match release 3.0.11 --- yumex.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/yumex.spec b/yumex.spec index 9c1ec79..568b74b 100644 --- a/yumex.spec +++ b/yumex.spec @@ -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: 3.0.10 -Release: 3%{?dist} +Version: 3.0.11 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -20,6 +20,7 @@ BuildRequires: intltool Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 +Requires: pycairo Requires: pexpect Requires: python-iniparse Requires: dbus-python @@ -83,12 +84,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Sun Aug 04 2013 Fedora Release Engineering - 3.0.10-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 3.0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - +* Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 +- bumped version to 3.0.11 * Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 - bumped version to 3.0.10 * Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 From 5f0f0e0e1784163df66f9aa3e04462900c51b27b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 22 Sep 2013 12:00:21 +0200 Subject: [PATCH 22/32] Release 3.0.12-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0565ebd..5fbb22c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.9.tar.gz /yumex-3.0.10.tar.gz /yumex-3.0.11.tar.gz +/yumex-3.0.12.tar.gz diff --git a/sources b/sources index 84a1800..9d6bd14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -965b8695933cccd93d8ccf95eb7a10e1 yumex-3.0.11.tar.gz +7b4dd09ebc0029e51f088526e40b9047 yumex-3.0.12.tar.gz diff --git a/yumex.spec b/yumex.spec index 568b74b..edf552e 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.11 +Version: 3.0.12 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -84,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog +* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 +- bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 * Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 From 630d41a31f25dda246427f87db81b57e9a559145 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 22 Sep 2013 12:04:10 +0200 Subject: [PATCH 23/32] fix weekday in changelog --- yumex.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index edf552e..9246ad8 100644 --- a/yumex.spec +++ b/yumex.spec @@ -84,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 +* Sun Sep 22 2013 Tim Lauridsen 3.0.13-1 - bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 From 4fc566804ef2786a9a6b1b45fe98209e9258b2b8 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Mon, 7 Oct 2013 14:57:39 +0200 Subject: [PATCH 24/32] change pexpect requirement to python-pexpect --- yumex.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/yumex.spec b/yumex.spec index 9246ad8..d70fa3a 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -21,7 +21,7 @@ BuildRequires: intltool Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 Requires: pycairo -Requires: pexpect +Requires: python-pexpect Requires: python-iniparse Requires: dbus-python Requires: udisks @@ -84,7 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Sun Sep 22 2013 Tim Lauridsen 3.0.13-1 +* Mon Oct 07 2013 Tim Lauridsen 3.0.13-2 +- changed requirement pexpect to python-pexpect +* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 - bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 From 7414e7ace8b5eb4e09b81afecc56977ce428c0f4 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 16 Oct 2013 08:00:41 +0200 Subject: [PATCH 25/32] Release 2.0.13-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5fbb22c..f27b6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.10.tar.gz /yumex-3.0.11.tar.gz /yumex-3.0.12.tar.gz +/yumex-3.0.13.tar.gz diff --git a/sources b/sources index 9d6bd14..e2f3526 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b4dd09ebc0029e51f088526e40b9047 yumex-3.0.12.tar.gz +725823d987a2659c97c429ea5fe95bba yumex-3.0.13.tar.gz diff --git a/yumex.spec b/yumex.spec index d70fa3a..0108481 100644 --- a/yumex.spec +++ b/yumex.spec @@ -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: 3.0.12 -Release: 2%{?dist} +Version: 3.0.13 +Release: 1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -84,9 +84,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/*.desktop %changelog -* Mon Oct 07 2013 Tim Lauridsen 3.0.13-2 +* Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 +- bumped version to 3.0.13 +* Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 - changed requirement pexpect to python-pexpect -* Sat Sep 22 2013 Tim Lauridsen 3.0.13-1 +* Sat Sep 22 2013 Tim Lauridsen 3.0.12-1 - bumped version to 3.0.12 * Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 - bumped version to 3.0.11 From c5627f656ef6a3019b45c36a1c0ed14827d10b0b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 25 Feb 2014 17:57:34 +0100 Subject: [PATCH 26/32] Release 3.0.14 --- .gitignore | 1 + sources | 2 +- yumex.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f27b6c9..fd60cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.11.tar.gz /yumex-3.0.12.tar.gz /yumex-3.0.13.tar.gz +/yumex-3.0.14.tar.gz diff --git a/sources b/sources index e2f3526..f1364bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -725823d987a2659c97c429ea5fe95bba yumex-3.0.13.tar.gz +0834fc10e1ce35b449b8b874145dbb40 yumex-3.0.14.tar.gz diff --git a/yumex.spec b/yumex.spec index 0108481..987eea7 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.13 +Version: 3.0.14 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -82,8 +82,11 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/yumex.conf %{_datadir}/polkit-1/actions/dk.yumex.backend.policy %{_datadir}/applications/*.desktop +%{_datadir}/appdata/*.xml %changelog +* Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 +- bumped version to 3.0.14 * Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 - bumped version to 3.0.13 * Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 From 9c5ac511eb95be682502da2a1d8d0d60e80f6908 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Fri, 6 Jun 2014 08:00:27 +0200 Subject: [PATCH 27/32] Release 3.0.15 --- .gitignore | 1 + sources | 2 +- yumex.spec | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fd60cd1..697ac6f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.12.tar.gz /yumex-3.0.13.tar.gz /yumex-3.0.14.tar.gz +/yumex-3.0.15.tar.gz diff --git a/sources b/sources index f1364bb..3438456 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0834fc10e1ce35b449b8b874145dbb40 yumex-3.0.14.tar.gz +0c3f2c80bf3bd1bc365ae85148cf6827 yumex-3.0.15.tar.gz diff --git a/yumex.spec b/yumex.spec index 987eea7..17bd27e 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.14 +Version: 3.0.15 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -85,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/appdata/*.xml %changelog +* Wed Jun 4 2014 Tim Lauridsen 3.0.15-1 +- bumped version to 3.0.15 * Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 - bumped version to 3.0.14 * Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 From 13f4afcb4fad4ea84368575bfcd86dd4c9084bfc Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Sun, 5 Oct 2014 08:28:50 +0200 Subject: [PATCH 28/32] Release 3.0.16 --- .gitignore | 1 + sources | 2 +- yumex.spec | 109 ++++------------------------------------------------- 3 files changed, 9 insertions(+), 103 deletions(-) diff --git a/.gitignore b/.gitignore index 697ac6f..544d759 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.13.tar.gz /yumex-3.0.14.tar.gz /yumex-3.0.15.tar.gz +/yumex-3.0.16.tar.gz diff --git a/sources b/sources index 3438456..2ce5ecf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c3f2c80bf3bd1bc365ae85148cf6827 yumex-3.0.15.tar.gz +ff4f3cf9ce901d7a4b9a9bad156e7096 yumex-3.0.16.tar.gz diff --git a/yumex.spec b/yumex.spec index 17bd27e..ce0c8f3 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.15 +Version: 3.0.16 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -24,7 +24,6 @@ Requires: pycairo Requires: python-pexpect Requires: python-iniparse Requires: dbus-python -Requires: udisks Requires: python-kitchen Requires: urlgrabber Requires: polkit @@ -85,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/appdata/*.xml %changelog +* Sun Oct 5 2014 Tim Lauridsen 3.0.16-1 +- bumped version to 3.0.16 +- removed udisks requirement +- cleaned up the spec changelog * Wed Jun 4 2014 Tim Lauridsen 3.0.15-1 - bumped version to 3.0.15 * Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 @@ -93,103 +96,5 @@ rm -rf $RPM_BUILD_ROOT - bumped version to 3.0.13 * Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 - changed requirement pexpect to python-pexpect -* Sat Sep 22 2013 Tim Lauridsen 3.0.12-1 -- bumped version to 3.0.12 -* Mon Aug 26 2013 Tim Lauridsen 3.0.11-1 -- bumped version to 3.0.11 -* Thu Nov 15 2012 Tim Lauridsen 3.0.10-1 -- bumped version to 3.0.10 -* Fri Oct 12 2012 Tim Lauridsen 3.0.9-2 -- changed .desktop file install to use desktop-file-validate -* Wed Oct 3 2012 Tim Lauridsen 3.0.9-1 -- bumped version to 3.0.9-1 -* Wed Oct 3 2012 Tim Lauridsen 3.0.8-1 -- bumped version to 3.0.8-1 -* Thu Sep 13 2012 Tim Lauridsen 3.0.7-2 -- Install another .desktop file with mimetype for local .rpm install -- update desktop database post install & post uninstall -* Wed Sep 12 2012 Tim Lauridsen 3.0.7-1 -- bumped version to 3.0.7-1 -* Fri Sep 07 2012 Tim Lauridsen 3.0.6-2 -- renamed polkit policy to dk.yumex.backend.policy -* Wed Aug 08 2012 Tim Lauridsen 3.0.6-1 -- bumped version to 3.0.6-1 -- Changed project url & source url -* Tue May 15 2012 Tim Lauridsen 3.0.5-3 -- Added pyxdg requirement -* Sun May 13 2012 Tim Lauridsen 3.0.5-1 -- bumped version to 3.0.5-1 -* Wed May 9 2012 Tim Lauridsen 3.0.4-3 -- Added PolicyKit policy -- Removed usermode requirement -- Added polkit requirement -* Sat Oct 22 2011 Tim Lauridsen 3.0.4-2 -- bumped version to 3.0.4-2 -- install special yumex.glade on el6 -* Tue Oct 11 2011 Tim Lauridsen 3.0.4-1 -- bumped version to 3.0.4-1 -* Wed Apr 27 2011 Tim Lauridsen 3.0.3-1 -- bumped version to 3.0.3-1 -* Wed Mar 30 2011 Tim Lauridsen 3.0.2-1 -- bumped version to 3.0.2-1 -* Thu Jan 6 2011 Tim Lauridsen 3.0.1-1 -- removed gnome-python2-gconf requirement, not need anymore -* Sun Jan 2 2011 Tim Lauridsen 3.0.1-1 -- Added urlgrabber requirement -* Tue Dec 21 2010 Tim Lauridsen - 3.0.1-1 -- bumped version to 3.0.1-1 -* Sat Nov 6 2010 Tim Lauridsen - 3.0.0-1 -- bumped version to 3.0.0-1 -* Sat Sep 11 2010 Tim Lauridsen - 2.9.11-1 -- bumped version to 2.9.11-1 -* Fri Jul 30 2010 Tim Lauridsen - 2.9.10-1 -- bumped version to 2.9.10-1 -* Tue Jul 6 2010 Tim Lauridsen - 2.9.9-1 -- bumped version to 2.9.9-1 -* Sat Jun 5 2010 Tim Lauridsen - 2.9.8-1 -- bumped version to 2.9.8-1 -* Mon Jan 31 2010 Tim Lauridsen - 2.9.7-1 -- bumped version to 2.9.7-1 -* Mon Jan 11 2010 Tim Lauridsen - 2.9.6-1 -- bumped version to 2.9.6-1 -* Fri Jan 1 2010 Tim Lauridsen - 2.9.5-1 -- bumped version to 2.9.5-1 -* Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 -- bumped version to 2.9.4-1 -- truncated rpm changelog to 2.9.x releases -* Sun Oct 11 2009 Tim Lauridsen - 2.9.3-1 -- bumped version to 2.9.3-1 -* Wed Sep 30 2009 Tim Lauridsen - 2.9.2-1 -- bumped version to 2.9.2-1 -* Fri Sep 18 2009 Tim Lauridsen - 2.9.1-1 -- bumped version to 2.9.1-1 -* Sun Aug 30 2009 Tim Lauridsen - 2.9.0-1 -- bumped version to 2.9.0-1 -* Sun Aug 30 2009 Tim Lauridsen - 2.9.0-0.13.pre -- bumped version to 2.9.0-0.13.pre -* Mon Aug 24 2009 Tim Lauridsen - 2.9.0-0.12.pre -- bumped version to 2.9.0-0.12.pre -* Fri Aug 21 2009 Tim Lauridsen - 2.9.0-0.11.pre -- bumped version to 2.9.0-0.11.pre -* Fri Aug 7 2009 Tim Lauridsen - 2.9.0-0.10.pre -- bumped version to 2.9.0-0.10.pre -* Thu Aug 6 2009 Tim Lauridsen - 2.9.0-0.9.pre -- bumped version to 2.9.0-0.9.pre -- handle new yumex-yum-backend in %%files section -* Sun May 24 2009 Tim Lauridsen - 2.9.0-0.8.pre -- bumped version to 2.9.0-0.8.pre -* Wed May 20 2009 Tim Lauridsen - 2.9.0-0.7.pre -- bumped version to 2.9.0-0.7.pre -* Sun May 10 2009 Tim Lauridsen - 2.9.0-0.6.pre -- bumped version to 2.9.0-0.6.pre -* Wed May 6 2009 Tim Lauridsen - 2.9.0-0.5.pre -- bumped version to 2.9.0-0.5.pre -* Thu Apr 30 2009 Tim Lauridsen - 2.9.0-0.4.pre -- bumped version to 2.9.0-0.4.pre -- added minimum version for pygtk requirement -* Sat Apr 25 2009 Tim Lauridsen - 2.9.0-0.3.pre -- bumped version to 2.9.0-0.3.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.2.pre -- bumped version to 2.9.0-0.2.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.1.pre -- bumped version to 2.9.0-0.1.pre + + From 71494cf56720ddb2e9f3abc0faa70cf04e1583f1 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 21 Apr 2015 06:53:54 +0200 Subject: [PATCH 29/32] Release 3.0.17-1 --- .gitignore | 1 + sources | 2 +- yumex.spec | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 544d759..eb6b6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ yumex-2.9.10.tar.gz /yumex-3.0.14.tar.gz /yumex-3.0.15.tar.gz /yumex-3.0.16.tar.gz +/yumex-3.0.17.tar.gz diff --git a/sources b/sources index 2ce5ecf..34f5bdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff4f3cf9ce901d7a4b9a9bad156e7096 yumex-3.0.16.tar.gz +9990213613322e6221643f5d3f1af99d yumex-3.0.17.tar.gz diff --git a/yumex.spec b/yumex.spec index ce0c8f3..42d7e39 100644 --- a/yumex.spec +++ b/yumex.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 3.0.16 +Version: 3.0.17 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -21,13 +21,15 @@ BuildRequires: intltool Requires: yum >= 3.2.23 Requires: pygtk2 >= 2.14 Requires: pycairo -Requires: python-pexpect +%{?fedora:Requires: python-pexpect} +%{?rhel:Requires: pexpect} Requires: python-iniparse Requires: dbus-python Requires: python-kitchen Requires: urlgrabber Requires: polkit Requires: pyxdg +Requires(pre): shadow-utils %description Graphical User Interface for Yum. @@ -52,12 +54,16 @@ install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glad desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop + # this is a doc file; removing from installed tree rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING %find_lang %name +%pre +getent group yumex >/dev/null || groupadd -r yumex + %post update-desktop-database %{_datadir}/applications &> /dev/null || : @@ -82,8 +88,16 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/polkit-1/actions/dk.yumex.backend.policy %{_datadir}/applications/*.desktop %{_datadir}/appdata/*.xml +%{_datadir}/polkit-1/rules.d/*.rules %changelog +* Tue Apr 21 2015 Tim Lauridsen 3.0.17-1 +- bumped release +- add rhel/fedora specific requirement of pexpect/python-pexpect +* Tue Oct 14 2014 Tim Lauridsen 3.0.16-2 +- create yumex group +- added shadow-utils requirement (pre) +- added PolicyKit rule * Sun Oct 5 2014 Tim Lauridsen 3.0.16-1 - bumped version to 3.0.16 - removed udisks requirement From a5e1d93208c4fdf47e24974a4b8c68a599ebf8c7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:41:11 +0000 Subject: [PATCH 30/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- yumex.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yumex.spec b/yumex.spec index 42d7e39..3646098 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,7 +2,7 @@ Name: yumex Version: 3.0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/polkit-1/rules.d/*.rules %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 3.0.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Apr 21 2015 Tim Lauridsen 3.0.17-1 - bumped release - add rhel/fedora specific requirement of pexpect/python-pexpect From 3864207e67f2cfa20495032687b8aeec79179081 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Tue, 6 Oct 2015 12:10:22 +0200 Subject: [PATCH 31/32] yumex is replaced by yumex-dnf --- .gitignore | 19 -------- Makefile | 21 --------- dead.package | 1 + sources | 1 - yumex-sudo.patch | 25 ---------- yumex.spec | 117 ----------------------------------------------- 6 files changed, 1 insertion(+), 183 deletions(-) delete mode 100644 .gitignore delete mode 100644 Makefile create mode 100644 dead.package delete mode 100644 sources delete mode 100644 yumex-sudo.patch delete mode 100644 yumex.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eb6b6ea..0000000 --- a/.gitignore +++ /dev/null @@ -1,19 +0,0 @@ -yumex-2.9.9.tar.gz -yumex-2.9.10.tar.gz -/yumex-3.0.0.tar.gz -/yumex-3.0.1.tar.gz -/yumex-3.0.2.tar.gz -/yumex-3.0.3.tar.gz -/yumex-3.0.4.tar.gz -/yumex-3.0.5.tar.gz -/yumex-3.0.6.tar.gz -/yumex-3.0.7.tar.gz -/yumex-3.0.9.tar.gz -/yumex-3.0.10.tar.gz -/yumex-3.0.11.tar.gz -/yumex-3.0.12.tar.gz -/yumex-3.0.13.tar.gz -/yumex-3.0.14.tar.gz -/yumex-3.0.15.tar.gz -/yumex-3.0.16.tar.gz -/yumex-3.0.17.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 8c58da2..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: yumex -# $Id$ -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 $$d/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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ebed07a --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +yumex is replaced by yumex-dnf diff --git a/sources b/sources deleted file mode 100644 index 34f5bdb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9990213613322e6221643f5d3f1af99d yumex-3.0.17.tar.gz diff --git a/yumex-sudo.patch b/yumex-sudo.patch deleted file mode 100644 index 5a3c2f4..0000000 --- a/yumex-sudo.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 39c22ebab282bc8a74eeb00db8d3159be08453f3 Mon Sep 17 00:00:00 2001 -From: Tim Lauridsen -Date: Mon, 14 May 2012 15:24:50 +0200 -Subject: [PATCH] make yumex work with use_sudo=1 in .yumex.conf - ---- - src/yumexbackend/yum_client.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/yumexbackend/yum_client.py b/src/yumexbackend/yum_client.py -index 4d3a0ac..e673a1c 100644 ---- a/src/yumexbackend/yum_client.py -+++ b/src/yumexbackend/yum_client.py -@@ -176,7 +176,7 @@ class YumClientBase: - self.info('Running backend launcher with sudo') - cmd = '/usr/bin/sudo' - args.append('-n') # Abort sudo if password is needed -- args.append('/usr/bin/yumex-yum-backend') -+ args.append(MAIN_PATH + "/backend-launcher.py") - - else: - cmd = '/usr/bin/pkexec' --- -1.7.10.1 - diff --git a/yumex.spec b/yumex.spec deleted file mode 100644 index 3646098..0000000 --- a/yumex.spec +++ /dev/null @@ -1,117 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: yumex -Version: 3.0.17 -Release: 2%{?dist} -Summary: Yum Extender graphical package management tool - -Group: Applications/System -License: GPLv2+ -URL: http://www.yumex.dk -Source0: https://fedorahosted.org/releases/y/u/yumex/%{name}-%{version}.tar.gz -BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel -BuildRequires: desktop-file-utils -BuildRequires: gettext -BuildRequires: intltool - - -Requires: yum >= 3.2.23 -Requires: pygtk2 >= 2.14 -Requires: pycairo -%{?fedora:Requires: python-pexpect} -%{?rhel:Requires: pexpect} -Requires: python-iniparse -Requires: dbus-python -Requires: python-kitchen -Requires: urlgrabber -Requires: polkit -Requires: pyxdg -Requires(pre): shadow-utils - -%description -Graphical User Interface for Yum. - - -%prep -%setup -q - - -%build -make - - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install - -#install another .glade file for el6 -%if 0%{?el6} -install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade -%endif - -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop - - -# this is a doc file; removing from installed tree -rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING - -%find_lang %name - -%pre -getent group yumex >/dev/null || groupadd -r yumex - -%post -update-desktop-database %{_datadir}/applications &> /dev/null || : - -%postun -update-desktop-database %{_datadir}/applications &> /dev/null || : - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-, root, root, -) -%doc COPYING ChangeLog TODO -%{_datadir}/pixmaps/* -%{_datadir}/yumex -%{_bindir}/yumex* -%{python_sitelib}/yumexbackend/ -%{python_sitelib}/yumexbase/ -%{python_sitelib}/yumexgui/ -%{python_sitelib}/guihelpers/ -%config(noreplace) %{_sysconfdir}/yumex.profiles.conf -%config(noreplace) %{_sysconfdir}/yumex.conf -%{_datadir}/polkit-1/actions/dk.yumex.backend.policy -%{_datadir}/applications/*.desktop -%{_datadir}/appdata/*.xml -%{_datadir}/polkit-1/rules.d/*.rules - -%changelog -* Fri Jun 19 2015 Fedora Release Engineering - 3.0.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Apr 21 2015 Tim Lauridsen 3.0.17-1 -- bumped release -- add rhel/fedora specific requirement of pexpect/python-pexpect -* Tue Oct 14 2014 Tim Lauridsen 3.0.16-2 -- create yumex group -- added shadow-utils requirement (pre) -- added PolicyKit rule -* Sun Oct 5 2014 Tim Lauridsen 3.0.16-1 -- bumped version to 3.0.16 -- removed udisks requirement -- cleaned up the spec changelog -* Wed Jun 4 2014 Tim Lauridsen 3.0.15-1 -- bumped version to 3.0.15 -* Tue Feb 25 2014 Tim Lauridsen 3.0.14-1 -- bumped version to 3.0.14 -* Wed Oct 16 2013 Tim Lauridsen 3.0.13-1 -- bumped version to 3.0.13 -* Mon Oct 07 2013 Tim Lauridsen 3.0.12-2 -- changed requirement pexpect to python-pexpect - - From 3e771a76caab5f3ad3091a917134b09dacb0111e Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 10 May 2017 23:24:23 +0200 Subject: [PATCH 32/32] 2017-05-10: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 8 - Makefile | 21 - branch | 1 - dead.package | 3 + sources | 1 - yumex-sudo.patch | 25 - yumex.glade.el6 | 1711 ---------------------------------------------- yumex.spec | 161 ----- 8 files changed, 3 insertions(+), 1928 deletions(-) delete mode 100644 .gitignore delete mode 100644 Makefile delete mode 100644 branch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 yumex-sudo.patch delete mode 100644 yumex.glade.el6 delete mode 100644 yumex.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ebd0954..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -yumex-2.9.9.tar.gz -yumex-2.9.10.tar.gz -/yumex-3.0.0.tar.gz -/yumex-3.0.1.tar.gz -/yumex-3.0.2.tar.gz -/yumex-3.0.3.tar.gz -/yumex-3.0.4.tar.gz -/yumex-3.0.5.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 8c58da2..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: yumex -# $Id$ -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ba93555 --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2017-05-10: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 84fbf33..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -f4a4f747a6880ec747ad8c2a7b691e88 yumex-3.0.5.tar.gz diff --git a/yumex-sudo.patch b/yumex-sudo.patch deleted file mode 100644 index 5a3c2f4..0000000 --- a/yumex-sudo.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 39c22ebab282bc8a74eeb00db8d3159be08453f3 Mon Sep 17 00:00:00 2001 -From: Tim Lauridsen -Date: Mon, 14 May 2012 15:24:50 +0200 -Subject: [PATCH] make yumex work with use_sudo=1 in .yumex.conf - ---- - src/yumexbackend/yum_client.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/yumexbackend/yum_client.py b/src/yumexbackend/yum_client.py -index 4d3a0ac..e673a1c 100644 ---- a/src/yumexbackend/yum_client.py -+++ b/src/yumexbackend/yum_client.py -@@ -176,7 +176,7 @@ class YumClientBase: - self.info('Running backend launcher with sudo') - cmd = '/usr/bin/sudo' - args.append('-n') # Abort sudo if password is needed -- args.append('/usr/bin/yumex-yum-backend') -+ args.append(MAIN_PATH + "/backend-launcher.py") - - else: - cmd = '/usr/bin/pkexec' --- -1.7.10.1 - diff --git a/yumex.glade.el6 b/yumex.glade.el6 deleted file mode 100644 index e434acb..0000000 --- a/yumex.glade.el6 +++ /dev/null @@ -1,1711 +0,0 @@ - - - - - - 5 - center-on-parent - normal - main - Yum Extender - (C) 2011 Tim Lauridsen - http://www.yum-extender.org - This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - Tim Lauridsen <timlau@fedoraproject.org> - - - True - 2 - - - - - - True - end - - - False - end - 0 - - - - - - - 650 - center-on-parent - True - dialog - main - - - True - vertical - 2 - - - True - - - True - - - 70 - True - - - True - gtk-dialog-info - 5 - - - 15 - 15 - - - - - 350 - 40 - True - 0 - 0 - <span size="x-large">Working ....</span> - - True - - - 60 - 20 - - - - - - - False - False - 0 - - - - - True - - - False - False - 1 - - - - - - - - - - False - False - 5 - 2 - - - - - True - - - True - 20 - 10 - 10 - 10 - - - True - True - 0.20000000000000001 - 0.050000000000000003 - - - - - False - False - 0 - - - - - True - 20 - 15 - - - True - 0 - 0 - True - - - - - False - False - 1 - - - - - 3 - - - - - - - 300 - True - - - True - True - etched-in - - - True - True - vertical - - - - - 0 - - - - - True - 0 - - - False - False - 5 - 1 - - - - - True - - - False - 2 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-ok - True - True - True - True - - - False - False - 1 - - - - - False - False - 5 - end - 3 - - - - - 0 - - - - - 4 - - - - - False - False - 1 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - - False - False - 0 - - - - - False - False - end - 0 - - - - - - progressCancel - - - - - 700 - 5 - Error - False - True - dialog - - - True - 2 - - - True - 5 - 6 - - - True - 6 - - - True - 0.05000000074505806 - gtk-dialog-error - 6 - - - False - 0 - - - - - True - True - right - - - False - False - 1 - - - - - False - False - 0 - - - - - 500 - 200 - - - True - in - - - 700 - 301 - True - False - char - 3 - False - - - - - 0 - - - - - 1 - - - - - False - 1 - - - - - True - end - - - gtk-close - True - True - True - False - True - - - False - False - 0 - - - - - False - end - 0 - - - - - - closebutton1 - - - - - - True - - - True - - - True - True - Type package names to search for - - gtk-clear - Undo the current search - - - - - 1 - - - - - False - False - 2 - 0 - - - - - True - True - 250 - - - True - True - - - True - True - - - - - - False - True - - - - - True - True - - - True - True - True - vertical - - - - - True - True - - - - - 2 - - - - - True - 5 - end - - - gtk-refresh - True - True - True - Get all History elements - True - - - - False - False - 0 - - - - - gtk-undo - True - True - True - Undo a history transaction - True - - - - False - False - 1 - - - - - gtk-redo - True - True - True - Redo a history transaction - True - - - - False - False - 2 - - - - - False - 2 - 3 - - - - - - - - - - - - True - - - True - 1 - - - True - _File - True - - - - - gtk-quit - True - True - True - accelgroup1 - - - - - - - - - - True - _Edit - True - - - - - gtk-preferences - True - True - True - accelgroup1 - - - - - - - - - - True - _View - True - - - True - - - _Packages - True - True - False - accelgroup1 - - - - - - - _Queue - True - True - False - - - - - - - R_epositories - True - True - False - accelgroup1 - - - - - - - _History - True - True - False - accelgroup1 - - - - - - - _Output - True - True - False - accelgroup1 - - - - - - - - - - - _Profiles - True - - - - - gtk-new - True - True - True - accelgroup1 - - - - - - gtk-save - True - True - True - accelgroup1 - - - - - - True - - - - - - - - - True - _Options - True - - - True - - - True - Skip packages there get depsolve errors - Skip Broken - True - - - - - - True - Don't check signatures for packages - no GPG Check - True - - - - - - True - Show only the latest packages when searching -Don't show multiple version of the same package - Show Newest Only - True - - - - - - - - - - True - _Help - True - - - - - gtk-about - True - True - True - accelgroup1 - - - - - - - - - - False - False - 0 - - - - - True - True - - - True - - - True - - - - - - - - False - True - - - - - True - True - False - - - True - True - - - - - 1 - - - - - - - - - True - - - True - - - True - True - - - True - True - word - - - - - 0 - - - - - 0 - - - - - - - - - True - - - True - True - 300 - - - - - True - True - - - True - 3 - - - 200 - True - True - - - - False - False - 0 - - - - - True - True - - - - 1 - - - - - - - 0 - - - - - True - - - True - True - - - True - True - - - - - - 0 - - - - - 150 - True - True - word - False - - - False - 5 - 1 - - - - - 1 - - - - - True - True - - - - - True - - - True - - - True - True - True - Typeahead search on/off - none - - - - True - gtk-find - - - - - False - False - 0 - - - - - True - True - Type search words separated by spaces -to find packages containing the search -words. - - gtk-clear - Undo the current search - - - - - - - 1 - - - - - True - True - True - Search Options - none - - - - True - gtk-properties - - - - - False - False - 2 - - - - - False - 0 - - - - - True - start - - - U_pdates - True - True - False - Show package updates - True - True - True - - - - False - False - 0 - - - - - Availa_ble - True - True - False - Show available packages - True - True - True - packageRadioUpdates - - - - False - False - 1 - - - - - _Installed - True - True - False - Show installed packages - True - True - True - packageRadioUpdates - - - - False - False - 2 - - - - - All - True - True - False - Show all Packages - True - True - packageRadioUpdates - - - False - False - 3 - - - - - _Groups - True - True - False - Show Groups - True - True - packageRadioUpdates - - - False - False - 4 - - - - - _Categories - True - True - False - Show Categories - True - True - packageRadioUpdates - - - False - False - 5 - - - - - - - - False - False - 2 - 1 - - - - - True - True - 300 - - - True - True - - - True - True - False - True - - - - - - - False - True - - - - - True - - - True - - - True - True - - - True - True - False - 5 - False - - - - - 5 - 0 - - - - - True - True - - - True - True - - - - - 1 - - - - - 0 - - - - - True - - - - - - False - False - 1 - - - - - True - True - - - - - 2 - - - - - True - 5 - end - - - gtk-select-all - True - True - True - Select all packages in current view - True - - - - False - False - 0 - - - - - gtk-undo - True - True - True - Undo all package selection - True - - - - False - False - 1 - - - - - gtk-apply - True - True - True - Execute all pending actions in queue - True - - - - False - False - 2 - - - - - False - False - 6 - 4 - - - - - True - True - - - - - 0 - - - - - - - 600 - 500 - 5 - True - center-on-parent - dialog - - - True - 2 - - - True - True - - - 400 - True - - - - - - False - - - - - True - Basic - - - False - - - - - True - - - - - - 1 - - - - - True - Advanced - - - 1 - False - - - - - True - - - - - - 2 - - - - - True - Yum - - - 2 - False - - - - - False - 1 - - - - - True - end - - - gtk-ok - True - True - True - True - - - False - False - 0 - - - - - gtk-cancel - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - prefOK - prefCancel - - - - - - True - - - True - - - - - - False - 0 - - - - - True - True - - - True - True - - - - - 1 - - - - - True - 5 - end - - - gtk-open - True - True - True - - - - False - False - 0 - - - - - gtk-save - True - True - True - - - - False - False - 1 - - - - - gtk-remove - True - True - True - Remove selected packages from queue - True - - - - False - False - 2 - - - - - gtk-apply - True - True - True - Execute all pending actions in queue - True - - - - False - False - 3 - - - - - False - False - 5 - end - 2 - - - - - - - - - True - - - True - True - - - True - True - - - - - - 0 - - - - - True - 5 - 5 - 5 - - - True - 5 - True - end - - - gtk-refresh - True - True - True - Refresh packages with current selected -repositories - True - - - - False - False - 0 - - - - - gtk-undo - True - True - True - Undo repository selection changes - True - - - - False - False - 1 - - - - - - - False - False - 1 - - - - - - - 300 - 300 - 5 - Search Options - True - center-on-parent - normal - - - True - 2 - - - True - True - - - True - True - - - - - False - 2 - - - - - True - end - - - gtk-ok - True - True - True - True - - - False - False - 0 - - - - - False - end - 0 - - - - - - button1 - - - - 600 - 400 - Testing Stuff - - - True - True - - - True - True - - - - - - diff --git a/yumex.spec b/yumex.spec deleted file mode 100644 index f30e64e..0000000 --- a/yumex.spec +++ /dev/null @@ -1,161 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: yumex -Version: 3.0.5 -Release: 2%{?dist} -Summary: Yum Extender graphical package management tool - -Group: Applications/System -License: GPLv2+ -URL: http://www.yum-extender.org -Source0: http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz -Patch0: yumex-sudo.patch -BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel -BuildRequires: desktop-file-utils -BuildRequires: gettext -BuildRequires: intltool - - -Requires: yum >= 3.2.23 -Requires: pygtk2 >= 2.14 -Requires: pexpect -Requires: python-iniparse -Requires: dbus-python -Requires: udisks -Requires: python-kitchen -Requires: urlgrabber -Requires: polkit - -%description -Graphical User Interface for Yum. - - -%prep -%setup -q -%patch0 -p1 - - -%build -make - - -%install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install - -#install another .glade file for el6 -%if 0%{?el6} -install -m644 src/yumex.glade.el6 $RPM_BUILD_ROOT/%{_datadir}/%{name}/yumex.glade -%endif - -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -# this is a doc file; removing from installed tree -rm $RPM_BUILD_ROOT%{_datadir}/yumex/COPYING - -%find_lang %name - - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-, root, root, -) -%doc COPYING ChangeLog TODO -%{_datadir}/pixmaps/yumex -%{_datadir}/yumex -%{_bindir}/yumex* -%{python_sitelib}/yumexbackend/ -%{python_sitelib}/yumexbase/ -%{python_sitelib}/yumexgui/ -%{python_sitelib}/guihelpers/ -%config(noreplace) %{_sysconfdir}/yumex.profiles.conf -%config(noreplace) %{_sysconfdir}/yumex.conf -%{_datadir}/polkit-1/actions/org.yum-extender.backend.policy -%{_datadir}/applications/fedora-%{name}.desktop - -%changelog -* Mon May 14 2012 Tim Lauridsen 3.0.5-2 -- added upstream patch to fix issue with use_sudo=1 -* Sun May 13 2012 Tim Lauridsen 3.0.5-1 -- bumped version to 3.0.5-1 -* Wed May 9 2012 Tim Lauridsen 3.0.4-3 -- Added PolicyKit policy -- Removed usermode requirement -- Added polkit requirement -* Sat Oct 22 2011 Tim Lauridsen 3.0.4-2 -- bumped version to 3.0.4-2 -- install special yumex.glade on el6 -* Tue Oct 11 2011 Tim Lauridsen 3.0.4-1 -- bumped version to 3.0.4-1 -* Wed Apr 27 2011 Tim Lauridsen 3.0.3-1 -- bumped version to 3.0.3-1 -* Wed Mar 30 2011 Tim Lauridsen 3.0.2-1 -- bumped version to 3.0.2-1 -* Thu Jan 6 2011 Tim Lauridsen 3.0.1-1 -- removed gnome-python2-gconf requirement, not need anymore -* Sun Jan 2 2011 Tim Lauridsen 3.0.1-1 -- Added urlgrabber requirement -* Tue Dec 21 2010 Tim Lauridsen - 3.0.1-1 -- bumped version to 3.0.1-1 -* Sat Nov 6 2010 Tim Lauridsen - 3.0.0-1 -- bumped version to 3.0.0-1 -* Sat Sep 11 2010 Tim Lauridsen - 2.9.11-1 -- bumped version to 2.9.11-1 -* Fri Jul 30 2010 Tim Lauridsen - 2.9.10-1 -- bumped version to 2.9.10-1 -* Tue Jul 6 2010 Tim Lauridsen - 2.9.9-1 -- bumped version to 2.9.9-1 -* Sat Jun 5 2010 Tim Lauridsen - 2.9.8-1 -- bumped version to 2.9.8-1 -* Mon Jan 31 2010 Tim Lauridsen - 2.9.7-1 -- bumped version to 2.9.7-1 -* Mon Jan 11 2010 Tim Lauridsen - 2.9.6-1 -- bumped version to 2.9.6-1 -* Fri Jan 1 2010 Tim Lauridsen - 2.9.5-1 -- bumped version to 2.9.5-1 -* Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 -- bumped version to 2.9.4-1 -- truncated rpm changelog to 2.9.x releases -* Sun Oct 11 2009 Tim Lauridsen - 2.9.3-1 -- bumped version to 2.9.3-1 -* Wed Sep 30 2009 Tim Lauridsen - 2.9.2-1 -- bumped version to 2.9.2-1 -* Fri Sep 18 2009 Tim Lauridsen - 2.9.1-1 -- bumped version to 2.9.1-1 -* Sun Aug 30 2009 Tim Lauridsen - 2.9.0-1 -- bumped version to 2.9.0-1 -* Sun Aug 30 2009 Tim Lauridsen - 2.9.0-0.13.pre -- bumped version to 2.9.0-0.13.pre -* Mon Aug 24 2009 Tim Lauridsen - 2.9.0-0.12.pre -- bumped version to 2.9.0-0.12.pre -* Fri Aug 21 2009 Tim Lauridsen - 2.9.0-0.11.pre -- bumped version to 2.9.0-0.11.pre -* Fri Aug 7 2009 Tim Lauridsen - 2.9.0-0.10.pre -- bumped version to 2.9.0-0.10.pre -* Thu Aug 6 2009 Tim Lauridsen - 2.9.0-0.9.pre -- bumped version to 2.9.0-0.9.pre -- handle new yumex-yum-backend in %%files section -* Sun May 24 2009 Tim Lauridsen - 2.9.0-0.8.pre -- bumped version to 2.9.0-0.8.pre -* Wed May 20 2009 Tim Lauridsen - 2.9.0-0.7.pre -- bumped version to 2.9.0-0.7.pre -* Sun May 10 2009 Tim Lauridsen - 2.9.0-0.6.pre -- bumped version to 2.9.0-0.6.pre -* Wed May 6 2009 Tim Lauridsen - 2.9.0-0.5.pre -- bumped version to 2.9.0-0.5.pre -* Thu Apr 30 2009 Tim Lauridsen - 2.9.0-0.4.pre -- bumped version to 2.9.0-0.4.pre -- added minimum version for pygtk requirement -* Sat Apr 25 2009 Tim Lauridsen - 2.9.0-0.3.pre -- bumped version to 2.9.0-0.3.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.2.pre -- bumped version to 2.9.0-0.2.pre -* Tue Apr 21 2009 Tim Lauridsen - 2.9.0-0.1.pre -- bumped version to 2.9.0-0.1.pre