Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Toshio Kuratomi
On Thu, Jul 05, 2012 at 06:27:50PM +0200, Till Maas wrote:
> On Thu, Jul 05, 2012 at 08:37:06AM -0700, Toshio Kuratomi wrote:
> > On Thu, Jul 05, 2012 at 12:02:49AM +0200, Till Maas wrote:
> 
> > > toshio python-docutils (none)
> > > toshio python-unicodenazi dmalcolm 
> > > toshio trac-bazaar-plugin (none)
> > >
> > At least these three seem to be working fine from cnucnu --shell.  Perhaps
> > it's a transient network timeout?
> 
> This is strange, because I had to add the proper upstream name to the
> regex alias:
> https://fedoraproject.org/w/index.php?title=Upstream_release_monitoring&action=historysubmit&diff=294599&oldid=294595
> 
> How did you test it?
> 
cnucnu --shell

Copy and paste what was in the wiki.

Example:

$ cnucnu --shell
 None None  URL:> PYPI-DEFAULT:unicode-nazi
 None http://pypi.python.org/packages/source/u/unicode-nazi  Regex:> DEFAULT
Upstream Versions: ['1.0', '1.0', '1.1', '1.1']
Latest: 1.1
 
\b[-_](?i)(?:(?:src|source)[-_])?([^-/_\s]*?\d[^-/_\s]*?)(?:[-_.](?:src|source|orig))?\.(?:tar|t[bglx]z|tbz2|zip)\b
 http://pypi.python.org/packages/source/u/unicode-nazi  Regex:>


This is with the current cnucnu package on F16:

cnucnu-0-0.8.20111030git315bba3b.fc16.noarch

-Toshio


pgpdbWyB6cQrB.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

systemd and journal sprint in San Francisco the week of September 3-7

2012-07-05 Thread David Strauss
We're hosting a systemd and journal sprint the week of September 3-7, 2012 at
Pantheon Headquarters in downtown San Francisco.

Registration is on EventBrite and open now:
http://systemd.eventbrite.com/

A bunch of proposed projects from me and other members of the systemd
development list are on the EventBrite page.

Come one day, come the whole week, or just register to participate
online. There is a donation option that will go to the Open Source
Initiative.

If you need travel or lodging assistance, please email me. I'll try to
work with anyone who has a demonstrated history of contributions to
FOSS projects -- even if it's not systemd. If we get a few people
seeking lodging, I might book a hack house with a few bedrooms on
Airbnb.

-- 
David Strauss
   | da...@davidstrauss.net
   | +1 512 577 5827 [mobile]
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: default DNS caching name server on Fedora ?

2012-07-05 Thread Ian Pilcher
On 06/20/2012 12:06 PM, Jesse Keating wrote:
> So I just gave this a try.  Already had dnsmasq installed so I just
> edited the config file and restarted the NetworkManager service.  Then
> connected to my VPN.
> 
> It.  Just.  Works.  Amazing!  Not only does it just work for resolution,
> but it also works for multiple search domains.  I can ping  and
> it'll try .localdomain   and I can also do . and
> it'll find it at ..workdomain.  A+

Double-plus awesome!

-- 

Ian Pilcher arequip...@gmail.com
"If you're going to shift my paradigm ... at least buy me dinner first."




-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Till Maas
Hi,

To ease the debugging, I uploaded the output of the last run:
http://till.fedorapeople.org/tmp/cnucnu-last.log

Regards
Till
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Till Maas
On Thu, Jul 05, 2012 at 10:24:17AM -0600, Orion Poplawski wrote:
> On 07/04/2012 04:02 PM, Till Maas wrote:

> >orion maven-ant-tasks java-sig
> 
> This looks good to me and seems to work from cnucnu but I do get:
> 
> Upstream Versions: ['2.0.10', '2.0.10', '2.0.6', '2.0.6', '2.0.7',
> '2.0.7', '2.0.8', '2.0.8', '2.0.9', '2.0.9', '2.1.0', '2.1.0',
> '2.1.1', '2.1.1', '2.1.2', '2.1.2', '2.1.3', '2.1.3']
> Latest: 2.1.3
> Fedora Rawhide Version: 2.1.1 9.fc17 (outdated)

Actually there was trailing whitespace in the URL in the wiki:
https://fedoraproject.org/w/index.php?title=Upstream_release_monitoring&action=historysubmit&diff=294600&oldid=294599

You can use the data from the wiki in the cnucnu shell with inspect:

| None None  URL:> inspect maven-ant-tasks

But it might not work, if you do not do this as the first command.

> pycurl.error: (77, 'Problem with the SSL CA cert (path? access rights?)')
> 
> never used cnucnu before so I don't know if this is normal.

This happens, because it expects the Fedora Server CA file in the file
fedora-server-ca.cert in the current directory to verify the SSL
certificate of the git web interface.

Regards
Till
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Till Maas
On Thu, Jul 05, 2012 at 08:37:06AM -0700, Toshio Kuratomi wrote:
> On Thu, Jul 05, 2012 at 12:02:49AM +0200, Till Maas wrote:

> > toshio python-docutils (none)
> > toshio python-unicodenazi dmalcolm 
> > toshio trac-bazaar-plugin (none)
> >
> At least these three seem to be working fine from cnucnu --shell.  Perhaps
> it's a transient network timeout?

This is strange, because I had to add the proper upstream name to the
regex alias:
https://fedoraproject.org/w/index.php?title=Upstream_release_monitoring&action=historysubmit&diff=294599&oldid=294595

How did you test it?

Regards
Till
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Orion Poplawski

On 07/04/2012 04:02 PM, Till Maas wrote:

Hello,

On Wed, May 30, 2012 at 09:43:48PM +0200, Till Maas wrote:
python-bugzilla has been updated and the monitoring tool was adjusted to
work again. But I noticed that monitoring fails for about 197 packages
due to bad regular expressions, wrong URLs or unreachable upstream
website. So please check if any of your packages are affected and fix
the URL or regex. Here is a list sorted by package name in the second
column with maintainers in the first and co-maintainers in the third
column (generated with
https://fedorahosted.org/fedora-packager/browser/src/fedoradev-pkgowners):

orion maven-ant-tasks java-sig


This looks good to me and seems to work from cnucnu but I do get:

Upstream Versions: ['2.0.10', '2.0.10', '2.0.6', '2.0.6', '2.0.7', '2.0.7', 
'2.0.8', '2.0.8', '2.0.9', '2.0.9', '2.1.0', '2.1.0', '2.1.1', '2.1.1', 
'2.1.2', '2.1.2', '2.1.3', '2.1.3']

Latest: 2.1.3
Fedora Rawhide Version: 2.1.1 9.fc17 (outdated)
Traceback (most recent call last):
  File "/usr/bin/cnucnu", line 75, in 
if not shell.cmdloop():
  File "/usr/lib/python2.7/cmd.py", line 143, in cmdloop
stop = self.postcmd(stop, line)
  File "/usr/lib/python2.7/site-packages/cnucnu/checkshell.py", line 132, in 
postcmd

sourcefile = self.package.upstream_version_in_scm
  File "/usr/lib/python2.7/site-packages/cnucnu/package_list.py", line 326, 
in upstream_version_in_scm

return self.scm.has_upstream_version(self)
  File "/usr/lib/python2.7/site-packages/cnucnu/scm.py", line 53, in 
has_upstream_version

sourcefiles = self.get_sourcefiles(package)
  File "/usr/lib/python2.7/site-packages/cnucnu/scm.py", line 43, in 
get_sourcefiles

sources = self.get_sources(package)
  File "/usr/lib/python2.7/site-packages/cnucnu/scm.py", line 40, in get_sources
return secure_download(self.view_scm_url % package, cainfo=self.cainfo)
  File "/usr/lib/python2.7/site-packages/cnucnu/helper.py", line 259, in 
secure_download

c.perform()
pycurl.error: (77, 'Problem with the SSL CA cert (path? access rights?)')

never used cnucnu before so I don't know if this is normal.


rakesh octave alexlan,jussilehtola,mmahut,orion,rakesh


Changed to GNU-DEFAULT


--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office  FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com


--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Toshio Kuratomi
On Thu, Jul 05, 2012 at 12:02:49AM +0200, Till Maas wrote:
> Hello,
> 
> work again. But I noticed that monitoring fails for about 197 packages
> due to bad regular expressions, wrong URLs or unreachable upstream
> website. So please check if any of your packages are affected and fix
> the URL or regex. Here is a list sorted by package name in the second
>
> toshio python-docutils (none)
> toshio python-unicodenazi dmalcolm 
> toshio trac-bazaar-plugin (none)
>
At least these three seem to be working fine from cnucnu --shell.  Perhaps
it's a transient network timeout?

-Toshio


pgpLmNtT0Kno9.pgp
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Submitting packages while awaiting sponsorship

2012-07-05 Thread Michael Schwendt
On Thu, 5 Jul 2012 11:14:53 -0400, Ben Rosser wrote:

> Hello all,
> 
> I'm still looking for someone to review my Python package (
> https://bugzilla.redhat.com/show_bug.cgi?id=823679 ), and then hopefully
> sponsor me as a packager- if anyone would be interested in doing either
> that would be greatly appreciated, and I'd try to review one of your
> packages in turn (and I would be able to do so formally after sponsorship).

Doing reviews may make it easier to find a sponsor.

You can always contribute a full review and point out whether you _would_
approve the package and add that you are not permitted to approve packages
yet.

> But, the actual point of this message is simply to ask: is it okay for me
> to submit additional packages for review while still awaiting sponsorship?
> I would assume it is, but I just wanted to make sure before I actually do
> so.

It's okay. Don't forget the FE-NEEDSPONSOR keyword. 
It might be that some of the packages raise different interest.
Submitting too many review requests could backfire, too, however,
if they don't raise the interest of enough reviewers.

-- 
Fedora release 17 (Beefy Miracle) - Linux 3.4.4-3.fc17.x86_64
loadavg: 0.09 0.39 0.41
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Compress-Raw-Lzma] Rebuild for xz 5.1.2alpha in Rawhide

2012-07-05 Thread Paul Howarth
commit 6ee2e5b419d184845de3cb0e75cab1a7bcdda6da
Author: Paul Howarth 
Date:   Thu Jul 5 16:18:37 2012 +0100

Rebuild for xz 5.1.2alpha in Rawhide

- Rebuild for xz 5.1.2alpha in Rawhide
- BR: perl(AutoLoader), perl(constant), perl(Exporter), perl(lib) and
  perl(Test::NoWarnings)
- BR:/R: perl(XSLoader), the module's preferred dynamic object loader

 perl-Compress-Raw-Lzma.spec |   21 +++--
 1 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 7e89a1f..a54cf38 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,15 +1,26 @@
 Name:  perl-Compress-Raw-Lzma
 Version:   2.052
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Low-level interface to lzma compression library
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Compress-Raw-Lzma/
 Source0:   
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Lzma-%{version}.tar.gz
-BuildRequires: xz, xz-devel, perl(Carp), perl(ExtUtils::MakeMaker), 
perl(Test::Pod)
+BuildRequires: xz
+BuildRequires: xz-devel
+BuildRequires: perl(AutoLoader)
+BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(lib)
+BuildRequires: perl(Test::NoWarnings)
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(XSLoader)
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Built-against version is embedded in module, so we have a strict version 
dependency
 Requires:  xz-libs%{?_isa} = %((pkg-config --modversion liblzma 
2>/dev/null || echo 0) | tr -dc '[0-9.]')
+Requires:  perl(XSLoader)
 
 # Don't "provide" private Perl libs
 %{?perl_default_filter}
@@ -41,6 +52,12 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3pm*
 
 %changelog
+* Thu Jul  5 2012 Paul Howarth  - 2.052-3
+- Rebuild for xz 5.1.2alpha in Rawhide
+- BR: perl(AutoLoader), perl(constant), perl(Exporter), perl(lib) and
+  perl(Test::NoWarnings)
+- BR:/R: perl(XSLoader), the module's preferred dynamic object loader
+
 * Mon Jun 11 2012 Petr Pisar  - 2.052-2
 - Perl 5.16 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Submitting packages while awaiting sponsorship

2012-07-05 Thread Jon Ciesla
On Thu, Jul 5, 2012 at 10:14 AM, Ben Rosser  wrote:
> Hello all,
>
> I'm still looking for someone to review my Python package (
> https://bugzilla.redhat.com/show_bug.cgi?id=823679 ), and then hopefully
> sponsor me as a packager- if anyone would be interested in doing either that
> would be greatly appreciated, and I'd try to review one of your packages in
> turn (and I would be able to do so formally after sponsorship).
>
> But, the actual point of this message is simply to ask: is it okay for me to
> submit additional packages for review while still awaiting sponsorship? I
> would assume it is, but I just wanted to make sure before I actually do so.

Absolutely, in fact it probably increases the likelihood of a reviewer
and/or sponsor.

-J

> Ben
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel



-- 
http://cecinestpasunefromage.wordpress.com/

in your fear, seek only peace
in your fear, seek only love

-d. bowie
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Submitting packages while awaiting sponsorship

2012-07-05 Thread Ben Rosser
Hello all,

I'm still looking for someone to review my Python package (
https://bugzilla.redhat.com/show_bug.cgi?id=823679 ), and then hopefully
sponsor me as a packager- if anyone would be interested in doing either
that would be greatly appreciated, and I'd try to review one of your
packages in turn (and I would be able to do so formally after sponsorship).

But, the actual point of this message is simply to ask: is it okay for me
to submit additional packages for review while still awaiting sponsorship?
I would assume it is, but I just wanted to make sure before I actually do
so.

Ben
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Upstream Release Monitoring temporary down

2012-07-05 Thread Till Maas
Hello,

On Wed, May 30, 2012 at 09:43:48PM +0200, Till Maas wrote:

> due to the recent Bugzilla update Upstream Release Monitoring[0] cannot
> report bugs currently. I noticed that there has been some recent
> activity in python-bugzilla[1] that might fix this.

> [0] https://fedoraproject.org/wiki/Upstream_release_monitoring
> [1] https://fedorahosted.org/python-bugzilla/timeline

python-bugzilla has been updated and the monitoring tool was adjusted to
work again. But I noticed that monitoring fails for about 197 packages
due to bad regular expressions, wrong URLs or unreachable upstream
website. So please check if any of your packages are affected and fix
the URL or regex. Here is a list sorted by package name in the second
column with maintainers in the first and co-maintainers in the third
column (generated with
https://fedorahosted.org/fedora-packager/browser/src/fedoradev-pkgowners):

sochotni aether mizdebsk 
mizdebsk apache-commons-csv java-sig,spike 
gil apache-commons-vfs java-sig,mizdebsk 
pschiffe aspell-af (none)
pschiffe aspell-br (none)
pschiffe aspell-cy (none)
pschiffe aspell-el (none)
pschiffe aspell-fr (none)
pschiffe aspell-hr (none)
pschiffe aspell-is (none)
pschiffe aspell-nl (none)
pschiffe aspell-no (none)
pschiffe aspell-sv (none)
sochotni async-http-client java-sig,mizdebsk 
mpreisle atlascpp atorkhov,bruno 
fabiand auto-nng (none)
plautrba awstats timj 
verdurin BEDTools (none)
ixs bitbake (none)
thias blackbox (none)
rishi bouml (none)
rishi bouml-doc (none)
josef btrfs-progs mmahut 
akurtakov byaccj dbhole 
mattdm calc mattdm 
mmahut cdk (none)
volter clusterPy (none)
rjones coccinelle (none)
(orphan) compiz (none)
sundaram cowsay ndim 
mlichvar dialog (none)
pfrields drupal6-filefield pfrields 
asrob drupal7-workbench sdodson 
(orphan) ds9 mmahut 
karlik ekg2 (none)
ueno emacs-common-ddskk i18n-team 
michich epdfview (none)
peter erlang ndim,peter 
volter esniper (none)
deji exaile (none)
vcrhonek fetchmail pertusus 
tagoh fontconfig fonts-sig,pnemade,tagoh 
athimm freenx-server limb,scop 
lkundrak fusecompress lmacken 
rathann gabedit itamarjp 
sundaram ghasher (none)
petersen ghc-hashtables haskell-sig 
twaugh ghostscript (none)
limb giggle (none)
(orphan) gimmage (none)
(orphan) gnome-applet-netspeed belegdol 
huzaifas gnome-applet-sensors huzaifas,lucilanga 
rathann gnomeradio itamarjp 
hadess gstreamer-rtsp fabiand 
sandeen guilt (none)
twaugh gutenprint jpopelka 
tagoh hanazono-fonts fonts-sig 
kevin heartbeat beekhof,lon 
jorton httpd hubbitus,jkaluza 
salimma ikarus (none)
mjg impressive (none)
psabata iproute jpopelka,rvokal,twoerner 
npajkovs iptraf (none)
tomspur ipython mrunge,shahms,tomspur 
rakesh jed (none)
davidcl jhdf5 (none)
jussilehtola jmol (none)
fnasser junit4 dwalluck,java-sig 
radekl kadu gajownik,radekl 
hannes keybinder (none)
michich latencytop (none)
jmoyer libaio (none)
karsten libcap (none)
jnovy libdb (none)
elwell libfap (none)
konradm libfplll (none)
ankursinha libgexiv2 (none)
ueno libhangul i18n-team,phuang,psabata,pwu 
jussilehtola libint (none)
limb libmodelfile (none)
pbrobinson libmx fabiand 
ensc libtasn1 tmraz 
bruno libwfut bruno,mpreisle,wart 
veillard libxml2 davidcl 
salimma lua-moonscript (none)
orion maven-ant-tasks java-sig 
sgros mdk sgros 
melmorabity monochrome-icon-theme (none)
sharkcz mtx (none)
scop mysqltuner mhayden,wolfy 
omajid netbeans (none)
jskarvad netsniff-ng fab 
(orphan) ntfsprogs (none)
drago01 numlockx (none)
(orphan) ocfs2-tools fabbione,mfasheh 
rakesh octave alexlan,jussilehtola,mmahut,orion,rakesh 
sailer octave-audio (none)
jussilehtola octave-gsl (none)
sailer octave-symbolic (none)
olea OmegaT mtasaka 
(orphan) opencdk (none)
vvitek openobex holtmann 
xavierb perl-App-SVN-Bisect perl-sig 
mmaslano perl-ExtUtils-MakeMaker-Coverage mmaslano,perl-sig,ppisar 
mmaslano perl-LDAP mmaslano,ppisar,psabata 
cheeselee perl-Linux-Inotify2 mmaslano,perl-sig,psabata 
xavierb perl-Linux-Pid (none)
psabata perl-List-Compare mmaslano,perl-sig,psabata 
xavierb perl-Log-LogLite perl-sig 
xavierb perl-MIME-Charset perl-sig 
corsepiu perl-Module-Versions-Report mmaslano,perl-sig,psabata,xavierb 
(orphan) perl-MooseX-GlobRef-Object mmaslano,perl-sig 
ppisar perl-Perl-Critic-Compatibility mmaslano,perl-sig 
ppisar perl-RPM-VersionCompare perl-sig 
ppisar perl-smartmatch mmaslano,perl-sig 
ppisar perl-smartmatch-engine-core mmaslano,perl-sig 
corsepiu perl-Test-Email perl-sig 
xavierb perl-Test-Unit perl-sig 
xavierb perl-Text-Format (none)
psabata perl-WWW-Curl perl-sig 
psabata perl-XML-Stream mmaslano,perl-sig 
itamarjp pg_top atorkhov 
cdamian php-symfony-symfony (none)
alexlan picard (none)
pfrields pioneers (none)
limb pitivi company,hicham 
akurtakov pmd (none)
fkooman proguard (none)
jcapik psacct jcapik 
ivazquez purple-plugin_pack nushio 
sergiopr pyfits (none)
jcollie pyflakes scop 
jussilehtola pygrace (none)
tomspur pynac (none)
tomspur python3-chardet (none)
kylev python-beaker fschwarz,lmacken 
lmacken python-c

Licensing change: Audacious - GPLv3 --> BSD

2012-07-05 Thread Michael Schwendt
As of 3.3-beta1, Audacious is now officially under a two-clause BSD
license (previously GPLv3). Some plugins (separate package) are still
under other licenses, however.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel