From c044a05cfa47cf571b36a8d6a1c759deae46fe5b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 22 Apr 2008 01:34:35 +0000 Subject: [PATCH 01/34] Initialize branch F-9 for wuja --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From ac4bc9349063e2153e51a26f47721b200675b28f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 6 Sep 2008 21:25:40 +0000 Subject: [PATCH 02/34] fix license tag --- wuja.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wuja.spec b/wuja.spec index eb9738e..8e55a0b 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,11 +2,11 @@ Name: wuja Version: 0.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet -License: GPL +License: GPLv2+ URL: http://dangerouslyinc.com/wuja Source0: http://dangerouslyinc.com/files/wuja/wuja-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 6 2008 Tom "spot" Callaway 0.0.8-4 +- fix license tag + * Fri Apr 04 2008 Devan Goodwin 0.0.8-3 - Minor fix for missing egg info file. From aef6a6a01d3b4ab211aa280a918baaf642a2c99a Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Sat, 29 Nov 2008 17:35:12 +0000 Subject: [PATCH 03/34] Rebuild for Python 2.6 --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 8e55a0b..7494b0b 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.0.8-5 +- Rebuild for Python 2.6 + * Sat Sep 6 2008 Tom "spot" Callaway 0.0.8-4 - fix license tag From 44fcb4a35f9a2e53008e7acb0102852a09377d2f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 07:21:25 +0000 Subject: [PATCH 04/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 7494b0b..f573368 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.0.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.0.8-5 - Rebuild for Python 2.6 From 30386fddbc69dc61bfea8aacabefe3390dc86797 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:29:32 +0000 Subject: [PATCH 05/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index f573368..6614372 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 0.0.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 0.0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 452ca922a695192e1b7e55b0c229a599ce3c5845 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:17 +0000 Subject: [PATCH 06/34] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 18f2ff2..ac44865 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wuja -# $Id$ +# $Id: Makefile,v 1.1 2007/05/20 12:43:32 petersen Exp $ NAME := wuja 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 5c9c2f53cb8341ccd73cb8c6018f8f107f0f9fb8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:19:12 +0000 Subject: [PATCH 07/34] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 18f2ff2..ac44865 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wuja -# $Id$ +# $Id: Makefile,v 1.1 2007/05/20 12:43:32 petersen Exp $ NAME := wuja 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 f473abaeef7da86ab3c6101b63f9067dccd6743e Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 07:15:58 +0000 Subject: [PATCH 08/34] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 6614372..f068f6e 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 22 2010 David Malcolm - 0.0.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.0.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 45e8435dda1cbea621e895041992a103b0634db6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:27:22 +0000 Subject: [PATCH 09/34] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index ac44865..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wuja -# $Id: Makefile,v 1.1 2007/05/20 12:43:32 petersen Exp $ -NAME := wuja -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) From 4d085e64a1d8ab9e3d80319f4a68f4fe1a0ccad2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:27:23 +0000 Subject: [PATCH 10/34] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index ac44865..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wuja -# $Id: Makefile,v 1.1 2007/05/20 12:43:32 petersen Exp $ -NAME := wuja -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 1c26f78..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-9 From 1a232450343d42fd12d6e4fa0186e9e984c53d73 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 21:16:07 -0600 Subject: [PATCH 11/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index f068f6e..0473247 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.0.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Thu Jul 22 2010 David Malcolm - 0.0.8-8 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From d4b6db1889bd895e2a26bab8302e2cbedbc7576d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:31:35 -0600 Subject: [PATCH 12/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 0473247..44bfe63 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.0.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.0.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 9485fd0e4353cd791ce8edd71a62b90ffe89e406 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 23:08:29 -0500 Subject: [PATCH 13/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 44bfe63..1725801 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.0.8-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.0.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 15014f438ed47b32806d3974afcc4f71b5cb3fac Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:21:03 -0600 Subject: [PATCH 14/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 1725801..98d9310 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.0.8-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.0.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From f557c30deaaec7fec1f9f6745e1523702b65bac9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:22:30 -0500 Subject: [PATCH 15/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 98d9310..c04f798 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.0.8-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.0.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From d19414f87604562de45331a46408531ada1b7822 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:59:20 -0500 Subject: [PATCH 16/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index c04f798..d4e94af 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.0.8-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.0.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 91d614cadde177d6b4622d5ba6c109ef18b012e0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:38:09 +0000 Subject: [PATCH 17/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index d4e94af..eb8d3eb 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.0.8-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.0.8-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 4bedb95a16e739d9c668b324cce98628def75def Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:11:43 +0000 Subject: [PATCH 18/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index eb8d3eb..165c5ef 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.0.8-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 0.0.8-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 36244c08c6a80565f794861f4b9c6ff8e736602e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 13:10:50 +0000 Subject: [PATCH 19/34] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 165c5ef..79c6c82 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.0.8-17 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Fri Feb 05 2016 Fedora Release Engineering - 0.0.8-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 6626bc1bc818772ff2334c7607a057e2f53807a7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:34:29 +0000 Subject: [PATCH 20/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 79c6c82..ed0824b 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.0.8-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue Jul 19 2016 Fedora Release Engineering - 0.0.8-17 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages From 9cae41336e48c733416aefaaf6a387363d73d86d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:48:00 +0000 Subject: [PATCH 21/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index ed0824b..04cc1d4 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.0.8-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.0.8-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 73178470cac60604d81f558d39ee0a706633873b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:12:53 +0000 Subject: [PATCH 22/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 04cc1d4..88e5aa6 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.0.8-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.0.8-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 7567d4cd5c584139a5c9f4b3733768cdad77cbce Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:49:31 +0100 Subject: [PATCH 23/34] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- wuja.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 88e5aa6..78ba010 100644 --- a/wuja.spec +++ b/wuja.spec @@ -9,7 +9,6 @@ Group: Applications/Internet License: GPLv2+ URL: http://dangerouslyinc.com/wuja Source0: http://dangerouslyinc.com/files/wuja/wuja-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel From 233f9740ba2b1eaae5c3ef45b302e15fcf216b12 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:59:41 +0100 Subject: [PATCH 24/34] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- wuja.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/wuja.spec b/wuja.spec index 78ba010..2419bb2 100644 --- a/wuja.spec +++ b/wuja.spec @@ -62,9 +62,6 @@ if [ "$1" -eq 0 ]; then fi -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) From eb5e93c8ff63882e89e05ce2ea21d8586e0a7504 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 14 Feb 2018 17:26:47 +0100 Subject: [PATCH 25/34] Update Python 2 dependency declarations to new packaging standards --- wuja.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/wuja.spec b/wuja.spec index 2419bb2..d33de0d 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -11,13 +11,13 @@ URL: http://dangerouslyinc.com/wuja Source0: http://dangerouslyinc.com/files/wuja/wuja-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel -Requires: python-vobject >= 0.4.4 -Requires: python-dateutil >= 1.1 +Requires: python2-vobject >= 0.4.4 +Requires: python2-dateutil >= 1.1 Requires: gnome-python2-libegg >= 2.14.3 Requires: gnome-python2-gconf >= 2.18.1 -Requires: notify-python >= 0.1.0 +Requires: python2-notify >= 0.1.0 Requires(pre): GConf2 Requires(post): GConf2 @@ -76,6 +76,10 @@ fi %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.0.8-21 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.0.8-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 86ecc84ddfd62d6b8d96e8e53efc5d3231a9d015 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:40:31 -0500 Subject: [PATCH 26/34] Remove needless use of %defattr --- wuja.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index d33de0d..ea95fd9 100644 --- a/wuja.spec +++ b/wuja.spec @@ -64,7 +64,6 @@ fi %files -%defattr(-,root,root,-) %doc AUTHORS %doc LICENSE %doc README From 97f835cd3e1aac57207f7ebea16b2de734344dea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:01:44 +0000 Subject: [PATCH 27/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index ea95fd9..f849b68 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Gnome desktop applet for integration with Google Calendar Group: Applications/Internet @@ -75,6 +75,9 @@ fi %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.0.8-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 14 2018 Iryna Shcherbina - 0.0.8-21 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) From 499fd65c1fe4fe7bcd9b59a1cea933f1fc12c943 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 29 Jul 2018 23:11:17 +0200 Subject: [PATCH 28/34] =?UTF-8?q?%{python=5Fsitelib}=20=E2=86=92=20%{pytho?= =?UTF-8?q?n2=5Fsitelib}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- wuja.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wuja.spec b/wuja.spec index f849b68..585705a 100644 --- a/wuja.spec +++ b/wuja.spec @@ -70,8 +70,8 @@ fi %{_sysconfdir}/gconf/schemas/wuja.schema %{_bindir}/wuja %dir %{python_sitelib}/wuja -%{python_sitelib}/wuja/* -%{python_sitelib}/wuja*.egg-info +%{python2_sitelib}/wuja/* +%{python2_sitelib}/wuja*.egg-info %changelog From 6ee4e7a9d244c9ef62d9265c9ccc1129c496d66b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 29 Jul 2018 23:25:13 +0200 Subject: [PATCH 29/34] Switch to %py2_build Signed-off-by: Igor Gnatenko --- wuja.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 585705a..791977c 100644 --- a/wuja.spec +++ b/wuja.spec @@ -30,7 +30,7 @@ wuja is a Gnome application for integration with Google Calendar. %build -%{__python} setup.py build +%py2_build %install From 66bb3abe81a83c2ffdd0c2caf11f7c75161a111b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 29 Jul 2018 23:28:39 +0200 Subject: [PATCH 30/34] Switch to %py2_install Signed-off-by: Igor Gnatenko --- wuja.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 791977c..c900a1f 100644 --- a/wuja.spec +++ b/wuja.spec @@ -36,7 +36,7 @@ wuja is a Gnome application for integration with Google Calendar. %install rm -rf $RPM_BUILD_ROOT export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%py2_install rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt From 609bc6a7b35fcc6b361b90ad388c997786ab888b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 31/34] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wuja.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index c900a1f..8cb7ad6 100644 --- a/wuja.spec +++ b/wuja.spec @@ -5,7 +5,6 @@ Version: 0.0.8 Release: 22%{?dist} Summary: Gnome desktop applet for integration with Google Calendar -Group: Applications/Internet License: GPLv2+ URL: http://dangerouslyinc.com/wuja Source0: http://dangerouslyinc.com/files/wuja/wuja-%{version}.tar.gz From 9ccd7aa97df32c00f2ac2ce44f3127414e63fa69 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:59:22 +0000 Subject: [PATCH 32/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index 8cb7ad6..da0c035 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Gnome desktop applet for integration with Google Calendar License: GPLv2+ @@ -74,6 +74,9 @@ fi %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.0.8-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.0.8-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From c9127e4afd926b0be2d7dfb4b47cc956d2783ffc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:46:23 +0000 Subject: [PATCH 33/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wuja.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wuja.spec b/wuja.spec index da0c035..0dd4665 100644 --- a/wuja.spec +++ b/wuja.spec @@ -2,7 +2,7 @@ Name: wuja Version: 0.0.8 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Gnome desktop applet for integration with Google Calendar License: GPLv2+ @@ -74,6 +74,9 @@ fi %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.0.8-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.0.8-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From d9d78f2f458431ebfef11d8e41c06b73b1e51381 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Aug 2019 16:50:06 +0000 Subject: [PATCH 34/34] wuja fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676222 --- .gitignore | 1 - dead.package | 1 + sources | 1 - wuja.spec | 167 --------------------------------------------------- 4 files changed, 1 insertion(+), 169 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wuja.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f42a94f..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -wuja-0.0.8.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..64492cc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +wuja fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676222 diff --git a/sources b/sources deleted file mode 100644 index bf3260b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -a8775b800930e589d61dbba439d3ee81 wuja-0.0.8.tar.gz diff --git a/wuja.spec b/wuja.spec deleted file mode 100644 index 0dd4665..0000000 --- a/wuja.spec +++ /dev/null @@ -1,167 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: wuja -Version: 0.0.8 -Release: 24%{?dist} -Summary: Gnome desktop applet for integration with Google Calendar - -License: GPLv2+ -URL: http://dangerouslyinc.com/wuja -Source0: http://dangerouslyinc.com/files/wuja/wuja-%{version}.tar.gz - -BuildArch: noarch -BuildRequires: python2-devel - -Requires: python2-vobject >= 0.4.4 -Requires: python2-dateutil >= 1.1 -Requires: gnome-python2-libegg >= 2.14.3 -Requires: gnome-python2-gconf >= 2.18.1 -Requires: python2-notify >= 0.1.0 - -Requires(pre): GConf2 -Requires(post): GConf2 -Requires(preun): GConf2 - -%description -wuja is a Gnome application for integration with Google Calendar. -%prep -%setup -q -n wuja-%{version} - - -%build -%py2_build - - -%install -rm -rf $RPM_BUILD_ROOT -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -%py2_install -rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt - - -%pre -if [ "$1" -gt 1 ]; then - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/wuja.schema >/dev/null || : -fi - - -%post -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/wuja.schema > /dev/null || : - - -%preun -if [ "$1" -eq 0 ]; then - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/wuja.schema > /dev/null || : -fi - - - -%files -%doc AUTHORS -%doc LICENSE -%doc README -%{_sysconfdir}/gconf/schemas/wuja.schema -%{_bindir}/wuja -%dir %{python_sitelib}/wuja -%{python2_sitelib}/wuja/* -%{python2_sitelib}/wuja*.egg-info - - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.0.8-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.0.8-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.0.8-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 14 2018 Iryna Shcherbina - 0.0.8-21 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0.0.8-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.0.8-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.0.8-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.0.8-17 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.0.8-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.0.8-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.0.8-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.0.8-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.0.8-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.0.8-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.0.8-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.0.8-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jul 22 2010 David Malcolm - 0.0.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.0.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.0.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.0.8-5 -- Rebuild for Python 2.6 - -* Sat Sep 6 2008 Tom "spot" Callaway 0.0.8-4 -- fix license tag - -* Fri Apr 04 2008 Devan Goodwin 0.0.8-3 -- Minor fix for missing egg info file. - -* Sat Jun 02 2007 Devan Goodwin 0.0.8-1 -- Releasing 0.0.8. - -* Sun Apr 29 2007 Devan Goodwin 0.0.7-2 -- Updating spec file as per Fedora review suggestions. - -* Thu Apr 26 2007 Devan Goodwin 0.0.7-1 -- Updated to use _elementtree module in Python 2.5 if available. - -* Mon Feb 22 2007 Devan Goodwin 0.0.6-1 -- Renamed back to just wuja, not really a Gnome applet. - -* Mon Feb 05 2007 Devan Goodwin 0.0.6-1 -- Disabled threading for temporary bugfix release. - -* Mon Feb 05 2007 Devan Goodwin 0.0.5-3 -- Updates to .spec file. - -* Sun Jan 21 2007 Devan Goodwin 0.0.5-2 -- Renamed to gnome-applet-wuja. - -* Wed Jan 17 2007 Devan Goodwin 0.0.5-1 -- Initial packaging. -