[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #49 from leigh scott leigh123li...@gmail.com 2012-08-19 12:29:13 
CEST ---
(In reply to comment #48)
--

Message: 1
Date: Sat, 18 Aug 2012 19:41:06 +0200
From: Mattia hal8...@hotmail.it
To: rpmfusion-developers@lists.rpmfusion.org
Subject: gnome-shell-extension-weather: build failed
Message-ID: blu0-smtp2910cfb3f7ef0cffc05574fd8...@phx.gbl
Content-Type: text/plain; charset=iso-8859-1

I tried to build gnome-shell-extension-weather (branches: *devel*, *F-16*, *
F-17*) on Plague, but all builds failed. Here are the logs:

 *
http://buildsys.rpmfusion.org/logs/fedora-development-rpmfusion_free/14212-gnome-shell-extension-weather-0-0.4.gitb9358f2.fc18/
*
http://buildsys.rpmfusion.org/logs/fedora-16-rpmfusion_free/14213-gnome-shell-extension-weather-0-0.4.gitb9358f2.fc16/
*
http://buildsys.rpmfusion.org/logs/fedora-17-rpmfusion_free/14214-gnome-shell-extension-weather-0-0.4.gitb9358f2.fc17/

*Mock* on my local machine built the package (for Fedora 17 x86_64) with
success. The results of *mock* are inside this archive:
http://db.tt/qTbAvgDm

Any suggestions on what to do?
Thank you.

Regards,
M.M.
-- next part --



How did this package past review with this or was it added later?

%build
./autogen.sh --prefix=/usr
make %{?_smp_mflags}



I sent you an email

 Original Message 
Subject: gnome-shell-extension-weather
Date: Sun, 19 Aug 2012 11:21:41 +0100
From: Leigh Scott leigh123li...@gmail.com
To: hal8...@hotmail.it


Hi,




Try this

%build
NOCONFIGURE=1 ./autogen.sh
%configure --prefix=%{_prefix}
make %{?_smp_mflags}


Leigh


P.S your previous %build section breached guidelines on many counts

This is bad on to counts

1. using ./autogen to configure is bad as it does set any variables
2. no hard paths allowed /usr , always use the proper macros

 Always use %configure as it sets everything

$ rpm -E %configure

  CFLAGS=${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 
-mtune=generic} ; export CFLAGS ;
  CXXFLAGS=${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 
-mtune=generic} ; export CXXFLAGS ;
  FFLAGS=${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64 
-mtune=generic -I/usr/lib64/gfortran/modules} ; export FFLAGS ;
  LDFLAGS=${LDFLAGS:--Wl,-z,relro }; export LDFLAGS;
  ./configure --build=x86_64-unknown-linux-gnu 
--host=x86_64-unknown-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #50 from leigh scott leigh123li...@gmail.com 2012-08-19 12:33:00 
CEST ---
 Original Message 
Subject: Fwd: gnome-shell-extension-weather
Date: Sun, 19 Aug 2012 11:32:15 +0100
From: Leigh Scott leigh123li...@gmail.com
To: hal8...@hotmail.it


I made a couple of minor mistakes in my original email




Hi,




Try this

%build
NOCONFIGURE=1 ./autogen.sh
%configure --prefix=%{_prefix}
make %{?_smp_mflags}


Leigh


P.S your previous %build section breached guidelines on many counts

This is bad on 2 counts

1. using ./autogen to configure is bad as it doesn't set any variables
2. no hard paths allowed /usr , always use the proper macros

 Always use %configure as it sets everything

$ rpm -E %configure

  CFLAGS=${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64
-mtune=generic} ; export CFLAGS ;
  CXXFLAGS=${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64
-mtune=generic} ; export CXXFLAGS ;
  FFLAGS=${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4  -m64
-mtune=generic -I/usr/lib64/gfortran/modules} ; export FFLAGS ;
  LDFLAGS=${LDFLAGS:--Wl,-z,relro }; export LDFLAGS;
  ./configure --build=x86_64-unknown-linux-gnu
--host=x86_64-unknown-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #51 from Mattia M. mattia.meneguzzo+rpmfus...@gmail.com 
2012-08-19 15:27:45 CEST ---
Thank you.

(In reply to comment #49)
 How did this package past review with this or was it added later?
 
 %build
 ./autogen.sh --prefix=/usr
 make %{?_smp_mflags}

The %build section has been like that since the beginning.

 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure --prefix=%{_prefix}
 make %{?_smp_mflags}

After the correction you has suggested, Plague has managed to build the package
in the devel branch, but has failed again in the F-16 and F-17 branches.
The error seems to be: (see build.log here:
http://buildsys.rpmfusion.org/logs/fedora-17-rpmfusion_free/14217-gnome-shell-extension-weather-0-0.5.gitb9358f2.fc17/noarch/build.log
)

checking for automake = 1.9...
  testing automake-1.11... not found.
  testing automake-1.10... not found.
  testing automake-1.9... not found.
***Error***: You must have automake = 1.9 installed
  to build gnome-shell-extension-weather.  Download the appropriate package for
  from your distribution or get the source tarball at
http://ftp.gnu.org/pub/gnu/automake/automake-1.9.tar.gz

And, again, mock on my local machine manages to build the package correctly
(for Fedora 17 x86_64).

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #52 from leigh scott leigh123li...@gmail.com 2012-08-19 15:35:29 
CEST ---
You could try

%build
autoreconf -fi
intltoolize -f
%configure --prefix=%{_prefix}
make %{?_smp_mflags}

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #53 from Mattia M. mattia.meneguzzo+rpmfus...@gmail.com 
2012-08-19 15:39:34 CEST ---
(In reply to comment #52)
 You could try
 
 %build
 autoreconf -fi
 intltoolize -f
 %configure --prefix=%{_prefix}
 make %{?_smp_mflags}

I think there's nothing wrong in our spec file: please, read here:
https://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-August/013329.html

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #54 from leigh scott leigh123li...@gmail.com 2012-08-19 15:47:23 
CEST ---
(In reply to comment #53)
 (In reply to comment #52)
  You could try
  
  %build
  autoreconf -fi
  intltoolize -f
  %configure --prefix=%{_prefix}
  make %{?_smp_mflags}
 
 I think there's nothing wrong in our spec file: please, read here:
 https://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-August/013329.html

I wouldn't have approved this package if I was the reviewer with this

%build
./autogen.sh --prefix=/usr
make %{?_smp_mflags}


The autogen line was completely wrong.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #55 from Mattia M. mattia.meneguzzo+rpmfus...@gmail.com 
2012-08-19 15:51:54 CEST ---
(In reply to comment #54)
 I wouldn't have approved this package if I was the reviewer with this
 
 %build
 ./autogen.sh --prefix=/usr
 make %{?_smp_mflags}
 
 
 The autogen line was completely wrong.

So, thanks for pointing that out. Any suggestion aiming to increase my (little)
experience in packaging is welcome!

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-08-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #56 from leigh scott leigh123li...@gmail.com 2012-08-19 15:59:01 
CEST ---
(In reply to comment #54)
 (In reply to comment #53)
  (In reply to comment #52)
   You could try
   
   %build
   autoreconf -fi
   intltoolize -f
   %configure --prefix=%{_prefix}
   make %{?_smp_mflags}
  
  I think there's nothing wrong in our spec file: please, read here:
  https://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-August/013329.html
 
 I wouldn't have approved this package if I was the reviewer with this
 
 %build
 ./autogen.sh --prefix=/usr
 make %{?_smp_mflags}
 
 
 The autogen line was completely wrong.

Agreed it was a dumb move to push automake-1.12 to the f16 and f17 repos.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #42 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-30 09:02:55 CEST ---
(In reply to comment #41)
 Last one looks good to me!

Great! Thanks for your effort.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

leigh scott leigh123li...@gmail.com changed:

   What|Removed |Added

 CC||leigh123li...@gmail.com

--- Comment #43 from leigh scott leigh123li...@gmail.com 2012-05-30 12:27:46 
CEST ---
Don't forget to apply for cvs and add 33 to the blocks on this report.

http://rpmfusion.org/Contributors#Your_package_gets_approved

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #44 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-30 12:47:30 CEST ---
(In reply to comment #43)
 Don't forget to apply for cvs and add 33 to the blocks on this report.

I'll do that once I create a RPMFusion Account System account (since, if I'm
right, I cannot use my Fedora Account System account, correct?).

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #45 from leigh scott leigh123li...@gmail.com 2012-05-30 13:19:02 
CEST ---
(In reply to comment #44)

 (since, if I'm right, I cannot use my Fedora Account System account, 
 correct?).


That is correct

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com changed:

   What|Removed |Added

 Blocks||33

--- Comment #46 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-30 15:14:09 CEST ---
Package CVS request
==
Package Name: gnome-shell-extension-weather
Short Description: An extension for displaying weather notifications in GNOME
Shell
Owners: odysseus
Branches: f16 f17
InitialCC:
--
License tag: free

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Nicolas Chauvet kwiz...@gmail.com changed:

   What|Removed |Added

 Blocks|33  |

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #47 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-30 23:35:31 CEST ---
Package CVS request
==
Package Name: gnome-shell-extension-weather
Short Description: An extension for displaying weather notifications in GNOME
Shell
Owners: odysseus
Branches: f16 f17
InitialCC:
--
License tag: free

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #48 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-31 00:30:48 CEST ---
The package has been imported into CVS and built with success.
I'm closing this bug.
Thank you all for your help!

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-29 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Richard hobbes1...@gmail.com changed:

   What|Removed |Added

 Blocks|3   |4

--- Comment #41 from Richard hobbes1...@gmail.com 2012-05-30 04:24:03 CEST ---
Last one looks good to me!

+: OK
-: must be fixed
=: should be fixed (at your discretion)
?: Question or clairification needed
N: not applicable

MUST:
[+] rpmlint output: shown in comment.
[+] follows package naming guidelines
[+] spec file base name matches package name
[+] package meets the packaging guidelines
[+] package uses a Fedora approved license: GPLv3+
[+] license field matches the actual license.
[+] license file is included in %doc: COPYING
[+] spec file is in American English
[+] spec file is legible
[+] sources match upstream: recursive diff produces no output
[+] package builds on at least one primary arch: Tested x86_64
[N] appropriate use of ExcludeArch
[+] all build requirements in BuildRequires
[N] spec file handles locales properly
[N] ldconfig in %post and %postun
[+] no bundled copies of system libraries
[+] no relocatable packages
[+] package owns all directories that it creates
[+] no files listed twice in %files
[+] proper permissions on files
[+] consistent use of macros
[+] code or permissible content
[N] large documentation in -doc
[+] no runtime dependencies in %doc
[N] header files in -devel
[N] static libraries in -static
[N] .so in -devel
[N] -devel requires main package
[+] package contains no libtool archives
[+] package contains a desktop file, uses desktop-file-install/validate
[+] package does not own files/dirs owned by other packages
[+] all filenames in UTF-8

SHOULD:
[+] query upstream for license text
[N] description and summary contains available translations
[+] package builds in mock
[+] package builds on all supported arches: Tested x86_64
[+] package functions as described: Works for me!
[+] sane scriptlets
[N] subpackages require the main package
[N] placement of pkgconfig files
[+] file dependencies versus package dependencies
[+] package contains man pages for binaries/scripts

*** APPROVED ***

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-22 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #38 from Richard hobbes1...@gmail.com 2012-05-22 20:14:27 CEST ---
Ok, I don't know WHY it's this way but it is. 

gnome-shell is indeed 3.2 but gnome-common is at 3.1 on F16, so can we update
the spec to:

BuildRequires:  gnome-common = 3.1, gnome-shell = 3.2

???

Richard

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-22 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #39 from Richard hobbes1...@gmail.com 2012-05-22 22:28:16 CEST ---
Also, since configure is nice enough to spit out it's minimum requirements, I
added the following in my copy of the spec:

BuildRequires:  autoconf = 2.53, automake = 1.9, intltool = 0.25

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-22 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #40 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-23 06:26:48 CEST ---
(In reply to comment #38)
 Ok, I don't know WHY it's this way but it is. 
 
 gnome-shell is indeed 3.2 but gnome-common is at 3.1 on F16, so can we update
 the spec to:
 
 BuildRequires:  gnome-common = 3.1, gnome-shell = 3.2
 
 ???
 
 Richard

(In reply to comment #39)
 Also, since configure is nice enough to spit out it's minimum requirements, I
 added the following in my copy of the spec:
 
 BuildRequires:  autoconf = 2.53, automake = 1.9, intltool = 0.25

Yes, you're right.
I've corrected the Spec file according to your suggestions and updated it to
the latest upstream version.

Spec URL: http://db.tt/tSBmhcp8

SRPM URL: http://db.tt/p7jHN6qP

( RPM package for Fedora 17: http://db.tt/p5ByBdyZ )

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-19 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #36 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-19 15:35:03 CEST ---
(In reply to comment #35)
 Hmm... F16 is still on gnome 3.1... I'll force it to build anyway and see what
 happens.

Actually, Fedora 16 comes with GNOME 3.2, unless you have a pre-release
version.
I'd be glad if you try it anyway and let me know.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-17 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #32 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-17 10:09:23 CEST ---
(In reply to comment #29)
 1. Are you sure this requires Gnome 3.4? I've been running this extension on
 Fedora 16 with Gnome 3.1.

Neroth, the developer of the extension, has tried it with various versions of
GNOME and has come to the conclusion that it works on GNOME = 3.2.
I'll correct the Spec file accordingly.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-17 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #33 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-17 16:04:38 CEST ---
Here's the latest version (with auto-completion of city names in the setting
panel), with a Spec file corrected according to Richard's suggestions.

Spec URL: http://db.tt/8byNiC37

SRPM URL: http://db.tt/8AO80DVx

(RPM package for Fedora 17: http://db.tt/x8r5Gdph )

If you can, please try to compile and/or install it on Fedora 16 / GNOME 3.2 to
confirm it works. Thank you.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-17 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #34 from Andre Robatino robat...@fedoraproject.org 2012-05-17 
16:14:46 CEST ---
(In reply to comment #33)

 (RPM package for Fedora 17: http://db.tt/x8r5Gdph )
 
 If you can, please try to compile and/or install it on Fedora 16 / GNOME 3.2 
 to
 confirm it works. Thank you.

Works for me on F16.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-16 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #31 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-16 09:21:56 CEST ---
(In reply to comment #27)
 Don't forget to drop the NEEDSPONSORS blocker since you're sponsored now. 
 Also,
 make sure you write on the mailing list since Nicolas (or whoever else can set
 you up) may not see it on the bug report.

By the way, I wrote on the mailing list two days ago to tell that I am
sponsored in Fedora now (
https://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-May/012504.html
), but nothing has happened yet.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-15 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #30 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-15 08:20:56 CEST ---
(In reply to comment #29)
 1. Are you sure this requires Gnome 3.4? I've been running this extension on
 Fedora 16 with Gnome 3.1

I specified that requirement because I know GNOME Shell extensions often break
backward-compatibility with old GNOME versions and, since I'm focused mainly on
Fedora 17 (i.e. GNOME 3.4), I didn't delve into this aspect.
I'm going to ask the developer about this.
Thank you.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-14 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com changed:

   What|Removed |Added

 Blocks|30  |

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-14 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #28 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-14 21:37:49 CEST ---
Until I become an official RPMFusion packager (soon, hopefully), I'll go on
releasing my builds here.
Here's the latest version, which corrects issue
https://github.com/Neroth/gnome-shell-extension-weather/issues/14 .

Spec URL: http://db.tt/BizYFgXY

SRPM URL: http://db.tt/Fobr8m6W

(RPM package for Fedora 17: http://db.tt/g1E9vLLb )

Enjoy!

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-14 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #29 from Richard hobbes1...@gmail.com 2012-05-14 21:52:14 CEST ---
Quick spec review:

1. Are you sure this requires Gnome 3.4? I've been running this extension on
Fedora 16 with Gnome 3.1.

2. You need one blank line between your changelog entries for better
legibility.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-13 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #25 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-13 12:24:31 CEST ---
IMPORTANT NEWS: Now I am a sponsored Fedora packager (please see
https://bugzilla.redhat.com/show_bug.cgi?id=752169 ).

More, I switched to the fork developed by Neroth (
https://github.com/Neroth/gnome-shell-extension-weather ), which now seems to
be ahead of the one by simon04 in terms of completeness and features.

So, here you are the Spec and the SRPM files (plus an RPM package for Fedora
17) of gnome-shell-extension-weather by Neroth:

Spec URL: http://db.tt/H9ybFOd0

SRPM URL: http://db.tt/WVtOSDLR

(RPM package for Fedora 17: http://db.tt/agAOcAdE )

Output of rpmlint gnome-shell-extension-weather.spec
../RPMS/*/gnome-shell-extension-weather*.rpm
../SRPMS/gnome-shell-extension-weather*.rpm:

gnome-shell-extension-weather.noarch: W: spelling-error %description -l en_US
informations - information, information's, in formations
gnome-shell-extension-weather.src: W: spelling-error %description -l en_US
informations - information, information's, in formations
2 packages and 1 specfiles checked; 0 errors, 2 warnings.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-13 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #26 from Mattia Meneguzzo mattia.meneguzzo+rpmfus...@gmail.com 
2012-05-13 21:42:03 CEST ---
And here's another new version:

Spec URL: http://db.tt/buGEjGk5

SRPM URL: http://db.tt/2ZPBJI2W

(RPM package for Fedora 17: http://db.tt/Dnqth2Rt )

Output of rpmlint: the same as in comment #25.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-13 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Richard hobbes1...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|rpmfusion-package-review@rp |hobbes1...@gmail.com
   |mfusion.org |

--- Comment #27 from Richard hobbes1...@gmail.com 2012-05-14 00:53:40 CEST ---
I'll take this since I'm using it already :)

Don't forget to drop the NEEDSPONSORS blocker since you're sponsored now. Also,
make sure you write on the mailing list since Nicolas (or whoever else can set
you up) may not see it on the bug report.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-05-13 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Richard hobbes1...@gmail.com changed:

   What|Removed |Added

 Blocks|2   |3

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-04-26 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #24 from Christian METZLER ner...@xeked.com 2012-04-27 02:47:08 
CEST ---
Hi !

I have updated my fork, it integrates now the sunrise and sunset times and the
control of the wind unit.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-04-02 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #23 from Richard hobbes1...@gmail.com 2012-04-03 01:22:50 CEST ---
I can take care of the review part, but I can't sponsor you. Have you tried
doing other informal reviews on Fedora or RPM Fusion? It would help you get the
attention of a sponsor.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-04-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #22 from Mattia Meneguzzo hal8...@hotmail.it 2012-04-01 10:51:54 
CEST ---
The issue described in comment #21 is resolved with this new version (and it's
not an April Fool!):

Spec URL: http://db.tt/wBPYKZf2

SRPM URL: http://db.tt/6SZJKp0s

( RPM package for Fedora 16: http://db.tt/iYx9hGyr )

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-03-31 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #21 from Mattia Meneguzzo hal8...@hotmail.it 2012-03-31 09:24:28 
CEST ---
(In reply to comment #20)
 I'll check it out, but did you try the fork from comment 17? I gave it a try
 and I much preferred it to the original.

The fork by Neroth features some nice improvements, but the one by Simon04 is
updated more often and is more complete. For the moment, I prefer to stick with
the latter.

And here's a new version.

Spec URL: http://db.tt/o1yCyXeg

SRPM URL: http://db.tt/MOluKP1S

( RPM package for Fedora 16: http://db.tt/nKn9xH2m )

Note #1: from now on, I'll report rpmlint outputs only if they differ from the
ones in comment #3.

Note #2: it seems this (and the previous) version has got an issue: forecasts
aren't displayed in the popup if Show Sunrise / Sunset times is checked in
the configuration window (
https://github.com/simon04/gnome-shell-extension-weather/issues/74 ).

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-03-29 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #19 from Mattia Meneguzzo hal8...@hotmail.it 2012-03-29 09:25:29 
CEST ---
A new version of the package.

Spec URL: http://db.tt/hQ27NI6g

SRPM URL: http://db.tt/B9FBP2RZ

(RPM package for Fedora 16: http://db.tt/6EqUgCje )

Outputs of rpmlint: the same as in comment #3.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-03-29 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #20 from Richard hobbes1...@gmail.com 2012-03-29 14:43:36 CEST ---
I'll check it out, but did you try the fork from comment 17? I gave it a try
and I much preferred it to the original.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-02-21 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #18 from Mattia Meneguzzo hal8...@hotmail.it 2012-02-21 10:44:29 
CET ---
Here is the latest version.

Spec URL: http://db.tt/aXjMETZJ

SRPM URL: http://db.tt/yLydntaS


( RPM package for Fedora 16: http://db.tt/LWTTA7Se )


The outputs of rpmlint are the same as in comment #3.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-02-05 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #16 from Richard hobbes1...@gmail.com 2012-02-05 15:16:31 CET ---
I'm willing to do the review, but unfortunately I'm not able to sponsor you. I
also think it unlikely that a sponsor will accept the packaging of a
gnome-shell-extension as proof of packaging skill.

The best advice I know to give you is to try packaging something on the Fedora
wishlist[1] and do informal package reviews for current Fedora review requests
(be sure to state that you're doing the informal review to attain sponsorship). 

Richard

[1] http://fedoraproject.org/wiki/Package_maintainers_wishlist

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-12 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #15 from Mattia Meneguzzo hal8...@hotmail.it 2012-01-13 08:33:22 
CET ---
New version.


Spec URL: http://db.tt/D4QZehyV

SRPM URL: http://db.tt/B25ELmBs


( RPM package for Fedora 16: http://db.tt/N9Wubfdb )


The outputs of rpmlint are the same as in comment #3.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #7 from Mattia Meneguzzo hal8...@hotmail.it 2012-01-01 18:34:14 
CET ---
(In reply to comment #6)
 I installed the RPM, enabled it using gnome-tweak-tool, and changed the WOEID
 to that for Brookline, MA (2369930), but it just says Please Wait Loading...
 which is unchanged for several hours now. I tried various other WOEIDs but 
 none
 seem to work, although the original one did.

I had the same problem with the WOEID of my town. All I had to do was changing
the WOEID to the one of a nearby bigger town.
Anyway, the issue doesn't depend on the extension or on the package; there may
be something wrong with Yahoo! Weather, which the data are fetched from.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #8 from Andre Robatino robat...@fedoraproject.org 2012-01-01 
19:01:37 CET ---
(In reply to comment #7)
 (In reply to comment #6)
  I installed the RPM, enabled it using gnome-tweak-tool, and changed the 
  WOEID
  to that for Brookline, MA (2369930), but it just says Please Wait 
  Loading...
  which is unchanged for several hours now. I tried various other WOEIDs but 
  none
  seem to work, although the original one did.
 
 I had the same problem with the WOEID of my town. All I had to do was changing
 the WOEID to the one of a nearby bigger town.
 Anyway, the issue doesn't depend on the extension or on the package; there may
 be something wrong with Yahoo! Weather, which the data are fetched from.

2367105 (Boston) and 2459105 (New York City) don't work either. Do you know of
any WOEIDs which do work, other than the default? I seem to remember that the
default WOEID had alphabetic characters - does it need to be entered in
hexadecimal, or something like that?

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Richard hobbes1...@gmail.com changed:

   What|Removed |Added

 CC||hobbes1...@gmail.com

--- Comment #9 from Richard hobbes1...@gmail.com 2012-01-01 19:13:21 CET ---
Well I live in a medium sized town and I get weather with USMS0365.

Perhaps there's different types of WOEID's?

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #10 from Richard hobbes1...@gmail.com 2012-01-01 19:18:36 CET ---
Ok, I think I figured it out. There are two codes, one gets you the RSS feed,
such as:

http://weather.yahooapis.com/forecastrss?w=12774592

Then if you look down to the link xml tag there's the one you need at the
end:


http://us.rd.yahoo.com/dailynews/rss/weather/Southaven__MS/*http://weather.yahoo.com/forecast/USMS0365_f.html

The USMS0365 (without the _f) is the one I currently use.

Richard

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #11 from Andre Robatino robat...@fedoraproject.org 2012-01-01 
19:39:49 CET ---
(In reply to comment #9)
 Well I live in a medium sized town and I get weather with USMS0365.
 
 Perhaps there's different types of WOEID's?

Yes, USMS0365 works for me, and in fact, it turns out that US Zip codes work
as well, so for Brookline, MA I can just use 02446. But when I googled for
WOEID Brookline, I was only finding the 7-digit decimal codes, and those
don't work - and this is even in Yahoo's documentation, for example

http://developer.yahoo.com/geo/geoplanet/guide/concepts.html

It might be my ignorance - I never heard of WOEIDs before and just wanted to do
a quick search for the correct value - but a lot of other people would be in
the same position and maybe a pointer to a good lookup site would help.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #12 from Andre Robatino robat...@fedoraproject.org 2012-01-01 
20:02:08 CET ---
Going to http://weather.yahoo.com/  and searching by ZIP code 02446 gives an
URL

http://weather.yahooapis.com/forecastrss?w=12758839

where 12758839 is the RSS WOEID, and the link titled Full Forecast at Yahoo!
Weather on that page points to

http://us.rd.yahoo.com/dailynews/rss/weather/Brookline__MA/*http://weather.yahoo.com/forecast/USMA0058_f.html

and indeed USMA0058 works for me. But this would be incredibly confusing for
any new user, since it's different from the 7-digit WOEIDs that naive googling
turns up. Mattia: are those supposed to work as well, for example 2459105 for
New York City? I also came across something indicating that Yahoo is
deprecating use of US Zip codes, so those might not work permanently.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2012-01-01 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #13 from Mattia Meneguzzo hal8...@hotmail.it 2012-01-02 08:35:37 
CET ---
I informed Simon Legner, the developer of the extension, about the WOEID issue:
https://github.com/simon04/gnome-shell-extension-weather/issues/52
Maybe he can help us.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-12-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Andrea Musuruane musur...@gmail.com changed:

   What|Removed |Added

 CC||musur...@gmail.com

--- Comment #4 from Andrea Musuruane musur...@gmail.com 2011-12-30 10:14:58 
CET ---
(In reply to comment #3)
 The package has been updated to reflect the latest upstream changes (see the
 changelog in the .spec file).

The changelog section in the spec file should report only changes to the
package not upstream changes:
https://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-12-30 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #5 from Mattia Meneguzzo hal8...@hotmail.it 2011-12-31 07:56:19 
CET ---
(In reply to comment #4)
 The changelog section in the spec file should report only changes to the
 package not upstream changes:
 https://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs

I've updated the .spec file according to your advice. Thank you.

Spec URL: http://db.tt/GmHGGH3L

SRPM URL: http://db.tt/x8xJFzHX

(Here's also the link to the RPM package for Fedora 16, if someone wants to
install and try the extension: http://db.tt/1Qrr0cQZ )

The outputs of rpmlint are the same as in comment #3.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-12-29 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #3 from Mattia Meneguzzo hal8...@hotmail.it 2011-12-30 08:49:06 
CET ---
The package has been updated to reflect the latest upstream changes (see the
changelog in the .spec file).

Spec URL: http://db.tt/SstLJib4

SRPM URL: http://db.tt/Irmu0zWs

Output of rpmlint gnome-shell-extension-weather.spec:
0 packages and 1 specfiles checked; 0 errors, 0 warnings.

Output of rpmlint
gnome-shell-extension-weather-0-0.2.gitf5dcafd.fc16.src.rpm:
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

Output of rpmlint
gnome-shell-extension-weather-0-0.2.gitf5dcafd.fc16.noarch.rpm:
gnome-shell-extension-weather.noarch: W: no-manual-page-for-binary
weather-extension-configurator
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

I am still seeking for a sponsor.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-11-24 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #2 from Mattia Meneguzzo hal8...@hotmail.it 2011-11-24 16:38:13 
CET ---
(In reply to comment #1)
 Have you already been sponsored in Fedora?  If so, I don't think you need a
 separate RPM Fusion sponsor.  If not, I'm not sure how it works if you aren't
 sponsored in Fedora and only maintain RPM Fusion packages.

No, I haven't been sponsored in Fedora yet.

 Looks good.  I'll try to review, but can't promise when.

Thank you.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


Re: [Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-11-24 Thread Kevin Kofler
Richard Shaw wrote:
 Sponsorship can happen on RPM Fusion first, as was the case for me,
 but it's not common.

The reason it's not common is that Fedora does not automatically recognize 
RPM Fusion sponsorship the way RPM Fusion recognizes Fedora sponsorship, so 
you end up having to go through another sponsorship process at least 
formally to get sponsored in Fedora (whereas getting sponsored in RPM Fusion 
once you're sponsored in Fedora is just a matter of telling the admins Hey, 
I'm already sponsored in Fedora and I want to maintain package XYZ in RPM 
Fusion, can you please mark my account as sponsored?).

Kevin Kofler



[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-11-23 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

--- Comment #1 from Alex Lancaster al...@users.sourceforge.net 2011-11-23 
22:43:11 CET ---
(In reply to comment #0)

 This is my first RPMFusion package.
 
 ***I am seeking for a sponsor.***

Have you already been sponsored in Fedora?  If so, I don't think you need a
separate RPM Fusion sponsor.  If not, I'm not sure how it works if you aren't
sponsored in Fedora and only maintain RPM Fusion packages.

 Please consider that this package has already been positively reviewed
 (although unofficially) on the Fedora Bugzilla (from which it has been
 rejected because of the above-mentioned legal reasons):
 https://bugzilla.redhat.com/show_bug.cgi?id=751537

Looks good.  I'll try to review, but can't promise when.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.


Re: [Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-11-23 Thread Richard Shaw
On Wed, Nov 23, 2011 at 3:43 PM, RPM Fusion Bugzilla
nore...@rpmfusion.org wrote:
 https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

 --- Comment #1 from Alex Lancaster al...@users.sourceforge.net 2011-11-23 
 22:43:11 CET ---
 (In reply to comment #0)

 This is my first RPMFusion package.

 ***I am seeking for a sponsor.***

 Have you already been sponsored in Fedora?  If so, I don't think you need a
 separate RPM Fusion sponsor.  If not, I'm not sure how it works if you aren't
 sponsored in Fedora and only maintain RPM Fusion packages.

Sponsorship can happen on RPM Fusion first, as was the case for me,
but it's not common.

Richard


[Bug 2017] Review request: gnome-shell-extension-weather - An extension for displaying weather notifications in GNOME Shell

2011-11-07 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2017

Mattia Meneguzzo hal8...@hotmail.it changed:

   What|Removed |Added

 Blocks||30

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.