orphaning some packages, mostly java

2010-08-07 Thread Orcan Ogetbil
Hello all,

I am orphaning 12 packages due to lack of interest on F-14 and rawhide.

1- The frinika stack. These are all Java packages, self contained:
Frinika bundles all of these external libraries. On every release,
these have to be patched out, and this is a lot of work. Moreover we
(me, upstream, users) couldn't get the jack support running properly
on Fedora. And audio production software without jack is like a
spaceship with no bathroom. These packages did not get any bug
reports, except the last one, which got 1 report, and that is fixed
and closed.


frinika - Music Workstation
SevenZip - Java SDK for LZMA (version 4.65)
jjack - JACK audio driver for the Java Sound API
jmod - Java Sound MODules Library
jorbis - Pure Java Ogg Vorbis Decoder
jVorbisEnc - Pure Java Ogg Vorbis Encoder
RasmusDSP - Embeddable Audio/MIDI processor
tootaudioservers - Toot Audio Server
toot2 - Java models and frameworks for Audio/MIDI
tritonus - Java Sound API Implementation

2- Two other packages

canorus - Music Score Editor: This is an unfinished Google Summer of
Code project. Things started to evolve fast and nice, but the
development stopped suddenly. It is still at alpha stage and it got
some ABRT crash reports, which were reported upstream at some point.

gnome-guitar - A small suite of applications for the guitarist: This
is a mono package. The Gnome and Mono combination was too bitter for
my taste.

3- I also dropped my co-maintainership on 2 packages:

checkgmail - System Tray Application that checks a Gmail Account for New Mail
lxsplit - File split / merge utility

While these packages still have a primary maintainer (Rahul), I am
sure he won't mind new co-maintainers.

Please ask for maintainership at bodhi if you are interested in any of
these packages, before I mark them dead.package and retire them (in 72
hours).

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


Adding user for aajohan-comfortaa-fonts repository

2010-08-07 Thread Luya Tshimbalanga

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,

I would like to add fonts-sig group as user for aajohan-comfortaa-fonts
but I don't know how to do it.
Can anyone add it?

- -- 
Luya Tshimbalanga
Graphic  Web Designer
E: l...@fedoraproject.org
W: http://www.thefinalzone.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iQEcBAEBAgAGBQJMXQugAAoJEGZ+gIukWeEeOk8IAIcuniMOvytlhQlKsgc4UrBf
lAvdLS/liVpSxbVg+wTIYcDbhuqj7+4WR6CMbPEyOb9A/xyQgPwu9HNadtkMEvF9
QydxBtnhVVonm8Wvuy+QK654Da0J316NQtQ7WeAskV12EFq1Wy2GvfBYTp0+NtKY
ij2F/84SZ/vlXfU/dne0hwkfTWglxCbx8hqawoZ0sNVxJEj5HHgmQgWR8BTzH30l
CCmrCDbuioIDUsCdWV6gk0ruuyjzKbMcePTec0+k8ByxfqC7Q/FFOGa17WSe7tmL
IJQ4oEZ94BUFKYKer+p0SWRRmm9jjw8m16NZnJOzwr5nfyrlRkYlNf4HSfAsdKw=
=yyxc
-END PGP SIGNATURE-

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


Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Ilyes Gouta
Hi,

Where can I get such information? And is it possible to indicate where
I can locate Fedora's kernel git tree?

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


Re: [ACTION REQUIRED] orphaned packages in F-14

2010-08-07 Thread Michael Schwendt
On Fri, 06 Aug 2010 14:11:20 -0400, Matthias wrote:

 On Wed, 2010-08-04 at 12:32 -0400, Bill Nottingham wrote:
 
  Unblocked orphan librsvg2
 
 I've taken ownership of this now, since dropping it is not an option. If
 anybody else wants to maintain the package, please let me know, I'm
 happy to give it up to good hands.

The current bz reports for librsvg2 are all due to a NULL ptr
comparison crash in g_str_equal  when in rsvg-styles.c rsvg_parse_style_pair()
the value arg is NULL.  

Adding a guard prior to calling g_str_equal fixes the crash for everything
here, ... Nautilus, Emacs, Geeqie, with all the three test .svg files.
Using g_strcmp0 instead would also make the code NULL-safe.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Pierre-Yves
On Sat, 2010-08-07 at 10:09 +0100, Ilyes Gouta wrote:
 Where can I get such information? And is it possible to indicate where
 I can locate Fedora's kernel git tree? 

rpm -q --changelog should be a start.

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


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Ilyes Gouta
Hi Pierre-Yves,

How you're doing? We met at Fosdem last time. I'm the Tunisian guy :)

OK, thanks. The git tree would be interesting too :)

-Ilyes Gouta

On Sat, Aug 7, 2010 at 10:18 AM, Pierre-Yves pin...@pingoured.fr wrote:
 On Sat, 2010-08-07 at 10:09 +0100, Ilyes Gouta wrote:
 Where can I get such information? And is it possible to indicate where
 I can locate Fedora's kernel git tree?

 rpm -q --changelog should be a start.

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

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


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Mathieu Bridon
On Sat, 2010-08-07 at 10:20 +0100, Ilyes Gouta wrote:
 Hi Pierre-Yves,
 
 How you're doing? We met at Fosdem last time. I'm the Tunisian guy :)
 
 OK, thanks. The git tree would be interesting too :)

The Fedora packages histories are kept in git trees. You can get each
one by running:
$ fedpkg clone -B $package

Note that in order to do so you probably need to be a Fedora Packager.

In your case, that would be :
$ fedpkg clone -B kernel

You will then obtain all the revisions of the spec file / sources /
patches, and can view the commit log with :
$ git log

As an alternative, you can use gitweb:
http://pkgs.fedoraproject.org/gitweb/?p=kernel.git

Cheers,


-- 
Mathieu


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


rawhide report: 20100807 changes

2010-08-07 Thread Rawhide Report
Compose started at Sat Aug  7 08:15:09 UTC 2010

Broken deps for x86_64
--
Mayavi-3.3.0-1.fc13.x86_64 requires python(abi) = 0:2.6
Mayavi-3.3.0-1.fc13.x86_64 requires libpython2.6.so.1.0()(64bit)
PragmARC-20060427-6.fc13.i686 requires libgnarl-4.4.so
PragmARC-20060427-6.fc13.i686 requires libgnat-4.4.so
PragmARC-20060427-6.fc13.x86_64 requires libgnarl-4.4.so()(64bit)
PragmARC-20060427-6.fc13.x86_64 requires libgnat-4.4.so()(64bit)
QuantLib-test-1.0.1-3.fc14.x86_64 requires 
libboost_unit_test_framework.so.1.41.0()(64bit)
1:anjuta-2.30.0.0-2.fc14.i686 requires libgladeui-1.so.9
1:anjuta-2.30.0.0-2.fc14.i686 requires libwebkit-1.0.so.2
1:anjuta-2.30.0.0-2.fc14.i686 requires libdevhelp-1.so.1
1:anjuta-2.30.0.0-2.fc14.x86_64 requires libgladeui-1.so.9()(64bit)
1:anjuta-2.30.0.0-2.fc14.x86_64 requires libdevhelp-1.so.1()(64bit)
1:anjuta-2.30.0.0-2.fc14.x86_64 requires libwebkit-1.0.so.2()(64bit)
antlr3-python-3.1.2-7.fc14.noarch requires python(abi) = 0:2.6
bisho-0.25.1-1.fc14.i686 requires librest-extras-0.6.so.0
bisho-0.25.1-1.fc14.i686 requires librest-0.6.so.0
bisho-0.25.1-1.fc14.x86_64 requires librest-0.6.so.0()(64bit)
bisho-0.25.1-1.fc14.x86_64 requires librest-extras-0.6.so.0()(64bit)
cairo-java-1.0.5-12.fc12.i686 requires libgcj.so.10
cairo-java-1.0.5-12.fc12.x86_64 requires libgcj.so.10()(64bit)
cyphesis-0.5.21-2.fc13.x86_64 requires libpython2.6.so.1.0()(64bit)
ekg2-python-0.2-0.12.rc1.fc14.x86_64 requires 
libpython2.6.so.1.0()(64bit)
emerillon-0.1.2-7.fc14.x86_64 requires librest-0.6.so.0()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libedata-book-1.2.so.2()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libcamel-1.2.so.17()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libgtkhtml-editor.so.0()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libebook-1.2.so.9()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libcamel-provider-1.2.so.17()(64bit)
evolution-sharp-0.21.1-7.fc14.x86_64 requires libebook-1.2.so.9()(64bit)
evolution-sharp-0.21.1-7.fc14.x86_64 requires libecal-1.2.so.7()(64bit)
fmt-ptrn-java-1.3.20-5.fc13.i686 requires libgcj.so.10
fmt-ptrn-java-1.3.20-5.fc13.x86_64 requires libgcj.so.10()(64bit)
frysk-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-devel-0.4-26.fc14.i386 requires libgcj.so.10
frysk-devel-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-gnome-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_filesystem-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_system-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_program_options-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_iostreams-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_serialization-mt.so.1.41.0()(64bit)
glib-java-0.2.6-16.fc12.i686 requires libgcj.so.10
glib-java-0.2.6-16.fc12.x86_64 requires libgcj.so.10()(64bit)
gnome-chemistry-utils-gnumeric-0.12.3-1.fc15.x86_64 requires 
libspreadsheet-1.10.2.so()(64bit)
gnomeradio-1.8-6.fc14.x86_64 requires 
libgnome-media-profiles.so.0()(64bit)
gpx-viewer-0.1.2-2.fc14.x86_64 requires 
libchamplain-gtk-0.4.so.0()(64bit)
gpx-viewer-0.1.2-2.fc14.x86_64 requires libchamplain-0.4.so.0()(64bit)
intellij-idea-9.0.1.94.399-11.fc14.x86_64 requires jna-examples
libgconf-java-2.12.4-14.fc12.i686 requires libgcj.so.10
libgconf-java-2.12.4-14.fc12.x86_64 requires libgcj.so.10()(64bit)
libglade-java-2.12.5-12.fc12.i686 requires libgcj.so.10
libglade-java-2.12.5-12.fc12.x86_64 requires libgcj.so.10()(64bit)
libgnome-java-2.12.4-12.fc12.i686 requires libgcj.so.10
libgnome-java-2.12.4-12.fc12.x86_64 requires libgcj.so.10()(64bit)
libgtk-java-2.8.7-13.fc13.i686 requires libgcj.so.10
libgtk-java-2.8.7-13.fc13.x86_64 requires libgcj.so.10()(64bit)
1:libguestfs-1.5.2-4.fc14.i686 requires /lib/libxtables.so.4
1:libguestfs-1.5.2-4.fc14.x86_64 requires /lib64/libxtables.so.4
libopenvrml-0.18.6-1.fc14.i686 requires libboost_filesystem-mt.so.1.41.0
libopenvrml-0.18.6-1.fc14.i686 requires libboost_thread-mt.so.1.41.0
libopenvrml-0.18.6-1.fc14.x86_64 requires 
libboost_thread-mt.so.1.41.0()(64bit)
libopenvrml-0.18.6-1.fc14.x86_64 requires 
libboost_filesystem-mt.so.1.41.0()(64bit)
libopenvrml-gl-0.18.6-1.fc14.i686 requires 

abrt thoughts pre-rfe q?

2010-08-07 Thread Frank Murphy
Thougth I ask for some feedback.

Currently when abrt finds an existing bug,
it goes
 similar bug found, (shows a link) adding you to cc

looking at some of the bugs, that I have reported or cc'd on.
Where someone earlier in the thread had sent a workaround/fix etc..
and cc's just being added automatically.

Would it be any benefit to the maintainers\bugzappers.
If abrt opened the existing link, before it would report?
So there wouldn't need be be so many replies of
please try xyz?, to help cut down on noise.

I could be talking out of my ear.
Just a thought.
-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Ilyes Gouta
Hi,

 So fedpkg is only available in updates-testing. Any direct link?

 fedpkg is included in the package fedora-packager and it is already in
 the updates repo.

Great!

I guess I can directly clone from
git://pkgs.fedoraproject.org/kernel.git, but I'll try to stick to
fedpkg for a while.

Thanks, everyone!

-Ilyes Gouta


 Regards
 Till

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

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


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Ilyes Gouta
I do need to be in a ACL and have a public key, isn't? :)

-Ilyes Gouta

On Sat, Aug 7, 2010 at 12:43 PM, Ilyes Gouta ilyes.go...@gmail.com wrote:
 Hi,

 So fedpkg is only available in updates-testing. Any direct link?

 fedpkg is included in the package fedora-packager and it is already in
 the updates repo.

 Great!

 I guess I can directly clone from
 git://pkgs.fedoraproject.org/kernel.git, but I'll try to stick to
 fedpkg for a while.

 Thanks, everyone!

 -Ilyes Gouta


 Regards
 Till

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


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


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread M A Young
On Sat, 7 Aug 2010, Mathieu Bridon wrote:

 The Fedora packages histories are kept in git trees. You can get each
 one by running:
 $ fedpkg clone -B $package

 Note that in order to do so you probably need to be a Fedora Packager.

 In your case, that would be :
 $ fedpkg clone -B kernel

 You will then obtain all the revisions of the spec file / sources /
 patches, and can view the commit log with :
 $ git log

 As an alternative, you can use gitweb:
 http://pkgs.fedoraproject.org/gitweb/?p=kernel.git

Or
git clone git://pkgs.fedoraproject.org/kernel which doesn't require 
authentication. Note that the git repository for the kernel package 
doesn't go back very far because the automatic migration tools didn't work 
so it started again from the most recent SRPMS. For more historic changes 
you can go back to CVS, eg.
http://cvs.fedoraproject.org/viewvc/devel/kernel/

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


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread Till Maas
On Sat, Aug 07, 2010 at 12:47:00PM +0100, Ilyes Gouta wrote:
 I do need to be in a ACL and have a public key, isn't? :)

You do not need the ACL to clone and you certainly need a FAS account to
clone via ssh. But I do not know, whether you need to be in the packager
group to be able to clone.

 On Sat, Aug 7, 2010 at 12:43 PM, Ilyes Gouta ilyes.go...@gmail.com wrote:

  I guess I can directly clone from
  git://pkgs.fedoraproject.org/kernel.git, but I'll try to stick to
  fedpkg for a while.

Afaik you can clone with git and then use fedpkg on the resulting
directory for all operations that need only read access to the server
repo.

Regards
Till

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


Re: Changelog for the latest Fedora kernel release/updates

2010-08-07 Thread J. Randall Owens
On 08/07/2010 04:47 AM, Ilyes Gouta wrote:
 I do need to be in a ACL and have a public key, isn't? :)
 

$ fedpkg clone --help
usage: fedpkg clone [-h] [--branches] [--branch BRANCH] [--anonymous] module
snip
  --anonymous, -a   Check out a branch anonymously

Worked for me, and I'm not in any of the relevant groups.

-- 
J. Randall Owens | http://www.ghiapet.net
ProofReading Markup Language | http://prml.sourceforge.net/

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


Re: abrt thoughts pre-rfe q?

2010-08-07 Thread Michael Schwendt
On Sat, 07 Aug 2010 11:51:07 +0100, Frank wrote:

 Thougth I ask for some feedback.
 
 Currently when abrt finds an existing bug,
 it goes
  similar bug found, (shows a link) adding you to cc
 
 looking at some of the bugs, that I have reported or cc'd on.
 Where someone earlier in the thread had sent a workaround/fix etc..
 and cc's just being added automatically.
 
 Would it be any benefit to the maintainers\bugzappers.
 If abrt opened the existing link, before it would report?
 So there wouldn't need be be so many replies of
 please try xyz?, to help cut down on noise.
 
 I could be talking out of my ear.
 Just a thought.

Not sure that will be fruitful. What makes you think the reporter would
not add another comment?

[The same can be observed in bodhi, where subsequently added comments (and
votes) ignore everything that has been said before. Sometimes an update
submitter writes Please don't vote +1 on this, but anonymous and
registered users add their votes and comments nevertheless. Notifications
or instructions from the packager get lost in all the noise.]


Somewhat related: I ABRT I'd prefer if I could edit the How to reproduce?
field _before_ waiting for ABRT to fetch debuginfo packages. Currently, I
enter the notes in normal text editor, because ABRT insists on downloading
packages first, and the through-put monitor tells me the access to the
repo isn't good.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


F-14 Branched report: 20100807 changes

2010-08-07 Thread Branched Report
Compose started at Sat Aug  7 13:15:18 UTC 2010

Broken deps for x86_64
--
CGAL-3.6.1-1.fc14.i686 requires libboost_thread-mt.so.1.41.0
CGAL-3.6.1-1.fc14.x86_64 requires libboost_thread-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_thread-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_filesystem-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_system-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_program_options-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_serialization-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_regex-mt.so.1.41.0()(64bit)
LuxRender-0.6.1-3.fc14.x86_64 requires 
libboost_iostreams-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_thread-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_filesystem-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_system-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_program_options-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_iostreams-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_serialization-mt.so.1.41.0()(64bit)
LuxRender-core-0.6.1-3.fc14.x86_64 requires 
libboost_regex-mt.so.1.41.0()(64bit)
Mayavi-3.3.0-1.fc13.x86_64 requires python(abi) = 0:2.6
Mayavi-3.3.0-1.fc13.x86_64 requires libpython2.6.so.1.0()(64bit)
PragmARC-20060427-6.fc13.i686 requires libgnarl-4.4.so
PragmARC-20060427-6.fc13.i686 requires libgnat-4.4.so
PragmARC-20060427-6.fc13.x86_64 requires libgnarl-4.4.so()(64bit)
PragmARC-20060427-6.fc13.x86_64 requires libgnat-4.4.so()(64bit)
QuantLib-test-1.0.1-3.fc14.x86_64 requires 
libboost_unit_test_framework.so.1.41.0()(64bit)
1:anjuta-2.30.0.0-2.fc14.i686 requires libgladeui-1.so.9
1:anjuta-2.30.0.0-2.fc14.i686 requires libwebkit-1.0.so.2
1:anjuta-2.30.0.0-2.fc14.i686 requires libdevhelp-1.so.1
1:anjuta-2.30.0.0-2.fc14.x86_64 requires libgladeui-1.so.9()(64bit)
1:anjuta-2.30.0.0-2.fc14.x86_64 requires libdevhelp-1.so.1()(64bit)
1:anjuta-2.30.0.0-2.fc14.x86_64 requires libwebkit-1.0.so.2()(64bit)
antlr3-python-3.1.2-7.fc14.noarch requires python(abi) = 0:2.6
avogadro-1.0.1-2.fc14.x86_64 requires 
libboost_python-mt.so.1.41.0()(64bit)
avogadro-libs-1.0.1-2.fc14.i686 requires libboost_python-mt.so.1.41.0
avogadro-libs-1.0.1-2.fc14.x86_64 requires 
libboost_python-mt.so.1.41.0()(64bit)
bastet-0.43-7.fc13.x86_64 requires 
libboost_program_options.so.1.41.0()(64bit)
cairo-java-1.0.5-12.fc12.i686 requires libgcj.so.10
cairo-java-1.0.5-12.fc12.x86_64 requires libgcj.so.10()(64bit)
cyphesis-0.5.21-2.fc13.x86_64 requires libpython2.6.so.1.0()(64bit)
easystroke-0.5.3-1.fc14.x86_64 requires 
libboost_serialization-mt.so.1.41.0()(64bit)
ekg2-python-0.2-0.12.rc1.fc14.x86_64 requires 
libpython2.6.so.1.0()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libedata-book-1.2.so.2()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libcamel-1.2.so.17()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libgtkhtml-editor.so.0()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libebook-1.2.so.9()(64bit)
evolution-couchdb-0.4.92-1.fc14.x86_64 requires 
libcamel-provider-1.2.so.17()(64bit)
evolution-sharp-0.21.1-7.fc14.x86_64 requires libebook-1.2.so.9()(64bit)
evolution-sharp-0.21.1-7.fc14.x86_64 requires libecal-1.2.so.7()(64bit)
fmt-ptrn-java-1.3.20-5.fc13.i686 requires libgcj.so.10
fmt-ptrn-java-1.3.20-5.fc13.x86_64 requires libgcj.so.10()(64bit)
frysk-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-devel-0.4-26.fc14.i386 requires libgcj.so.10
frysk-devel-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
frysk-gnome-0.4-26.fc14.x86_64 requires libgcj.so.10()(64bit)
fuse-encfs-1.5-12.fc14.i686 requires libboost_filesystem-mt.so.1.41.0
fuse-encfs-1.5-12.fc14.i686 requires libboost_serialization-mt.so.1.41.0
fuse-encfs-1.5-12.fc14.x86_64 requires 
libboost_filesystem-mt.so.1.41.0()(64bit)
fuse-encfs-1.5-12.fc14.x86_64 requires 
libboost_serialization-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_filesystem-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_system-mt.so.1.41.0()(64bit)
fusecompress-2.6-6.20100223git754bc0de.fc14.x86_64 requires 
libboost_program_options-mt.so.1.41.0()(64bit)

Re: git branch help?

2010-08-07 Thread Richard W.M. Jones
On Tue, Aug 03, 2010 at 12:39:02AM -0700, Matt McCutchen wrote:
 On Tue, 2010-08-03 at 09:12 +0200, Kevin Kofler wrote:
  But I guess git 
  will be storing a lot of redundant stuff and forcing extra pulls if you 
  work 
  that way. :-(
 
 It looks like the current implementation of fedpkg clone -B creates
 independent repositories that don't share anything except the initially
 downloaded pack.  Changing to multiple working directories hanging off a
 single repository would solve the problems you mentioned.  Someone could
 file a RFE.

I didn't know git could do this, but it sounds useful for other
(non-fedpkg) things.  Can you explain how, or where to start looking?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Asterisk 1.8 in Rawhide (F-15)

2010-08-07 Thread Felix Kaechele
Hi Jeff!

I'll start testing Asterisk 1.8 on my home server soon. Thanks for the
work updating the packages.
Furthermore I'd be interested in comaintaining the Asterisk stack,
especially also the DAHDI package, as I plan to submit the DAHDI kmods
to RPMFusion and it would be easier for me to keep stuff in sync if I
had commit access.

Felix

Am 02.08.2010 23:35, schrieb Jeffrey Ollie:
 I've just built Asterisk 1.8.0 Beta 2 for Rawhide (F-15).  The
 packages are completely untested at this point so I make no guarantees
 at this point about it's usability.  I'll be doing some testing on my
 own but I'd appreciate any testing that anyone else can do.
 
 Since we have already passed F-14's feature freeze date I am very
 unlikely to update F-14 to Asterisk 1.8 so F-13 and F-14 will stick
 with 1.6.2.X until they go EOL.
 

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


Re: Asterisk 1.8 in Rawhide (F-15)

2010-08-07 Thread Bruno Wolff III
On Sat, Aug 07, 2010 at 18:04:29 +0200,
  Felix Kaechele fe...@fetzig.org wrote:
 Furthermore I'd be interested in comaintaining the Asterisk stack,
 especially also the DAHDI package, as I plan to submit the DAHDI kmods
 to RPMFusion and it would be easier for me to keep stuff in sync if I
 had commit access.

That would be nice. The ATrpms version isn't buildable without some other 
special stuff
and I want to get current builds when testing new kernels. I currently use a 
spec file
that I got from Tony Messino (sp?). It downloads some firmware that I don't 
need every build,
and I'd like to have a leaner package that I can use for doing rebuilds to 
match new
kernels. (Even if it is in rpmfusion, I'll probably want to do rpm rebuilds to 
get new
versions immediately,)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Slow updates?

2010-08-07 Thread David Woodhouse
How long should it take for these to get pushed?

https://admin.fedoraproject.org/updates/openconnect-2.25-1.fc12
https://admin.fedoraproject.org/updates/openconnect-2.25-1.fc13

-- 
David WoodhouseOpen Source Technology Centre
david.woodho...@intel.com  Intel Corporation

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


Re: Slow updates?

2010-08-07 Thread Michael Schwendt
On Sat, 07 Aug 2010 20:24:42 +0100, David wrote:

 How long should it take for these to get pushed?
 
 https://admin.fedoraproject.org/updates/openconnect-2.25-1.fc12
 https://admin.fedoraproject.org/updates/openconnect-2.25-1.fc13

Bodhi bug? Where's the bodhi comment saying that you've submitted them for
either testing or stable? (compare with other update requests listed
as pending)
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Slow updates?

2010-08-07 Thread Michael Schwendt
On Sat, 07 Aug 2010 20:42:18 +0100, David wrote:

 On Sat, 2010-08-07 at 21:35 +0200, Michael Schwendt wrote:
  On Sat, 07 Aug 2010 20:24:42 +0100, David wrote:
  
   How long should it take for these to get pushed?
   
   https://admin.fedoraproject.org/updates/openconnect-2.25-1.fc12
   https://admin.fedoraproject.org/updates/openconnect-2.25-1.fc13
  
  Bodhi bug? Where's the bodhi comment saying that you've submitted them for
  either testing or stable? (compare with other update requests listed
  as pending)
 
 Hm, odd. I used the link I was given in bug 620220.

False alarm. All security update requests are missing such an initial
comment from bodhi. Dunno who's processing security update requests.
Sorry.   (There are more such updates waiting to be handled.)

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


Re: Some questions about on Fedora

2010-08-07 Thread Remi Collet
Le 07/08/2010 19:17, Liang Suilong a écrit :

 The first one, as we know, mysql-gui-tools has retired since Fedora 13
 because of many bugs. MySQL Workbench will take the place of
 mysql-gui-tools. Now MySQL Workbench 5.2.26 GA released. Could review
 request continue? The last comments said that mysql-workbench should
 remove two bulbed libraries. Is it OK? And Remi has packaged
 mysql-workbench on his personal repo. I hope this tool will get into
 Fedora repo soon. 

There is 2 packaging issues with the actual package on my repo.

1/ bundle scintilla / silvercity.

Scintilla upstream doesn't take care of ABI and only build a static
library (no shared lib, no soname management).

Silvercity use (and extends) a patched version of scintilla.

So, I think for this 2 libraries, using the bundled version is the
solution. There is already some app, in the fedora repo which use a
static version of scintilla.


2/ MySQL Connector C++

I also have a RPM ready for this library, but Workbench doesn't use a
stable version, but a bazaar snapshot

818 for 5.2.22
819 for 5.2.24
888 for 5.2.26

I think this is really difficult to maintain (specially if other apps
also need this lib).


The spec files are available on :
http://github.com/remicollet/remirepo/tree/master/mysql-connector-c%2B%2B/
http://github.com/remicollet/remirepo/tree/master/mysql-workbench/

If someone want to care of this reviews, and if ausil agree, I will
submit them.


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

预存话费即可开通400电话,提升企业形象 ,不占线

2010-08-07 Thread 网通400电话
400企业热线
400电话 400企业热线通 大连40 --- 提升企业形象,完善公司销售、客服水平,提升业绩

来电咨询赠送网络传真试用账户(可发送20-30份传真)
您想对外公布一个统一的号码吗?
您想来电即刻弹出客户资料吗?
您想记录、监控公司来去电吗?
您想不错过任何来电、商机吗?
您想分支机构之间免费通话吗?
您想群发短信、语音、传真吗? 
您想花300元就拥有自己的网站?

  
 
 
 
 
 



不
要
犹
豫


抢
占
先
机

访问网站


发邮件给我






400电话是全国唯一的一个企业热线电话,转移呼叫到现有的固话、手机和小灵通上,不需要额外安装电话,有效地提高您公司的企业形象,提升企业的销售和服务水平,可以转移呼叫到20部电话上,同时接听,保证企业不占线。
 
中小企业的福音,400电话业务=形象+实力+服务+利润
400 号码业务好!好在哪里? 
全国统一接入,无须拨打区号! 
客户省!无需支付长途费用,客户呼叫企业,只需支付市话费用,极大降低了企业客户沟通成本! 
企业省!“ 400 企业热线通”相比传统800 业务,低廉的呼入资费,便宜,实惠! 无月租!无开户费!可转接20部电话! 
提升企业形象,立竿见影 
在一般人眼中,有400全国统一号码的企业,都是大企业,申请一个400号码,用在宣传页、名片、广告中可以大大提升企业形象,而花费却非常小。
同样刊登广告,效果提高50% 
设想:如果贵公司与竞争对手同时在某一媒体刊登广告,而贵公司的联系电话是免区号接入统一号:400-716-6007,会是什么效果?客户肯定先拨贵公司的电话!
全国统一号码,搬家不换号,业务不流失 
只要将400号码与贵公司原有的固话或手机号绑定即可,如果贵公司搬家,只要将新的固话或手机号与400号码重新绑定即可,号码终生不换,业务绝不流失!
免选号费、无开户费、无月租,开通方便快捷; 

大连讯驰信息技术有限公司
全国客户服务热线:4007166007
电话:0411-62259990、62259991、39629880、39629881
网址:WWW.DLVOIP.COM.CN WWW.CRC400.COM
销售人员:付永辉 手机:13998669845 邮箱:13998669...@163.com
MSN:fyh...@hotmail.com
诚征代理 共创大业
发达市场经济国家90%的企业都配置400客服热线,400客服热线已经成为企业生存、发展的必备工具!
1、开通说明
开通时间:2小时-2天(特殊号码待定); 
受理材料:业务受理协议、营业执照复印件(加盖公章)、经办人身份证复印件; 
免开户费、月租费、选号费,只需预存话费即可开通; 
2、增值功能 
欢迎词(彩铃):“您好!欢迎致电**公司,请稍后,正在为你转接客服!”; 
录音:可以对所有通过400电话拨入的电话自动录音; 
智能语音导航(IVR):“业务咨询,请按1;业务办理,请按2;投诉建议,请按3……”; 
通话详单查询(已接来电、未接来电都可查询); 
其他附加功能(黑、白名单;条形码防伪等等); 

4006电话开通政策
预交600元,系统存600元;接听0.3元 /分钟;
预交1000元 ,赠送500元;接听0.2元 /分钟;
预存1500元,赠送1500元;接听0.15元 /分钟;
无月租、无开户费、无选号费、预存话费即可开通哦 




讯驰网络电话
WWW.UBIQUE.CN
话费低廉,包月、计时多种套餐供您选择
网内通话免费,不分地域,只要安装了网络电话,内部通话都是免费的
国内包月网络电话,包月限时,话费最低5分5每分钟 


网络传真
上网就能发传真
节约耗材
直达目标客户的营销
性价比最好的营销方式
一套传真系统顶十个业务人员,产品信息直达意向客户,高效率,高效果 


群发短信
100%发送,不扣量
时间快,媲美手机直接发送
可接收
帮助筛选手机号码,空号全排除
400企业热线
www.crc400.com
提升企业形象 增加企业客户

号码全国唯一,不用加拨区号
企业终身可用的号码,搬家直接更换转移呼叫号码就可以,省却了来回换号之苦,全国各地都可以转移哦。


企业小型呼叫中心建设
呼入、呼出电话全程录音,方便备档、查询;工作监督;新人培训;客户问题总结;商机备案,好处多多!! 
话务耳麦:专业呼叫中心必选
电脑终端机:共享一台主机,节省电脑投资
结合网络电话,话费更节省,全程监督,过程可控,话务营销更有效率、更有效果 

300元拥有自己的网站
自助式建站
会QQ空间就会建站 
建站方便又快捷
功能强大,登陆www.5d1.cc体验吧 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 600629] perl-Crypt-OpenSSL-X509-1.3 is available

2010-08-07 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=600629

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Crypt-OpenSSL-X509-1.2 |perl-Crypt-OpenSSL-X509-1.3
   |is available|is available

--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org 2010-08-07 06:19:35 EDT ---
Latest upstream release: 1.3
Current version in Fedora Rawhide: 0.7
URL: http://search.cpan.org/dist/Crypt-OpenSSL-X509/

Please consult the package update guidelines before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Package_update_guidelines

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_Release_Monitoring

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Pugs-Compiler-Rule

2010-08-07 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the rawhide tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-4.fc13.noarch requires 
perl(:MODULE_COMPAT_5.10.1)
On i386:
perl-Pugs-Compiler-Rule-0.37-4.fc13.noarch requires 
perl(:MODULE_COMPAT_5.10.1)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-ORLite-Migrate

2010-08-07 Thread buildsys


perl-ORLite-Migrate has broken dependencies in the rawhide tree:
On x86_64:
perl-ORLite-Migrate-1.07-1.fc15.noarch requires perl(File::Spec) = 
0:3.2701
On i386:
perl-ORLite-Migrate-1.07-1.fc15.noarch requires perl(File::Spec) = 
0:3.2701
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Data-Alias

2010-08-07 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.07-6.fc13.x86_64 requires perl(:MODULE_COMPAT_5.10.1)
On i386:
perl-Data-Alias-1.07-6.fc13.i686 requires perl(:MODULE_COMPAT_5.10.1)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Config-Model

2010-08-07 Thread buildsys


perl-Config-Model has broken dependencies in the rawhide tree:
On x86_64:
perl-Config-Model-1.205-2.fc14.noarch requires perl(YAML::Any) = 
0:0.303
On i386:
perl-Config-Model-1.205-2.fc14.noarch requires perl(YAML::Any) = 
0:0.303
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Bio-Graphics

2010-08-07 Thread buildsys


perl-Bio-Graphics has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-Graphics-2.11-1.fc15.noarch requires perl(Bio::SCF)
On i386:
perl-Bio-Graphics-2.11-1.fc15.noarch requires perl(Bio::SCF)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Pugs-Compiler-Rule

2010-08-07 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the F-14 tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-4.fc13.noarch requires 
perl(:MODULE_COMPAT_5.10.1)
On i386:
perl-Pugs-Compiler-Rule-0.37-4.fc13.noarch requires 
perl(:MODULE_COMPAT_5.10.1)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Config-Model

2010-08-07 Thread buildsys


perl-Config-Model has broken dependencies in the F-14 tree:
On x86_64:
perl-Config-Model-1.205-2.fc14.noarch requires perl(YAML::Any) = 
0:0.303
On i386:
perl-Config-Model-1.205-2.fc14.noarch requires perl(YAML::Any) = 
0:0.303
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel