Re: ModemManager update

2014-02-01 Thread poma

With a companion libraries. ;)

↗ libmbim-1.6.0
↗ libqmi-1.8.0
↗ ModemManager-1.2.0


poma


Oh Danny boy, the pipes, the pipes are calling
From glen to glen, and down the mountain side
The summer's gone, and all the flowers are dying
'Tis you, 'tis you must go and I must bide.

diff --git a/libqmi.spec b/libqmi.spec
index 7357544..d8b4b51 100644
--- a/libqmi.spec
+++ b/libqmi.spec
@@ -1,20 +1,20 @@
 
 %global glib2_version 2.32.0
 
-%global snapshot %{nil}
-%global realversion 1.6.0
+%global realversion 1.8.0
 
 Name: libqmi
 Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
 Version: %{?realversion}
-Release: 1%{snapshot}%{?dist}
+Release: 1%{?dist}
 Group: Development/Libraries
 License: LGPLv2+
-URL: http://www.freedesktop.org/software/libqmi
+URL: http://freedesktop.org/software/libqmi
 
-# If snapshot is defined, source will be a snapshot of git from the
-# master branch on the given date
-Source: %{name}-%{realversion}%{snapshot}.tar.xz
+#
+# Source from http://freedesktop.org/software/libqmi/
+#
+Source: %{name}-%{realversion}.tar.xz
 
 BuildRequires: glib2-devel = %{glib2_version}
 BuildRequires: pkgconfig
@@ -53,9 +53,7 @@ from the command line.
 %setup -q -n %{name}-%{realversion}
 
 %build
-%configure \
-	--disable-static \
-	--with-tests=yes
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -86,9 +84,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_bindir}/qmicli
 %{_bindir}/qmi-network
 %{_mandir}/man1/*
+%{_libexecdir}/qmi-proxy
 
 
 %changelog
+* Sat Feb  1 2014 poma p...@gmail.com - 1.8.0-1
+- Update to 1.8.0 release
+
 * Fri Sep  6 2013 Dan Williams d...@redhat.com - 1.6.0-1
 - Update to 1.6.0 release
 
diff --git a/sources b/sources
index 800d5af..964460f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17d6c2b404ee1eb4d1e60050fef64491  libqmi-1.6.0.tar.xz
+1c4c64c0894f691632727363abec32b8  libqmi-1.8.0.tar.xz


diff --git a/ModemManager.spec b/ModemManager.spec
index 13fa901..bf65919 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -1,4 +1,4 @@
-%global snapshot .git20130913
+
 %global glib2_version 2.32
 %global systemd_dir %{_prefix}/lib/systemd/system
 
@@ -6,19 +6,16 @@
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
-Version: 1.1.0
-Release: 2%{snapshot}%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 #
-# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
-# tarball built with:
-#./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-#make distcheck
+# Source from http://freedesktop.org/software/ModemManager/
 #
-Source: %{name}-%{version}%{snapshot}.tar.xz
+Source: %{name}-%{version}.tar.xz
 License: GPLv2+
 Group: System Environment/Base
 
-URL: http://www.gnome.org/projects/NetworkManager/
+URL: https://wiki.gnome.org/Projects/NetworkManager
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 Requires: glib2 = %{glib2_version}
 BuildRequires: glib2-devel = %{glib2_version}
@@ -87,11 +84,13 @@ Vala bindings for ModemManager
 autoreconf -i --force
 intltoolize --force
 %configure \
-	--enable-more-warnings=error \
+	--prefix=/usr \
+	--sysconfdir=/etc \
+	--localstatedir=/var \
+	--enable-more-warnings \
 	--with-udev-base-dir=%{_prefix}/lib/udev \
-	--enable-gtk-doc=yes \
-	--with-qmi=yes \
-	--with-mbim=yes \
+	--enable-gtk-doc \
+	--with-newest-qmi-commands \
 	--disable-static \
 	--with-polkit=no \
 	--with-dist-version=%{version}-%{release}
@@ -141,6 +140,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor /dev/null || :
 %{systemd_dir}/ModemManager.service
 %{_datadir}/icons/hicolor/22x22/apps/*.png
 %{_mandir}/man8/*
+%{_datadir}/locale/*/LC_MESSAGES/ModemManager.mo
 
 %files devel
 %{_includedir}/ModemManager/*.h
@@ -165,6 +165,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor /dev/null || :
 %{_datadir}/vala/vapi/libmm-glib.*
 
 %changelog
+* Sat Feb  1 2014 poma p...@gmail.com - 1.2.0-1
+- Update to 1.2.0 release
+
 * Fri Sep 13 2013 Dan Williams d...@redhat.com - 1.1.0-2.git20130913
 - Build with MBIM support
 - Enable Vala bindings
diff --git a/buildsys-hates-openpty.patch b/buildsys-hates-openpty.patch
index aa61d24..4daa31e 100644
--- a/buildsys-hates-openpty.patch
+++ b/buildsys-hates-openpty.patch
@@ -1,12 +1,11 @@
 diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src/tests/Makefile.am
 --- ModemManager-0.4.998/src/tests/Makefile.am.foo	2011-07-06 17:59:53.711343366 -0500
 +++ ModemManager-0.4.998/src/tests/Makefile.am	2011-07-06 18:00:08.971152593 -0500
-@@ -45,7 +45,6 @@ if WITH_TESTS
+@@ -3,7 +3,6 @@
  noinst_PROGRAMS = \
  	test-modem-helpers \
  	test-charsets \
 -	test-qcdm-serial-port \
  	test-at-serial-port \
- 	test-sms-part
- 
-
+ 	test-sms-part-3gpp \
+ 	test-sms-part-cdma
diff --git a/sources b/sources
index 430d5bc..4f52be2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-055f12a1dbfc41cc4ca053c3d6ec2eee  ModemManager-1.1.0.git20130913.tar.xz
+55c6cb712d9edd882f604a2ad0952515  

ModemManager update

2014-02-01 Thread poma

Danny Boy, to catch a wave. ;)


poma



diff --git a/ModemManager.spec b/ModemManager.spec
index 13fa901..f14a5c7 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -6,15 +6,12 @@
 
 Summary: Mobile broadband modem management service
 Name: ModemManager
-Version: 1.1.0
-Release: 2%{snapshot}%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 #
-# Source from git://anongit.freedesktop.org/ModemManager/ModemManager
-# tarball built with:
-#./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-#make distcheck
+# Source from http://freedesktop.org/software/ModemManager/
 #
-Source: %{name}-%{version}%{snapshot}.tar.xz
+Source: %{name}-%{version}.tar.xz
 License: GPLv2+
 Group: System Environment/Base
 
@@ -87,11 +84,13 @@ Vala bindings for ModemManager
 autoreconf -i --force
 intltoolize --force
 %configure \
-	--enable-more-warnings=error \
+	--prefix=/usr \
+	--sysconfdir=/etc \
+	--localstatedir=/var \
+	--enable-more-warnings \
 	--with-udev-base-dir=%{_prefix}/lib/udev \
-	--enable-gtk-doc=yes \
-	--with-qmi=yes \
-	--with-mbim=yes \
+	--enable-gtk-doc \
+	--with-newest-qmi-commands \
 	--disable-static \
 	--with-polkit=no \
 	--with-dist-version=%{version}-%{release}
@@ -141,6 +140,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor /dev/null || :
 %{systemd_dir}/ModemManager.service
 %{_datadir}/icons/hicolor/22x22/apps/*.png
 %{_mandir}/man8/*
+%{_datadir}/locale/*/LC_MESSAGES/ModemManager.mo
 
 %files devel
 %{_includedir}/ModemManager/*.h
@@ -165,6 +165,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor /dev/null || :
 %{_datadir}/vala/vapi/libmm-glib.*
 
 %changelog
+* Fri Jan 31 2014 poma p...@gmail.com - 1.2.0-1
+- Update to 1.2.0 release
+
 * Fri Sep 13 2013 Dan Williams d...@redhat.com - 1.1.0-2.git20130913
 - Build with MBIM support
 - Enable Vala bindings
diff --git a/buildsys-hates-openpty.patch b/buildsys-hates-openpty.patch
index aa61d24..4daa31e 100644
--- a/buildsys-hates-openpty.patch
+++ b/buildsys-hates-openpty.patch
@@ -1,12 +1,11 @@
 diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src/tests/Makefile.am
 --- ModemManager-0.4.998/src/tests/Makefile.am.foo	2011-07-06 17:59:53.711343366 -0500
 +++ ModemManager-0.4.998/src/tests/Makefile.am	2011-07-06 18:00:08.971152593 -0500
-@@ -45,7 +45,6 @@ if WITH_TESTS
+@@ -3,7 +3,6 @@
  noinst_PROGRAMS = \
  	test-modem-helpers \
  	test-charsets \
 -	test-qcdm-serial-port \
  	test-at-serial-port \
- 	test-sms-part
- 
-
+ 	test-sms-part-3gpp \
+ 	test-sms-part-cdma
diff --git a/sources b/sources
index 430d5bc..1637324 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-055f12a1dbfc41cc4ca053c3d6ec2eee  ModemManager-1.1.0.git20130913.tar.xz
+6e70ab7c5f96aa6a4d5612c1d5ae5bb3  ModemManager-1.2.0.tar.xz

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ModemManager update

2014-02-01 Thread Kevin Fenzi
On Sat, 01 Feb 2014 15:03:36 +0100
poma pomidorabelis...@gmail.com wrote:

 
 With a companion libraries. ;)
 
 ↗ libmbim-1.6.0
 ↗ libqmi-1.8.0
 ↗ ModemManager-1.2.0

Were these sent to the list for feedback on the changes?

They seem fine to me from a quick glance. I don't know if there's more
things that need to be rebuilt for those updates off hand. 

If you don't hear from Dan on it, you might consider filing a RFE bug
with the patches. 

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

f20, anaconda, net install and video out of range ....

2014-02-01 Thread Paul Wouters


Hi,

I tried to help a friend upgrade his redhat 7.3 server (!) to
something more modern. Since his server's BIOS had issues with
booting from DVD, I setup a PXE environment on my laptop and
booted the net-install (and later the live image) kernel and
ram disk.

After PXE boot, and leaving the live CD in the drive, Anaconda
was able to boot the live environment. But when it tried to
enter graphics (X) the monitor reported out of range errors.

Changing the old LCD monitor to a 21 modern one gave the exact
same results - clearly the machine is trying something very
unreasonable rejected even on LCD's less than a year old.

The linux text console worked fine and showed the boot process.

I could even login as root and issue commands, but since this
environment was a live cd, I could not figure out how to modify
the X config and restart X to make this work.

Adding text to the kernel parameters did not enable a text-based
installer, and teh same out of range error apepared on the montior.
Has this functionality been depricated?

It seems these problems have been happening on and off on fedora's,
and it is not a f20 or f18+ anacondo issue alone?

Attempted workarounds included passing text, nomodeset, and
various video= lines. None of which prevented out of range errors.


It seems the last alternative to try is a vnc based install :(

If anyone has another trick up their sleeve, I'd be interested. And if
so, that trick should be added to the installer documentation (which
was actually reasoanbly good, but unfortunately did not help us)

Paul
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: f20, anaconda, net install and video out of range ....

2014-02-01 Thread Adam Williamson
On 1 February, 2014 10:18:25 AM PST, Paul Wouters p...@nohats.ca wrote:

Hi,

I tried to help a friend upgrade his redhat 7.3 server (!) to
something more modern. Since his server's BIOS had issues with
booting from DVD, I setup a PXE environment on my laptop and
booted the net-install (and later the live image) kernel and
ram disk.

After PXE boot, and leaving the live CD in the drive, Anaconda
was able to boot the live environment. But when it tried to
enter graphics (X) the monitor reported out of range errors.

Changing the old LCD monitor to a 21 modern one gave the exact
same results - clearly the machine is trying something very
unreasonable rejected even on LCD's less than a year old.

The linux text console worked fine and showed the boot process.

I could even login as root and issue commands, but since this
environment was a live cd, I could not figure out how to modify
the X config and restart X to make this work.

Adding text to the kernel parameters did not enable a text-based
installer, and teh same out of range error apepared on the montior.
Has this functionality been depricated?

It seems these problems have been happening on and off on fedora's,
and it is not a f20 or f18+ anacondo issue alone?

Attempted workarounds included passing text, nomodeset, and
various video= lines. None of which prevented out of range errors.


It seems the last alternative to try is a vnc based install :(

If anyone has another trick up their sleeve, I'd be interested. And if
so, that trick should be added to the installer documentation (which
was actually reasoanbly good, but unfortunately did not help us)

Paul
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

You can't do a text install from a live image, but you can from DVD or net 
inst. We'd need the x logs to know what was going on with x startup.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin DOT net
http://www.happyassassin.net
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Packages installing files to /etc/rpm

2014-02-01 Thread Richard Hughes
On 31 January 2014 20:23, Ville Skyttä ville.sky...@iki.fi wrote:
 kwizart color-filesystem rhughes

Fixed, thanks.

Richard
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: f20, anaconda, net install and video out of range ....

2014-02-01 Thread Paul Wouters

On Sat, 1 Feb 2014, Adam Williamson wrote:


You can't do a text install from a live image, but you can from DVD or net 
inst. We'd need the x logs to know what was going on with x startup.


I did not keep a copy of the X log, but it showed no problems. It logged
various screens in resolutions any monitor should handle (like 800x600@75).
It also properly probed the monitor with no errors.  As far as the system
was concerned, X was running without any problems.

I'll try the netinst in PXE in text mode. Thanks.

Paul
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: f20, anaconda, net install and video out of range ....

2014-02-01 Thread Paul Wouters

On Sat, 1 Feb 2014, Adam Williamson wrote:


You can't do a text install from a live image, but you can from DVD or net 
inst. We'd need the x logs to know what was going on with x startup.


Using the netinstall's isolinux/ vmlinuz,initrd and pxelinux.cfg file,
the machine (physical but also VMs on my laptop) start with:

[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.

It then waits a _long_ time and I see:

[  timestamp] dracut-initqueue[pid]: Warning: Could not boot.
[ OK ] Strated Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reacdhed target Basic System.
[  timestamp] dracut-initqueue[pid]: Warning: Could not boot.
[  timestamp] dracut-initqueue[pid]: Warning: /dev/root does not exit

and then falls into a dracut shell

Looking at the report it boots a lot of things, then throws:

systemd: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid 
argument.
systemd: Reloading.
systemd: Failed to add job sys-kernel-config.mount/start, ignoring: Invalid 
argument.
multimathd[71]: vda: add path (uevent)
multimathd[71]: vda: spurious uevent, path already in pathvec
multimathd[71]: vda: failed to get path uid
multimathd[71]: uevent trigger error
dracut-initqueue[474]: Warning: Could not boot.
dracut-initqueue[474]: Warning: /dev/rot does not exist.

Paul
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Fedora.NEXT Products and the fate of Spins

2014-02-01 Thread Kevin Kofler
Ralf Corsepius wrote:
 Until now, I am still unable to grasp the sense of Fedora.NEXT.
 All in all, to me all I've read so far sounds like being a lot of effort
 with undefined, unclear or questionable outcome.

Indeed.

I don't understand why we are doing that Fedora.NEXT thing in the first 
place. It's a lot of change for the sake of change, without any idea whether 
the output will be better than the status quo, or even whether there will be 
any (usable) output at all!

Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Fedora.NEXT Products and the fate of Spins

2014-02-01 Thread Kevin Kofler
Stephen Gallagher wrote:
 Right now, the vision essentially looks like:
 
 Fedora Products: This *is* Fedora. It comes in three flavors.

I don't like the hardcoded three there at all, because if KDE is to ever 
become a full-fledged Product (which IMHO it should have been from the 
beginning!), it will need to change (unless you're dropping one of your 3 
sacred spins).

Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Fedora.NEXT Products and the fate of Spins

2014-02-01 Thread Kevin Kofler
Stephen Gallagher wrote:
 1) Are Spins useful as they currently exist?

Yes. Just see how many people do, indeed, use them.

 2) Should Spins be eliminated entirely in favor of Fedora Remixes[1].

No! HELL NO! Reducing Fedora to those 3 uninteresting Products would be a 
huge step backwards.

 3) Should Spins be considered Products-in-development? In other words,
 should we only approve Spins that are targeted or destined for
 promotion to a fully-supported Fedora Product?

Maybe. It all depends on what the expectations are for something to become a 
Product. IMHO, it should have no more expectations than we currently have 
for Spins (i.e. ALL Spins should automatically become Products), in which 
case the question becomes moot entirely. But seeing the kind of bureaucratic 
processes some people are expecting Products to go through, as long as those 
expectations remain, I think the answer to your question 3 can only be: No!

 3b) If we treat Spins as Products-in-development, what do we do with
 those Spins that don't fit that criteria?

See above, there shouldn't be any. Otherwise, the answer to the previous 
question must be no. In both cases, this question becomes moot.

Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Another questionable dependency chain -- libreoffice-writer installs log4j-chainsaw

2014-02-01 Thread Kevin Kofler
Mikolaj Izdebski wrote:
 2) RPM doesn't differentiate between dependency scopes.  Some
 dependencies may be required only in some contexts, for example only for
 testing, or only when using that package to compile other packages.  In
 the latter case one would normally put these dependencies in -devel
 packages, but these are forbidden by packaging guidelines for Java.

WTF???

Those guidelines must be fixed NOW!

-devel stuff MUST be in -devel packages and not pollute normal packages. ALL 
those Java libraries should have a -devel subpackage, or if it is really not 
needed, a Provides: foo-devel.

Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Another questionable dependency chain -- libreoffice-writer installs log4j-chainsaw

2014-02-01 Thread Kevin Kofler
Mikolaj Izdebski wrote:
 That would certainly help from theoretical point of view, but that's not
 really maintainable.  Adding hundreds of empty packages just to improve
 dependencies isn't the right way to go, IMHO.  This should be fixed in
 the infrastructure.

IMHO, adding hundreds of empty -devel subpackages IS the way to go, if the 
only difference between -devel and main really is the dependencies. Stuff 
needed only for development belongs into -devel packages, period.

Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Another questionable dependency chain -- libreoffice-writer installs log4j-chainsaw

2014-02-01 Thread Rex Dieter
Mikolaj Izdebski wrote:

 2) RPM doesn't differentiate between dependency scopes.  Some
 dependencies may be required only in some contexts, for example only for
 testing, or only when using that package to compile other packages.  In
 the latter case one would normally put these dependencies in -devel
 packages, but these are forbidden by packaging guidelines for Java.

Not exactly forbidden, but there is an interesting tidbit at
https://fedoraproject.org/wiki/Packaging:Java#-devel_packages

-devel packages don't really make sense for Java packages. Header files do 
not exist for Java packages.

-devel packages can exist for many reasons besides simply providing headers, 
imho.

-- Rex

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: ModemManager update

2014-02-01 Thread poma
On 01.02.2014 18:55, Kevin Fenzi wrote:
 On Sat, 01 Feb 2014 15:03:36 +0100
 poma pomidorabelis...@gmail.com wrote:
 

 With a companion libraries. ;)

 ↗ libmbim-1.6.0
 ↗ libqmi-1.8.0
 ↗ ModemManager-1.2.0
 
 Were these sent to the list for feedback on the changes?

Everything is change. :)

 They seem fine to me from a quick glance. I don't know if there's more
 things that need to be rebuilt for those updates off hand. 

It's OK.

 If you don't hear from Dan on it, you might consider filing a RFE bug
 with the patches. 

Thanks for the advice. ;)


poma


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


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

File Class-Accessor-Lite-0.06.tar.gz uploaded to lookaside cache by corsepiu

2014-02-01 Thread corsepiu
A file has been added to the lookaside cache for perl-Class-Accessor-Lite:

71a4b22f8a7f4fcad6ec184d5b57802a  Class-Accessor-Lite-0.06.tar.gz
--
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

[perl-Class-Accessor-Lite] Upstream update.

2014-02-01 Thread corsepiu
commit beb6dbf1b3ca48e64e7ed654fd10e0879d038499
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Feb 1 09:18:30 2014 +0100

Upstream update.

- Modernize spec.

 .gitignore|1 +
 perl-Class-Accessor-Lite.spec |   17 -
 sources   |2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dc5cb3..0ea265d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Class-Accessor-Lite-0.05.tar.gz
+/Class-Accessor-Lite-0.06.tar.gz
diff --git a/perl-Class-Accessor-Lite.spec b/perl-Class-Accessor-Lite.spec
index 36adc31..a9a6482 100644
--- a/perl-Class-Accessor-Lite.spec
+++ b/perl-Class-Accessor-Lite.spec
@@ -1,13 +1,14 @@
 Name:   perl-Class-Accessor-Lite
-Version:0.05
-Release:9%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:Minimalistic variant of Class::Accessor
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-Accessor-Lite/
 Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/Class-Accessor-Lite-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -25,8 +26,6 @@ up the @ISA.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -37,16 +36,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Ralf Corsépius corse...@fedoraproject.org - 0.06-1
+- Upstream update.
+- Modernize spec.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c44d66..a38bef8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c487f0ebe2038363b68e9e68ae4beb54  Class-Accessor-Lite-0.05.tar.gz
+71a4b22f8a7f4fcad6ec184d5b57802a  Class-Accessor-Lite-0.06.tar.gz
--
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

[perl-Class-Accessor-Lite] Upstream update.

2014-02-01 Thread corsepiu
commit bf650c72819ad6c4cbdbadd8a1f8db7f067fb2ea
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Feb 1 09:20:26 2014 +0100

Upstream update.

- Modernize spec.

 .gitignore |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ea265d..cf9b715 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Class-Accessor-Lite-0.05.tar.gz
 /Class-Accessor-Lite-0.06.tar.gz
--
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

[perl-Class-Accessor-Lite/f20] (2 commits) ...Upstream update.

2014-02-01 Thread corsepiu
Summary of changes:

  beb6dbf... Upstream update. (*)
  bf650c7... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Class-Accessor-Lite/f19: 5/5] Merge cleanup.

2014-02-01 Thread corsepiu
commit 032fa3102461fd227f2ce3d6582e80d2937d5261
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Feb 1 09:25:38 2014 +0100

Merge cleanup.

 perl-Class-Accessor-Lite.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Class-Accessor-Lite.spec b/perl-Class-Accessor-Lite.spec
index a9a6482..bf2bd4d 100644
--- a/perl-Class-Accessor-Lite.spec
+++ b/perl-Class-Accessor-Lite.spec
@@ -46,12 +46,6 @@ make test
 - Upstream update.
 - Modernize spec.
 
-* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Jul 17 2013 Petr Pisar ppi...@redhat.com - 0.05-8
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-Class-Accessor-Lite/f19] (5 commits) ...Merge cleanup.

2014-02-01 Thread corsepiu
Summary of changes:

  fc4f836... Perl 5.18 rebuild (*)
  5217ad6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  beb6dbf... Upstream update. (*)
  bf650c7... Upstream update. (*)
  032fa31... Merge cleanup.

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Encode-HanExtra/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  1a09d6f... Perl 5.18 rebuild (*)
  336587d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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: dspam

2014-02-01 Thread buildsys


dspam has broken dependencies in the epel-7 tree:
On x86_64:
dspam-3.10.2-9.el7.x86_64 requires perl(Mail::MboxParser)
On ppc64:
dspam-3.10.2-9.el7.ppc64 requires perl(Mail::MboxParser)
On x86_64:
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.x86_64 requires perl(GD::Graph::bars)
On ppc64:
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines3d)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::lines)
dspam-web-3.10.2-9.el7.ppc64 requires perl(GD::Graph::bars)
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: w3c-markup-validator

2014-02-01 Thread buildsys


w3c-markup-validator has broken dependencies in the epel-7 tree:
On x86_64:
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
On ppc64:
w3c-markup-validator-1.3-4.el7.noarch requires 
perl(SGML::Parser::OpenSP) = 0:0.991
w3c-markup-validator-1.3-4.el7.noarch requires perl(Net::IP)
w3c-markup-validator-1.3-4.el7.noarch requires perl(HTML::Template)
w3c-markup-validator-1.3-4.el7.noarch requires perl(Encode::HanExtra)
On x86_64:
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
On ppc64:
w3c-markup-validator-libs-1.3-4.el7.noarch requires html401-dtds
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

[Bug 1060364] Request epel7 branch

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060364

Xavier Bachelot xav...@bachelot.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2014-02-01 04:36:07



--- Comment #1 from Xavier Bachelot xav...@bachelot.org ---
The package has been built for epel7.

Regards,
Xavier

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5ArfOZpHqwa=cc_unsubscribe
--
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

[perl-Apache-Htpasswd/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  3bc7bc1... Perl 5.18 rebuild (*)
  a40c72a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-App-SVN-Bisect/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  561eb1c... Perl 5.18 rebuild (*)
  cde4287... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Text-Wrapper] Upstream update.

2014-02-01 Thread corsepiu
commit 4dad99d0cca6efc2aa31f122f7c8ef95486d1780
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Feb 1 14:08:16 2014 +0100

Upstream update.

- Reflect upstream not wanting us to perform Pod tests.

 perl-Text-Wrapper.spec |   14 --
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index 077b65f..2cfbced 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Wrapper
-Version:   1.04
-Release:   6%{?dist}
+Version:   1.05
+Release:   1%{?dist}
 Summary:   Simple word wrapping perl module
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -10,10 +10,8 @@ Source0: 
http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{version}.tar
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(Carp)
 BuildRequires: perl(Test::More)
-# For improved tests
-BuildRequires:  perl(Test::Pod) = 1.41
-BuildRequires:  perl(Test::Pod::Coverage) = 1.08
-BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch: noarch
@@ -45,6 +43,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Ralf Corsépius corse...@fedoraproject.org - 1.05-1
+- Upstream update.
+- Reflect upstream not wanting us to perform Pod tests.
+
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
--
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 1060362] Request epel7 branch

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060362



--- Comment #2 from Paul Howarth p...@city-fan.org ---
(In reply to Paul Howarth from comment #1)
 Not sure how I came to be assigned this

I figured it out: I'll have been the maintainer for the EL-4 branch, which is
why bugzilla had me as the EPEL contact for this package (it was in RHEL 5 and
6).

So, to re-iterate:

Package Change Request
==
Package Name: perl-Net-IP
New Branches: epel7
Owners: pghmcfc
InitialCC: perl-sig

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZhOtOpszHJa=cc_unsubscribe
--
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

File Text-Wrapper-1.05.tar.gz uploaded to lookaside cache by corsepiu

2014-02-01 Thread corsepiu
A file has been added to the lookaside cache for perl-Text-Wrapper:

c5a523a5a271fd0c2844100ec8ced8d3  Text-Wrapper-1.05.tar.gz
--
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

[perl-AuthCAS/epel7] (3 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  b13c5c8... Perl 5.18 rebuild (*)
  6d722d4... Define POD encoding (*)
  f2552f9... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-CSS-Squish/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  4696dbc... Perl 5.18 rebuild (*)
  b4d7f97... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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-qpid_proton

2014-02-01 Thread buildsys


perl-qpid_proton has broken dependencies in the rawhide tree:
On x86_64:
perl-qpid_proton-0.6-1.fc21.x86_64 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.x86_64 requires 
perl(qpid::proton::ExceptionHandling)
On i386:
perl-qpid_proton-0.6-1.fc21.i686 requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.i686 requires 
perl(qpid::proton::ExceptionHandling)
On armhfp:
perl-qpid_proton-0.6-1.fc21.armv7hl requires perl(qpid_proton)
perl-qpid_proton-0.6-1.fc21.armv7hl requires 
perl(qpid::proton::ExceptionHandling)
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-Language-Expr

2014-02-01 Thread buildsys


perl-Language-Expr has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
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: mojomojo

2014-02-01 Thread buildsys


mojomojo has broken dependencies in the rawhide tree:
On x86_64:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On i386:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
On armhfp:
mojomojo-1.10-1.fc20.noarch requires 
perl(HTML::FormFu::Element::reCAPTCHA)
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-Catalyst-Controller-HTML-FormFu

2014-02-01 Thread buildsys


perl-Catalyst-Controller-HTML-FormFu has broken dependencies in the rawhide 
tree:
On x86_64:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On i386:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
On armhfp:
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc20.noarch requires 
perl(HTML::FormFu::MultiForm)
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

[perl-Text-Wrapper] Misc. fixups to previous commits.

2014-02-01 Thread corsepiu
commit 9ea15e1b9e8a2d833cebf88f84271a5536c4c617
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sat Feb 1 14:19:21 2014 +0100

Misc. fixups to previous commits.

 .gitignore |2 +-
 perl-Text-Wrapper.spec |3 ++-
 sources|2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f10d1bc..f9d68a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Text-Wrapper-1.04.tar.gz
+/Text-Wrapper-1.05.tar.gz
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index 2cfbced..ec439c7 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -46,6 +46,7 @@ make test RELEASE_TESTING=1
 * Sat Feb 01 2014 Ralf Corsépius corse...@fedoraproject.org - 1.05-1
 - Upstream update.
 - Reflect upstream not wanting us to perform Pod tests.
+- Fix bogus changelog entry.
 
 * Sun Aug 04 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -110,7 +111,7 @@ make test RELEASE_TESTING=1
 - BR: perl(Test::More).
 - Update License tag.
 
-* Mon Mar 27 2007 Ralf Corsépius rc040...@freenet.de - 1.01-1
+* Mon Mar 26 2007 Ralf Corsépius rc040...@freenet.de - 1.01-1
 - Upstream update.
 - BR: perl(Module::Build::Compat).
 
diff --git a/sources b/sources
index 3551b0d..974d568 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85744d27f358fdfc3cc4e79fd04a0448  Text-Wrapper-1.04.tar.gz
+c5a523a5a271fd0c2844100ec8ced8d3  Text-Wrapper-1.05.tar.gz
--
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

[perl-Config-Properties/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  9e57e62... Perl 5.18 rebuild (*)
  48380e5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Crypt-CipherSaber/epel7] (2 commits) ...- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2014-02-01 Thread xavierb
Summary of changes:

  4f35770... Perl 5.18 rebuild (*)
  7d85993... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Hash-MultiValue] Drop tests subpackage

2014-02-01 Thread 李瑞彬
commit 89704ddd4ae0f58b1deaa129077c5f0cb06ffde7
Author: Robin Lee cheese...@fedoraproject.org
Date:   Sun Feb 2 02:13:45 2014 +0800

Drop tests subpackage

- Include LICENSE

 perl-Hash-MultiValue.spec |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Hash-MultiValue.spec b/perl-Hash-MultiValue.spec
index 72c0bf5..f4dbb51 100644
--- a/perl-Hash-MultiValue.spec
+++ b/perl-Hash-MultiValue.spec
@@ -1,7 +1,7 @@
 Name:   perl-Hash-MultiValue
 Summary:Store multiple values per key
 Version:0.15
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Hash-MultiValue-%{version}.tar.gz
 
@@ -19,7 +19,6 @@ BuildRequires:  perl(UNIVERSAL::ref)
 
 
 %{?perl_default_filter}
-%{?perl_default_subpackage_tests}
 
 %description
 Hash::MultiValue is an object (and a plain hash reference) that may
@@ -49,11 +48,15 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Feb  1 2014 Robin Lee cheese...@fedoraproject.org - 0.15-2
+- Drop tests subpackage
+- Include LICENSE
+
 * Fri Aug  9 2013 Robin Lee cheese...@fedoraproject.org - 0.15-1
 - Update to 0.15, use MakeMaker
 
--
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

File File-ChangeNotify-0.24.tar.gz uploaded to lookaside cache by cheeselee

2014-02-01 Thread 李瑞彬
A file has been added to the lookaside cache for perl-File-ChangeNotify:

959f1e52d854b4a94f357545d291edca  File-ChangeNotify-0.24.tar.gz
--
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

[perl-File-ChangeNotify] Update to 0.24

2014-02-01 Thread 李瑞彬
commit ffae8a933c36c9a509dd9d0221742f764646b76b
Author: Robin Lee cheese...@fedoraproject.org
Date:   Sun Feb 2 02:32:09 2014 +0800

Update to 0.24

- Drop tests subpackage

 .gitignore  |1 +
 perl-File-ChangeNotify.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51a2f06..5c0ae40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ File-ChangeNotify-0.13.tar.gz
 /File-ChangeNotify-0.21.tar.gz
 /File-ChangeNotify-0.22.tar.gz
 /File-ChangeNotify-0.23.tar.gz
+/File-ChangeNotify-0.24.tar.gz
diff --git a/perl-File-ChangeNotify.spec b/perl-File-ChangeNotify.spec
index 756bcec..ad22389 100644
--- a/perl-File-ChangeNotify.spec
+++ b/perl-File-ChangeNotify.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-ChangeNotify
 Summary:Watch for changes to files, cross-platform style
-Version:0.23
+Version:0.24
 Release:1%{?dist}
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -45,7 +45,6 @@ Requires:   perl(Time::HiRes)
 %?perl_default_filter
 }
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(IO::KQueue\\)
-%{?perl_default_subpackage_tests}
 
 %description
 Watch for changes to files, easily, cleanly, and across different platforms.
@@ -80,6 +79,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Feb  1 2014 Robin Lee cheese...@fedoraproject.org - 0.24-1
+- Update to 0.24
+- Drop tests subpackage
+
 * Fri Aug  9 2013 Robin Lee cheese...@fedoraproject.org - 0.23-1
 - Update to 0.23
 
diff --git a/sources b/sources
index ca9b0d1..3371685 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b27d2ffb39c780642c263885c436723  File-ChangeNotify-0.23.tar.gz
+959f1e52d854b4a94f357545d291edca  File-ChangeNotify-0.24.tar.gz
--
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 1036019] perl-File-ChangeNotify-0.24 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1036019

Robin Lee robinlee.s...@gmail.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-File-ChangeNotify-0.24
   ||-1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-01 13:43:15



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZZk4IlnwkTa=cc_unsubscribe
--
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 1060463] New: ctstream-13 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060463

Bug ID: 1060463
   Summary: ctstream-13 is available
   Product: Fedora
   Version: rawhide
 Component: ctstream
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 13
Current version/release in Fedora Rawhide: 12-1.fc21
URL: http://xpisar.wz.cz/ctstream/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lDpcQJCR2Ma=cc_unsubscribe
--
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 1060465] Review Request: perl-Excel-Writer-XLSX - Create a new file in the Excel 2007+ XLSX format

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060465

David Dick dd...@cpan.org changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ytAlyiGXCZa=cc_unsubscribe
--
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 1060475] New: perl-Compress-Raw-Zlib-2.064 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060475

Bug ID: 1060475
   Summary: perl-Compress-Raw-Zlib-2.064 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Compress-Raw-Zlib
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
p...@city-fan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 2.064
Current version/release in Fedora Rawhide: 2.063-1.fc21
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=bp81bv7gSfa=cc_unsubscribe
--
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 1060474] New: perl-Compress-Raw-Bzip2-2.064 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060474

Bug ID: 1060474
   Summary: perl-Compress-Raw-Bzip2-2.064 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Compress-Raw-Bzip2
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
p...@city-fan.org, perl-devel@lists.fedoraproject.org



Latest upstream release: 2.064
Current version/release in Fedora Rawhide: 2.063-1.fc21
URL: http://search.cpan.org/dist/Compress-Raw-Bzip2/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jQUZbXDdXYa=cc_unsubscribe
--
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 1060476] New: perl-CPANPLUS-0.9146 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060476

Bug ID: 1060476
   Summary: perl-CPANPLUS-0.9146 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPANPLUS
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.9146
Current version/release in Fedora Rawhide: 0.91.44-1.fc21
URL: http://search.cpan.org/dist/CPANPLUS/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VTLQJ3fjUVa=cc_unsubscribe
--
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 1060477] New: perl-ExtUtils-MakeMaker-6.88 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060477

Bug ID: 1060477
   Summary: perl-ExtUtils-MakeMaker-6.88 is available
   Product: Fedora
   Version: rawhide
 Component: perl-ExtUtils-MakeMaker
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 6.88
Current version/release in Fedora Rawhide: 6.86-1.fc21
URL: http://search.cpan.org/dist/ExtUtils-MakeMaker/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pvLwQgkGINa=cc_unsubscribe
--
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 1060478] New: perl-IO-Compress-2.064 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060478

Bug ID: 1060478
   Summary: perl-IO-Compress-2.064 is available
   Product: Fedora
   Version: rawhide
 Component: perl-IO-Compress
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.064
Current version/release in Fedora Rawhide: 2.063-1.fc21
URL: http://search.cpan.org/dist/IO-Compress/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=cmk0uqnDX0a=cc_unsubscribe
--
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 1060479] New: perl-JSON-Pointer-0.03 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060479

Bug ID: 1060479
   Summary: perl-JSON-Pointer-0.03 is available
   Product: Fedora
   Version: rawhide
 Component: perl-JSON-Pointer
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.03
Current version/release in Fedora Rawhide: 0.01-3.fc20
URL: http://search.cpan.org/dist/JSON-Pointer/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=avhXY2GFmRa=cc_unsubscribe
--
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 1060480] New: perl-Pod-Markdown-2.000 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060480

Bug ID: 1060480
   Summary: perl-Pod-Markdown-2.000 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Pod-Markdown
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.000
Current version/release in Fedora Rawhide: 1.500-1.fc21
URL: http://search.cpan.org/dist/Pod-Markdown/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=NC08QMHucba=cc_unsubscribe
--
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 1060481] New: perl-Text-Aligner-0.09 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060481

Bug ID: 1060481
   Summary: perl-Text-Aligner-0.09 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Aligner
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.09
Current version/release in Fedora Rawhide: 0.08-1.fc21
URL: http://search.cpan.org/dist/Text-Aligner/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KaTqyFb5lDa=cc_unsubscribe
--
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 1060483] New: perl-Text-Table-1.129 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060483

Bug ID: 1060483
   Summary: perl-Text-Table-1.129 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Text-Table
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Latest upstream release: 1.129
Current version/release in Fedora Rawhide: 1.128-1.fc21
URL: http://search.cpan.org/dist/Text-Table/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=fzNYbM5mG7a=cc_unsubscribe
--
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 1060484] New: perl-XML-LibXML-2.0110 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060484

Bug ID: 1060484
   Summary: perl-XML-LibXML-2.0110 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXML
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.0110
Current version/release in Fedora Rawhide: 2.0108-1.fc21
URL: http://search.cpan.org/dist/XML-LibXML/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=aTZqZwQkNya=cc_unsubscribe
--
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 1060485] New: perl-XML-LibXSLT-1.85 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1060485

Bug ID: 1060485
   Summary: perl-XML-LibXSLT-1.85 is available
   Product: Fedora
   Version: rawhide
 Component: perl-XML-LibXSLT
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, z...@fastmail.fm



Latest upstream release: 1.85
Current version/release in Fedora Rawhide: 1.84-1.fc21
URL: http://search.cpan.org/dist/XML-LibXSLT/

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

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iSFmY4Innna=cc_unsubscribe
--
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

[perl-CSS-Squish] fix bogus date in changelog; Modernize specfile

2014-02-01 Thread corsepiu
commit 1a0d349b7d239cd9cb8fb1121632032ebb1d7084
Author: Xavier Bachelot xav...@bachelot.org
Date:   Sat Feb 1 14:20:24 2014 +0100

fix bogus date in changelog; Modernize specfile

 perl-CSS-Squish.spec |   16 ++--
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 8b2b594..921d876 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -1,12 +1,10 @@
 Name:   perl-CSS-Squish
 Version:0.10
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Compact many CSS files into one big file
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CSS-Squish/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/CSS-Squish-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::LongString)
@@ -31,8 +29,6 @@ honor any valid @import statements included in the files.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -43,16 +39,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 01 2014 Xavier Bachelot xav...@bachelot.org - 0.10-10
+- Fix bogus date in %%changelog.
+- Modernize specfile.
+
 * Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -83,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Apr 30 2010 Marcela Maslanova mmasl...@redhat.com - 0.09-2
 - Mass rebuild with perl-5.12.0
 
-* Sat Feb 28 2010 Ralf Corsépius corse...@fedoraproject.org - 0.09-1
+* Sun Feb 28 2010 Ralf Corsépius corse...@fedoraproject.org - 0.09-1
 - Upstream update.
 - Reflect Source0-URL having changed.
 
--
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

[perl-CSS-Squish] Add more BR:s.

2014-02-01 Thread corsepiu
commit 597431491b585e62055a6b208465ed1400cf94d1
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 2 05:16:47 2014 +0100

Add more BR:s.

 .gitignore   |1 -
 perl-CSS-Squish.spec |   10 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e53c5b0..0491c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-CSS-Squish-0.09.tar.gz
 /CSS-Squish-0.10.tar.gz
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 921d876..4e14902 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -1,15 +1,20 @@
 Name:   perl-CSS-Squish
 Version:0.10
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Compact many CSS files into one big file
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/CSS-Squish/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/CSS-Squish-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::file)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+
 
 # For improved tests
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -45,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 02 2014 Ralf Corsépius corse...@fedoraproject.org - 0.10-11
+- Add more BR:s.
+
 * Sat Feb 01 2014 Xavier Bachelot xav...@bachelot.org - 0.10-10
 - Fix bogus date in %%changelog.
 - Modernize specfile.
--
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

[perl-CSS-Squish/f20] (2 commits) ...Add more BR:s.

2014-02-01 Thread corsepiu
Summary of changes:

  1a0d349... fix bogus date in changelog; Modernize specfile (*)
  5974314... Add more BR:s. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-CSS-Squish/f19: 5/5] Merge cleanup.

2014-02-01 Thread corsepiu
commit 2da6297a8f4e84c9c5ecb6051525c877e1d500a6
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Sun Feb 2 05:21:05 2014 +0100

Merge cleanup.

 perl-CSS-Squish.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-CSS-Squish.spec b/perl-CSS-Squish.spec
index 4e14902..1c7256f 100644
--- a/perl-CSS-Squish.spec
+++ b/perl-CSS-Squish.spec
@@ -57,12 +57,6 @@ make test
 - Fix bogus date in %%changelog.
 - Modernize specfile.
 
-* Sat Aug 03 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Sun Jul 21 2013 Petr Pisar ppi...@redhat.com - 0.10-8
-- Perl 5.18 rebuild
-
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-CSS-Squish/f19] (5 commits) ...Merge cleanup.

2014-02-01 Thread corsepiu
Summary of changes:

  4696dbc... Perl 5.18 rebuild (*)
  b4d7f97... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  1a0d349... fix bogus date in changelog; Modernize specfile (*)
  5974314... Add more BR:s. (*)
  2da6297... Merge cleanup.

(*) This commit already existed in another branch; no separate mail sent
--
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-Class-DBI

2014-02-01 Thread buildsys


perl-Class-DBI has broken dependencies in the epel-6 tree:
On ppc64:
perl-Class-DBI-3.0.17-5.el6.noarch requires perl(Class::Trigger) = 
0:0.07
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-OpenOffice-UNO

2014-02-01 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the epel-6 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-4.el6.x86_64 requires 
libsal_textenc.so.3()(64bit)
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-Catalyst-Devel

2014-02-01 Thread buildsys


perl-Catalyst-Devel has broken dependencies in the epel-6 tree:
On ppc64:
perl-Catalyst-Devel-1.28-1.el6.1.noarch requires 
perl(File::Copy::Recursive)
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-DBIx-Class

2014-02-01 Thread buildsys


perl-DBIx-Class has broken dependencies in the epel-6 tree:
On ppc64:
perl-DBIx-Class-0.08123-2.el6.noarch requires perl(Class::Trigger)
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-Class-DBI

2014-02-01 Thread buildsys


perl-Class-DBI has broken dependencies in the epel-6 tree:
On ppc64:
perl-Class-DBI-3.0.17-5.el6.noarch requires perl(Class::Trigger) = 
0:0.07
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-DBIx-Class

2014-02-01 Thread buildsys


perl-DBIx-Class has broken dependencies in the epel-6 tree:
On ppc64:
perl-DBIx-Class-0.08123-2.el6.noarch requires perl(Class::Trigger)
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-Catalyst-Devel

2014-02-01 Thread buildsys


perl-Catalyst-Devel has broken dependencies in the epel-6 tree:
On ppc64:
perl-Catalyst-Devel-1.28-1.el6.1.noarch requires 
perl(File::Copy::Recursive)
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-OpenOffice-UNO

2014-02-01 Thread buildsys


perl-OpenOffice-UNO has broken dependencies in the epel-6 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-4.el6.x86_64 requires 
libsal_textenc.so.3()(64bit)
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-Authen-Simple

2014-02-01 Thread buildsys


perl-Authen-Simple has broken dependencies in the epel-6 tree:
On ppc64:
perl-Authen-Simple-0.4-5.el6.noarch requires perl(Crypt::PasswdMD5)
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-WWW-GoodData

2014-02-01 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
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-WWW-GoodData

2014-02-01 Thread buildsys


perl-WWW-GoodData has broken dependencies in the epel-5 tree:
On ppc:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
On i386:
perl-WWW-GoodData-1.6-1.el5.noarch requires perl(Getopt::Long) = 0:2.36
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

File X11-Protocol-Other-29.tar.gz uploaded to lookaside cache by cheeselee

2014-02-01 Thread 李瑞彬
A file has been added to the lookaside cache for perl-X11-Protocol-Other:

0b1ed4861d7f6a2403e795d489404b54  X11-Protocol-Other-29.tar.gz
--
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

[perl-X11-Protocol-Other] Update to 29

2014-02-01 Thread 李瑞彬
commit ec7ed6e8be3c75d9ce97418b036d1af21af3961c
Author: Robin Lee cheese...@fedoraproject.org
Date:   Sun Feb 2 15:17:57 2014 +0800

Update to 29

 .gitignore   |1 +
 perl-X11-Protocol-Other.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18fdba7..92cb15c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ X11-Protocol-Other-18.tar.gz
 /X11-Protocol-Other-24.tar.gz
 /X11-Protocol-Other-25.tar.gz
 /X11-Protocol-Other-28.tar.gz
+/X11-Protocol-Other-29.tar.gz
diff --git a/perl-X11-Protocol-Other.spec b/perl-X11-Protocol-Other.spec
index cbb1ab8..d4819ad 100644
--- a/perl-X11-Protocol-Other.spec
+++ b/perl-X11-Protocol-Other.spec
@@ -1,5 +1,5 @@
 Name:   perl-X11-Protocol-Other
-Version:28
+Version:29
 Release:1%{?dist}
 Summary:Miscellaneous X11::Protocol helpers
 License:GPLv3+
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb  2 2014 Robin Lee cheese...@fedoraproject.org - 29-1
+- Update to 29
+
 * Wed Nov 13 2013 Robin Lee cheese...@fedoraproject.org - 28-1
 - Update to version 28
 
diff --git a/sources b/sources
index c605605..323ba4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79616ca6c549c793765366a05256b4b0  X11-Protocol-Other-28.tar.gz
+0b1ed4861d7f6a2403e795d489404b54  X11-Protocol-Other-29.tar.gz
--
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 1055298] perl-X11-Protocol-Other-29 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1055298

Robin Lee robinlee.s...@gmail.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-X11-Protocol-Other-29-
   ||1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-02 02:22:36



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=XhDIJpPD3Ha=cc_unsubscribe
--
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 1022682] perl-X11-Protocol-Other-27 is available

2014-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1022682

Robin Lee robinlee.s...@gmail.com changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-X11-Protocol-Other-29-
   ||1.fc21
 Resolution|--- |RAWHIDE
Last Closed||2014-02-02 02:23:01



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=1quVcgAy4Va=cc_unsubscribe
--
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