DISTFILES: gnutls: gnutls-3.4.2.tar.lz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-3.4.2.tar.lz
62537f59d8c6e01aec1066ff870109dd  gnutls-3.4.2.tar.lz
Size: 6202521 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnutls/DEVEL] - updated to 3.4.2

2015-06-24 Thread qboosh
commit 7ed5c6974c4e3518f3b015033123c3be7d587a7d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 15:27:31 2015 +0200

- updated to 3.4.2

 gnutls-link.patch | 4 ++--
 gnutls.spec   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index 3e6a752..8dbbd23 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -8,12 +8,12 @@
 Summary:   The GNU Transport Layer Security Library
 Summary(pl.UTF-8): Biblioteka GNU TLS (Transport Layer Security)
 Name:  gnutls
-Version:   3.4.1
+Version:   3.4.2
 Release:   1
 License:   LGPL v2.1+ (libgnutls), LGPL v3+ (libdane), GPL v3+ (openssl 
library and tools)
 Group: Libraries
 Source0:   
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.lz
-# Source0-md5: bc24e873ed9186e8cf43bb316beebc9f
+# Source0-md5: 62537f59d8c6e01aec1066ff870109dd
 Patch0:%{name}-info.patch
 Patch1:%{name}-link.patch
 URL:   http://www.gnutls.org/
diff --git a/gnutls-link.patch b/gnutls-link.patch
index 292968d..f3e535d 100644
--- a/gnutls-link.patch
+++ b/gnutls-link.patch
@@ -1,5 +1,5 @@
 gnutls-3.0.13/m4/lib-link.m4.orig  2008-05-17 07:44:04.0 +0200
-+++ gnutls-3.0.13/m4/lib-link.m4   2011-04-02 11:29:18.159546509 +0200
+--- gnutls-3.4.2/gl/m4/lib-link.m4.orig2008-05-17 07:44:04.0 
+0200
 gnutls-3.4.2/gl/m4/lib-link.m4 2011-04-02 11:29:18.159546509 +0200
 @@ -322,7 +322,11 @@
fi
if test X$found_dir != X; then


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnutls.git/commitdiff/7ed5c6974c4e3518f3b015033123c3be7d587a7d

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/dracut] - up to 0.43 - updated paths patch - release 0.1 (needs some testing and verification of -network sp

2015-06-24 Thread qboosh
commit 8c496e7163fef01849fb46aec19d9905f7a45dbd
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 16:01:20 2015 +0200

- up to 0.43
- updated paths patch
- release 0.1 (needs some testing and verification of -network split)

 dracut.spec | 48 +++-
 systemd-paths.patch | 15 ++-
 2 files changed, 33 insertions(+), 30 deletions(-)
---
diff --git a/dracut.spec b/dracut.spec
index c53bd08..03473da 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -1,12 +1,12 @@
 Summary:   Initramfs generator using udev
 Summary(pl.UTF-8): Generator initramfs wykorzystujący udev
 Name:  dracut
-Version:   041
-Release:   2
+Version:   043
+Release:   0.1
 License:   GPL v2+
 Group: Base
 Source0:   
https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
-# Source0-md5: ccde6cd8ef36b883b68d8e5954369a32
+# Source0-md5: 85de75ddf00962e7bb0ae387f05794e5
 Source1:   pld.conf
 Patch1:plymouth-libexec.patch
 Patch2:os-release.patch
@@ -200,6 +200,11 @@ Bashowe dopełnianie składni dla polecenia dracut.
 find modules.d -name '*.orig' | xargs -r %{__rm}
 
 %build
+# not autoconf generated
+./configure \
+   --sysconfdir=%{_sysconfdir} \
+   --systemdsystemunitdir=%{systemdunitdir}
+
 %{__make} all doc \
CC=%{__cc} \
CFLAGS=%{rpmcflags}
@@ -210,12 +215,7 @@ install -d 
$RPM_BUILD_ROOT{/boot/dracut,/etc/logrotate.d,/sbin} \
$RPM_BUILD_ROOT/var/{log,lib/{dracut/overlay,initramfs}}
 
 %{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT \
-   libdir=%{_prefix}/lib \
-   bindir=%{_bindir} \
-   systemdsystemunitdir=%{systemdunitdir} \
-   sysconfdir=%{_sysconfdir} \
-   mandir=%{_mandir}
+   DESTDIR=$RPM_BUILD_ROOT
 
 install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/dracut.conf.d/01-dist.conf
 install -p dracut.conf.d/fips.conf.example 
$RPM_BUILD_ROOT%{_sysconfdir}/dracut.conf.d/40-fips.conf
@@ -228,6 +228,8 @@ ln -s %{_bindir}/dracut $RPM_BUILD_ROOT/sbin/dracut
 
 # remove gentoo specific modules
 %{__rm} -r $RPM_BUILD_ROOT%{dracutlibdir}/modules.d/50gensplash
+# SuSE specific man page
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/mkinitrd-suse.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -257,8 +259,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dracutlibdir}/modules.d/00bootchart/*.sh
 %dir %{dracutlibdir}/modules.d/00dash
 %attr(755,root,root) %{dracutlibdir}/modules.d/00dash/*.sh
+%dir %{dracutlibdir}/modules.d/00systemd
+%attr(755,root,root) %{dracutlibdir}/modules.d/00systemd/module-setup.sh
 %dir %{dracutlibdir}/modules.d/00systemd-bootchart
 %attr(755,root,root) %{dracutlibdir}/modules.d/00systemd-bootchart/*.sh
+%dir %{dracutlibdir}/modules.d/01systemd-initrd
+%attr(755,root,root) %{dracutlibdir}/modules.d/01systemd-initrd/module-setup.sh
 %dir %{dracutlibdir}/modules.d/03modsign
 %attr(755,root,root) %{dracutlibdir}/modules.d/03modsign/*.sh
 %dir %{dracutlibdir}/modules.d/03rescue
@@ -358,12 +364,11 @@ rm -rf $RPM_BUILD_ROOT
 %{dracutlibdir}/modules.d/98syslog/README
 %{dracutlibdir}/modules.d/98syslog/rsyslog.conf
 %attr(755,root,root) %{dracutlibdir}/modules.d/98syslog/*.sh
-%dir %{dracutlibdir}/modules.d/98systemd
-%{dracutlibdir}/modules.d/98systemd/*.conf
-%{dracutlibdir}/modules.d/98systemd/*.service
-%{dracutlibdir}/modules.d/98systemd/*.target
-%attr(755,root,root) %{dracutlibdir}/modules.d/98systemd/*.sh
-%doc %{dracutlibdir}/modules.d/98systemd/*.8*
+%dir %{dracutlibdir}/modules.d/98dracut-systemd
+%{dracutlibdir}/modules.d/98dracut-systemd/dracut-tmpfiles.conf
+%{dracutlibdir}/modules.d/98dracut-systemd/*.service
+%attr(755,root,root) %{dracutlibdir}/modules.d/98dracut-systemd/*.sh
+%doc %{dracutlibdir}/modules.d/98dracut-systemd/*.8*
 %dir %{dracutlibdir}/modules.d/98usrmount
 %attr(755,root,root) %{dracutlibdir}/modules.d/98usrmount/*.sh
 %dir %{dracutlibdir}/modules.d/99base
@@ -380,8 +385,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dracutlibdir}/skipcpio
 
 %dir /var/lib/initramfs
-%{systemdunitdir}/*.service
-%{systemdunitdir}/*/*.service
+
+%{systemdunitdir}/dracut-*.service
+%{systemdunitdir}/initrd.target.wants/dracut-*.service
+%{systemdunitdir}/sysinit.target.wants/dracut-shutdown.service
+
+%{_npkgconfigdir}/dracut.pc
+
 %{_mandir}/man1/lsinitrd.1*
 %{_mandir}/man5/dracut.conf.5*
 %{_mandir}/man7/dracut.cmdline.7*
@@ -404,6 +414,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files network
 %defattr(644,root,root,755)
+%dir %{dracutlibdir}/modules.d/02systemd-networkd
+%attr(755,root,root) 
%{dracutlibdir}/modules.d/02systemd-networkd/module-setup.sh
 %dir %{dracutlibdir}/modules.d/40network
 %{dracutlibdir}/modules.d/40network/dhclient.conf
 %attr(755,root,root) %{dracutlibdir}/modules.d/40network/*.sh
@@ -411,6 +423,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dracutlibdir}/modules.d/45ifcfg/*.sh
 %dir %{dracutlibdir}/modules.d/45url-lib
 %attr(755,root,root) 

DISTFILES: armadillo: armadillo-5.200.2.tar.gz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://downloads.sourceforge.net/arma/armadillo-5.200.2.tar.gz
ef57ba4c473a3b67c672441a7face09e  armadillo-5.200.2.tar.gz
Size: 5430682 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: hdparm: hdparm-9.48.tar.gz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://downloads.sourceforge.net/hdparm/hdparm-9.48.tar.gz
213efdbe7471fad3408198918e164354  hdparm-9.48.tar.gz
Size: 130277 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/hdparm] - updated to 9.48

2015-06-24 Thread qboosh
commit 43e5d4d3801af5ade4d089904ea1033f24df775f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 16:32:14 2015 +0200

- updated to 9.48

 hdparm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hdparm.spec b/hdparm.spec
index ef743a7..0a9bc94 100644
--- a/hdparm.spec
+++ b/hdparm.spec
@@ -8,12 +8,12 @@ Summary(ru.UTF-8):Утилита для показа/настройки пар
 Summary(tr.UTF-8): (E)IDE/SATA/SAS sabit disklerle ilgili bazı 
parametreleri değiştirir
 Summary(uk.UTF-8): Утиліта для показу/установки параметрів жорстких дисків
 Name:  hdparm
-Version:   9.47
+Version:   9.48
 Release:   1
 License:   BSD
 Group: Applications/System
 Source0:   
http://downloads.sourceforge.net/hdparm/%{name}-%{version}.tar.gz
-# Source0-md5: 560c1d8af7f696239cbbca7cd146304a
+# Source0-md5: 213efdbe7471fad3408198918e164354
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.8.pl


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hdparm.git/commitdiff/43e5d4d3801af5ade4d089904ea1033f24df775f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/armadillo] - updated to 5.200.2

2015-06-24 Thread qboosh
commit fcb8a81c2467454642b5ecf95896059a27c38269
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 16:04:41 2015 +0200

- updated to 5.200.2

 armadillo.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/armadillo.spec b/armadillo.spec
index fb5de53..80fc049 100644
--- a/armadillo.spec
+++ b/armadillo.spec
@@ -1,12 +1,12 @@
 Summary:   C++ linear algebra library
 Summary(pl.UTF-8): Biblioteka C++ do algebry liniowej
 Name:  armadillo
-Version:   5.200.1
+Version:   5.200.2
 Release:   1
 License:   MPL v2.0
 Group: Libraries
 Source0:   http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
-# Source0-md5: e316706ad744f5cc8aecd71213c142df
+# Source0-md5: ef57ba4c473a3b67c672441a7face09e
 URL:   http://arma.sourceforge.net/
 BuildRequires: SuperLU-devel = 4
 BuildRequires: arpack-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/armadillo.git/commitdiff/fcb8a81c2467454642b5ecf95896059a27c38269

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: smartmontools: smartmontools-6.4.tar.gz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://downloads.sourceforge.net/smartmontools/smartmontools-6.4.tar.gz
56812c8312fd123ed40ef65afde1049e  smartmontools-6.4.tar.gz
Size: 822539 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/hwdata] - updated to 0.279

2015-06-24 Thread qboosh
commit 4297a47f7d752f5daa2d0e69a287b43d53ac7ab8
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 17:18:47 2015 +0200

- updated to 0.279

 hwdata.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/hwdata.spec b/hwdata.spec
index 9ec9eb3..9493b57 100644
--- a/hwdata.spec
+++ b/hwdata.spec
@@ -15,12 +15,12 @@ Summary:Hardware identification and configuration data
 Summary(pl.UTF-8): Dane do identyfikacji i konfiguracji sprzętu
 Name:  hwdata
 # see hwdata.spec inside of tarball
-Version:   0.275
+Version:   0.279
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
https://fedorahosted.org/releases/h/w/hwdata/%{name}-%{version}.tar.bz2
-# Source0-md5: 254400033ffa8a692ba6c725e1929f61
+# Source0-md5: 809b76d35d2f148bd85f5cfa382612ea
 URL:   https://fedorahosted.org/hwdata/
 Obsoletes: ieee-oui
 Conflicts: Xconfigurator  4.9.42-1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hwdata.git/commitdiff/4297a47f7d752f5daa2d0e69a287b43d53ac7ab8

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: dracut: dracut-043.tar.xz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.kernel.org/pub/linux/utils/boot/dracut/dracut-043.tar.xz
85de75ddf00962e7bb0ae387f05794e5  dracut-043.tar.xz
Size: 272744 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ethtool] - updated to 4.0

2015-06-24 Thread qboosh
commit 1a3ffe7221afc61d63c5bd3808b3476a0d659e5c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 16:32:40 2015 +0200

- updated to 4.0

 ethtool.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ethtool.spec b/ethtool.spec
index bf13c4d..b0128c0 100644
--- a/ethtool.spec
+++ b/ethtool.spec
@@ -3,13 +3,13 @@ Summary(es.UTF-8):Grupos de herramientas Ethernet
 Summary(pl.UTF-8): Narzędzie do kontrolowania kart ethernet
 Summary(pt_BR.UTF-8):  Ferramenta de configuração para placas ethernet PCI
 Name:  ethtool
-Version:   3.18
-Release:   2
+Version:   4.0
+Release:   1
 Epoch: 1
 License:   GPL v2
 Group: Networking/Admin
 Source0:   
https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
-# Source0-md5: fbf1a167b88a5966a2c56a2483af68c6
+# Source0-md5: 37c77b02556255e4122c3636f75a8646
 URL:   https://www.kernel.org/pub/software/network/ethtool/
 BuildRequires: autoconf = 2.52
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ethtool.git/commitdiff/1a3ffe7221afc61d63c5bd3808b3476a0d659e5c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ethtool: ethtool-4.0.tar.xz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.kernel.org/pub/software/network/ethtool/ethtool-4.0.tar.xz
37c77b02556255e4122c3636f75a8646  ethtool-4.0.tar.xz
Size: 199548 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/wireless-regdb] - updated to 2015.06.05

2015-06-24 Thread qboosh
commit 6e521483f23a11dee300b0c93604a74ecc93b5ce
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 16:40:33 2015 +0200

- updated to 2015.06.05

 wireless-regdb.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wireless-regdb.spec b/wireless-regdb.spec
index 1013119..ab0072d 100644
--- a/wireless-regdb.spec
+++ b/wireless-regdb.spec
@@ -5,12 +5,12 @@
 Summary:   Wireless regulatory database for Linux drivers
 Summary(pl.UTF-8): Baza danych przepisów dotyczących sieci bezprzewodowych 
dla sterowników linuksowych
 Name:  wireless-regdb
-Version:   2015.04.06
+Version:   2015.06.05
 Release:   1
 License:   ISC
 Group: Networking/Daemons
 Source0:   
https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
-# Source0-md5: 30087c5f4e506bd73415cddf07a3b00a
+# Source0-md5: 7c7e1aec3a8621417d224d600bbb9612
 URL:   http://wireless.kernel.org/en/developers/Regulatory
 BuildRequires: tar = 1:1.22
 BuildRequires: xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wireless-regdb.git/commitdiff/6e521483f23a11dee300b0c93604a74ecc93b5ce

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: hwdata: hwdata-0.279.tar.bz2

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://fedorahosted.org/releases/h/w/hwdata/hwdata-0.279.tar.bz2
809b76d35d2f148bd85f5cfa382612ea  hwdata-0.279.tar.bz2
Size: 1321495 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libconfig: libconfig-1.5.tar.gz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.hyperrealm.com/libconfig/libconfig-1.5.tar.gz
a939c4990d74e6fc1ee62be05716f633  libconfig-1.5.tar.gz
Size: 644432 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/uboot] - up to 2015.04

2015-06-24 Thread qboosh
commit bd3a7c20ad0bcb3434b2e67d370acdffe0c21eac
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 18:26:50 2015 +0200

- up to 2015.04

 uboot.config | 225 +++
 uboot.spec   |   9 ++-
 2 files changed, 231 insertions(+), 3 deletions(-)
---
diff --git a/uboot.spec b/uboot.spec
index 7076583..2f8f899 100644
--- a/uboot.spec
+++ b/uboot.spec
@@ -1,12 +1,13 @@
 Summary:   Das U-Boot -- the Universal Boot Loader
 Summary(pl.UTF-8): Das U-Boot - uniwersalny bootloader
 Name:  uboot
-Version:   2014.07
+Version:   2015.04
 Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
-# Source0-md5: 36d4bad687edcafa396fee607e505d4e
+# Source0-md5: 570bdc2c47270c2a98ca60ff6c5c74cd
+Source1:   %{name}.config
 URL:   http://www.denx.de/wiki/U-Boot
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,6 +52,8 @@ czasie utworzenia, sumach kontrolnych CRC32 itp.
 %prep
 %setup -q -n u-boot-%{version}
 
+cp -p %{SOURCE1} .config
+
 %build
 %{__make} tools-only \
HOSTCC=%{__cc} \
@@ -70,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CREDITS README
+%doc MAINTAINERS README
 
 %files mkimage
 %defattr(644,root,root,755)
diff --git a/uboot.config b/uboot.config
new file mode 100644
index 000..e75c6c5
--- /dev/null
+++ b/uboot.config
@@ -0,0 +1,225 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# U-Boot 2015.04 Configuration
+#
+CONFIG_HAVE_GENERIC_BOARD=y
+CONFIG_SYS_GENERIC_BOARD=y
+# CONFIG_ARC is not set
+# CONFIG_ARM is not set
+# CONFIG_AVR32 is not set
+# CONFIG_BLACKFIN is not set
+# CONFIG_M68K is not set
+# CONFIG_MICROBLAZE is not set
+# CONFIG_MIPS is not set
+# CONFIG_NDS32 is not set
+# CONFIG_NIOS2 is not set
+# CONFIG_OPENRISC is not set
+# CONFIG_PPC is not set
+CONFIG_SANDBOX=y
+# CONFIG_SH is not set
+# CONFIG_SPARC is not set
+# CONFIG_X86 is not set
+CONFIG_SYS_ARCH=sandbox
+CONFIG_SYS_BOARD=sandbox
+CONFIG_SYS_CONFIG_NAME=sandbox
+CONFIG_DM=y
+CONFIG_DM_SERIAL=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
+CONFIG_DM_CROS_EC=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM_I2C=y
+
+#
+# Sandbox architecture
+#
+# CONFIG_DM_TEST is not set
+CONFIG_DEFAULT_DEVICE_TREE=
+
+#
+# General setup
+#
+CONFIG_LOCALVERSION=
+CONFIG_LOCALVERSION_AUTO=y
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_EXPERT=y
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+
+#
+# Boot images
+#
+CONFIG_FIT=y
+# CONFIG_FIT_VERBOSE is not set
+# CONFIG_FIT_SIGNATURE is not set
+CONFIG_SYS_EXTRA_OPTIONS=
+
+#
+# Command line interface
+#
+CONFIG_HUSH_PARSER=y
+CONFIG_SYS_HUSH_PARSER=y
+
+#
+# Commands
+#
+
+#
+# Info commands
+#
+CONFIG_CMD_BDI=y
+CONFIG_CMD_CONSOLE=y
+CONFIG_CMD_LICENSE=y
+
+#
+# Boot commands
+#
+CONFIG_CMD_BOOTD=y
+CONFIG_CMD_BOOTM=y
+CONFIG_CMD_GO=y
+CONFIG_CMD_RUN=y
+CONFIG_CMD_IMI=y
+CONFIG_CMD_IMLS=y
+CONFIG_CMD_XIMG=y
+
+#
+# Environment commands
+#
+CONFIG_CMD_EXPORTENV=y
+CONFIG_CMD_IMPORTENV=y
+CONFIG_CMD_EDITENV=y
+CONFIG_CMD_SAVEENV=y
+
+#
+# Memory commands
+#
+CONFIG_CMD_MEMORY=y
+CONFIG_CMD_CRC32=y
+CONFIG_LOOPW=y
+CONFIG_CMD_MEMTEST=y
+CONFIG_CMD_MX_CYCLIC=y
+CONFIG_CMD_MEMINFO=y
+
+#
+# Device access commands
+#
+CONFIG_CMD_DM=y
+# CONFIG_CMD_DEMO is not set
+CONFIG_CMD_LOADB=y
+CONFIG_CMD_LOADS=y
+CONFIG_CMD_FLASH=y
+CONFIG_CMD_NAND=y
+CONFIG_CMD_SPI=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_FPGA=y
+
+#
+# Shell scripting commands
+#
+CONFIG_CMD_ECHO=y
+CONFIG_CMD_ITEST=y
+CONFIG_CMD_SOURCE=y
+
+#
+# Network commands
+#
+CONFIG_CMD_NET=y
+CONFIG_CMD_TFTPPUT=y
+CONFIG_CMD_TFTPSRV=y
+CONFIG_CMD_RARP=y
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_NFS=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_CDP=y
+CONFIG_CMD_SNTP=y
+CONFIG_CMD_DNS=y
+CONFIG_CMD_LINK_LOCAL=y
+
+#
+# Misc commands
+#
+CONFIG_CMD_TIME=y
+CONFIG_CMD_MISC=y
+CONFIG_CMD_TIMER=y
+CONFIG_SUPPORT_OF_CONTROL=y
+
+#
+# Device Tree Control
+#
+CONFIG_OF_CONTROL=y
+CONFIG_OF_EMBED=y
+# CONFIG_OF_HOSTFILE is not set
+CONFIG_NET=y
+
+#
+# Device Drivers
+#
+CONFIG_DM_WARN=y
+CONFIG_DM_DEVICE_REMOVE=y
+CONFIG_DM_STDIO=y
+# CONFIG_DM_DEMO is not set
+
+#
+# NAND Device Support
+#
+CONFIG_SYS_NAND_SELF_INIT=y
+CONFIG_NAND_DENALI=y
+# CONFIG_SYS_NAND_DENALI_64BIT is not set
+CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=0
+CONFIG_CMD_CROS_EC=y
+CONFIG_CROS_EC=y
+CONFIG_CROS_EC_I2C=y
+CONFIG_CROS_EC_LPC=y
+CONFIG_CROS_EC_SPI=y
+CONFIG_CONFIG_FSL_SEC_MON=y
+CONFIG_CROS_EC_KEYB=y
+# CONFIG_DEBUG_UART is not set
+# CONFIG_DM_I2C_COMPAT is not set
+CONFIG_LPC32XX_GPIO=y
+CONFIG_VIDEO_LCD_SSD2828=y
+CONFIG_VIDEO_LCD_SSD2828_TX_CLK=0
+CONFIG_VIDEO_LCD_SSD2828_RESET=
+CONFIG_VIDEO_LCD_SPI_CS=
+CONFIG_VIDEO_LCD_SPI_SCLK=
+CONFIG_VIDEO_LCD_SPI_MOSI=
+CONFIG_VIDEO_LCD_SPI_MISO=
+CONFIG_USB_ARCH_HAS_HCD=y
+CONFIG_USB=y
+
+#
+# USB Host Controller Drivers
+#
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI=y

DISTFILES: uboot: u-boot-2015.04.tar.bz2

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.04.tar.bz2
570bdc2c47270c2a98ca60ff6c5c74cd  u-boot-2015.04.tar.bz2
Size: 9471487 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/cpuid] - updated to 20150606

2015-06-24 Thread qboosh
commit 31a6b694c3bed4d4c589271c37389d2e712d9013
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 18:40:55 2015 +0200

- updated to 20150606

 cpuid.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cpuid.spec b/cpuid.spec
index 2c58940..4aef98f 100644
--- a/cpuid.spec
+++ b/cpuid.spec
@@ -1,12 +1,12 @@
 Summary:   x86 CPUID information display program
 Summary(pl.UTF-8): Program wyświetlający informacje CPUID dla procesorów 
x86
 Name:  cpuid
-Version:   20140123
+Version:   20150606
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   http://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
-# Source0-md5: f1a6946a1ece87928ddd1d1e3b06ed4b
+# Source0-md5: 9df0752a2e3bb40ab4db694f6fa7add9
 URL:   http://www.etallen.com/cpuid.html
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cpuid.git/commitdiff/31a6b694c3bed4d4c589271c37389d2e712d9013

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: cpuid: cpuid-20150606.src.tar.gz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.etallen.com/cpuid/cpuid-20150606.src.tar.gz
9df0752a2e3bb40ab4db694f6fa7add9  cpuid-20150606.src.tar.gz
Size: 71882 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/liblangtag] - updated to 0.5.6

2015-06-24 Thread qboosh
commit 8467de64d1941f9abc802d1e9929a16f1f61fd4e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 18:55:37 2015 +0200

- updated to 0.5.6

 liblangtag.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/liblangtag.spec b/liblangtag.spec
index 85ec0a8..9c1d7d0 100644
--- a/liblangtag.spec
+++ b/liblangtag.spec
@@ -7,12 +7,12 @@
 Summary:   An interface library to access tags for identifying languages
 Summary(pl.UTF-8): Biblioteka interfejsu dostępu do znaczników 
identyfikujących języki
 Name:  liblangtag
-Version:   0.5.4
-Release:   2
+Version:   0.5.6
+Release:   1
 License:   LGPL v3+
 Group: Libraries
 Source0:   
https://bitbucket.org/tagoh/liblangtag/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 6bae8919e5322d96b6fa7cd533523b1f
+# Source0-md5: 53e2d316ec59eff9687a2293327fbd74
 URL:   http://tagoh.bitbucket.org/liblangtag/
 %{?with_tests:BuildRequires:   check-devel = 0.9.4}
 %{?with_introspection:BuildRequires:   glib2-devel = 2.0}
@@ -173,6 +173,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root)  %{_libdir}/liblangtag.so
 %dir %{_includedir}/liblangtag
 %{_includedir}/liblangtag/langtag.h
+%{_includedir}/liblangtag/lt-config.h
 %{_includedir}/liblangtag/lt-database.h
 %{_includedir}/liblangtag/lt-error.h
 %{_includedir}/liblangtag/lt-ext-module.h


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liblangtag.git/commitdiff/8467de64d1941f9abc802d1e9929a16f1f61fd4e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: wayland: wayland-1.8.1.tar.xz

2015-06-18 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://wayland.freedesktop.org/releases/wayland-1.8.1.tar.xz
6e877877c3e04cfb865cfcd0733c9ab1  wayland-1.8.1.tar.xz
Size: 374116 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/wayland] - updated to 1.8.1

2015-06-18 Thread qboosh
commit 0379b85691272d8d99c99b22df4b6ca6e2d2fb89
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 18:40:21 2015 +0200

- updated to 1.8.1

 wayland.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wayland.spec b/wayland.spec
index 6d26e88..c3d4035 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -6,12 +6,12 @@
 Summary:   Wayland - protocol for a compositor to talk to its clients
 Summary(pl.UTF-8): Wayland - protokół między serwerem składającym a 
klientami
 Name:  wayland
-Version:   1.7.0
+Version:   1.8.1
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 6f46ac47c3a18c6503a40b5fa58a1066
+# Source0-md5: 6e877877c3e04cfb865cfcd0733c9ab1
 Patch1:%{name}-man.patch
 URL:   http://wayland.freedesktop.org/
 BuildRequires: autoconf = 2.64


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wayland.git/commitdiff/0379b85691272d8d99c99b22df4b6ca6e2d2fb89

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mate-icon-theme] - package also scalable-up-to-32 icon set (one-element currently)

2015-06-18 Thread qboosh
commit 7d332f65ebd2be8b774a76a33265769a6457898c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 18:16:21 2015 +0200

- package also scalable-up-to-32 icon set (one-element currently)

 mate-icon-theme.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/mate-icon-theme.spec b/mate-icon-theme.spec
index 7cb1cee..08ef561 100644
--- a/mate-icon-theme.spec
+++ b/mate-icon-theme.spec
@@ -97,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/mate/index.theme
 %{_iconsdir}/mate/[0-9]*x[0-9]*
 %{_iconsdir}/mate/scalable
+%{_iconsdir}/mate/scalable-up-to-32
 %ghost %{_iconsdir}/mate/icon-theme.cache
 
 %files menta


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-icon-theme.git/commitdiff/7d332f65ebd2be8b774a76a33265769a6457898c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/qt5-qtlocation] - lower qttools requirement to ease upgrade rebuilds

2015-06-18 Thread qboosh
commit 5b304dd9c017695159550b41f315f7d12bba1aad
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 18:49:26 2015 +0200

- lower qttools requirement to ease upgrade rebuilds

 qt5-qtlocation.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtlocation.spec b/qt5-qtlocation.spec
index 4d211ae..fb14c46 100644
--- a/qt5-qtlocation.spec
+++ b/qt5-qtlocation.spec
@@ -14,7 +14,7 @@
 
 %defineqtbase_ver  %{version}
 %defineqtdeclarative_ver   %{version}
-%defineqttools_ver %{version}
+%defineqttools_ver 5.4
 %defineorgname qtlocation
 Summary:   The Qt5 Location library
 Summary(pl.UTF-8): Biblioteka Qt5 Location


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtlocation.git/commitdiff/5b304dd9c017695159550b41f315f7d12bba1aad

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-pytest] - updated python versions, noted download URL

2015-06-18 Thread qboosh
commit 93a871544be8e072e6fe0cec178e724b44584ac2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 18:48:30 2015 +0200

- updated python versions, noted download URL

 python-pytest.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/python-pytest.spec b/python-pytest.spec
index 0bd0efd..3caa921 100644
--- a/python-pytest.spec
+++ b/python-pytest.spec
@@ -12,10 +12,11 @@ Version:2.7.1
 Release:   1
 License:   MIT
 Group: Development/Languages/Python
+#Source0Download: https://pypi.python.org/pypi/pytest
 Source0:   
https://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
 # Source0-md5: e972d691ff6779ffb4b594449bac3e43
 URL:   http://pytest.org/
-BuildRequires: python-devel = 2.4
+BuildRequires: python-devel = 1:2.6
 BuildRequires: python-py = %{pylib_version}
 BuildRequires: python-setuptools = 7.0
 BuildRequires: rpm-pythonprov
@@ -25,8 +26,8 @@ BuildRequires:sed = 4.0
 BuildRequires: sphinx-pdg = 1.0
 %endif
 %if %{with python3}
-BuildRequires: python3-devel
-BuildRequires: python3-modules
+BuildRequires: python3-devel = 1:3.3
+BuildRequires: python3-modules = 1:3.3
 BuildRequires: python3-py = %{pylib_version}
 BuildRequires: python3-setuptools = 7.0
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pytest.git/commitdiff/93a871544be8e072e6fe0cec178e724b44584ac2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/perl-CGI] - cleanup one more .pod

2015-06-19 Thread qboosh
commit a6077d683337360e02a70ebb094cbffb11db20ab
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 16:13:17 2015 +0200

- cleanup one more .pod

 perl-CGI.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/perl-CGI.spec b/perl-CGI.spec
index b5549dc..c367a3f 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -80,7 +80,8 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}
 
 cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/CGI.pod
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/CGI.pod \
+   $RPM_BUILD_ROOT%{perl_vendorlib}/CGI/HTML/Functions.pod
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-CGI.git/commitdiff/a6077d683337360e02a70ebb094cbffb11db20ab

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/tevent] - updated to 0.9.25

2015-06-19 Thread qboosh
commit 0c67f1e2a53eacb1c6023f2581ce97c94fb02bce
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 15:47:05 2015 +0200

- updated to 0.9.25

 tevent.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tevent.spec b/tevent.spec
index 43b376e..e8c996a 100644
--- a/tevent.spec
+++ b/tevent.spec
@@ -1,12 +1,12 @@
 Summary:   An event system library
 Summary(pl.UTF-8): Biblioteka systemu zdarzeń
 Name:  tevent
-Version:   0.9.24
-Release:   2
+Version:   0.9.25
+Release:   1
 License:   LGPL v3+
 Group: Libraries
 Source0:   https://www.samba.org/ftp/tevent/%{name}-%{version}.tar.gz
-# Source0-md5: 2d423a63d30bb5f4af8983ccaec130b2
+# Source0-md5: 8d01a2076cb8cd30cab40393d27043df
 URL:   http://tevent.samba.org/
 BuildRequires: talloc-devel = 2:2.1.1
 BuildRequires: python-devel = 1:2.4.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tevent.git/commitdiff/0c67f1e2a53eacb1c6023f2581ce97c94fb02bce

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/perl-CGI] - check-files cleanup

2015-06-19 Thread qboosh
commit dbef80d1e8fac5b59793b5eb55225c0aeb300d9e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 16:04:12 2015 +0200

- check-files cleanup

 perl-CGI.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/perl-CGI.spec b/perl-CGI.spec
index dd04951..b5549dc 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -80,6 +80,8 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}
 
 cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/CGI.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-CGI.git/commitdiff/dbef80d1e8fac5b59793b5eb55225c0aeb300d9e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: tevent: tevent-0.9.25.tar.gz

2015-06-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.samba.org/ftp/tevent/tevent-0.9.25.tar.gz
8d01a2076cb8cd30cab40393d27043df  tevent-0.9.25.tar.gz
Size: 573357 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/qt5-qtwebkit] - lower qttools requirement to ease upgrade rebuilds

2015-06-19 Thread qboosh
commit 31f483fbe00a4575082c39755948a768b990050e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 15:47:25 2015 +0200

- lower qttools requirement to ease upgrade rebuilds

 qt5-qtwebkit.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec
index 2073881..7cb9d14 100644
--- a/qt5-qtwebkit.spec
+++ b/qt5-qtwebkit.spec
@@ -22,7 +22,7 @@
 %defineqtlocation_ver  %{version}
 %defineqtmultimedia_ver%{version}
 %defineqtsensors_ver   %{version}
-%defineqttools_ver %{version}
+%defineqttools_ver 5.4
 Summary:   The Qt5 WebKit libraries
 Summary(pl.UTF-8): Biblioteki Qt5 WebKit
 Name:  qt5-%{orgname}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebkit.git/commitdiff/31f483fbe00a4575082c39755948a768b990050e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/tdb] - updated to 1.3.6

2015-06-19 Thread qboosh
commit 267cb02f3b52c0cac3f95cb53c32087121dd9d76
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 15:32:07 2015 +0200

- updated to 1.3.6

 tdb.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tdb.spec b/tdb.spec
index b3b53c7..fd0e63e 100644
--- a/tdb.spec
+++ b/tdb.spec
@@ -1,13 +1,13 @@
 Summary:   TDB - Trivial Database
 Summary(pl.UTF-8): TDB - prosta baza danych
 Name:  tdb
-Version:   1.3.5
-Release:   2
+Version:   1.3.6
+Release:   1
 Epoch: 2
 License:   LGPL v3+
 Group: Libraries
 Source0:   https://www.samba.org/ftp/tdb/%{name}-%{version}.tar.gz
-# Source0-md5: 8f8566d2a995ff1f01df556aa279f68f
+# Source0-md5: d4df2bcebbcd18463408b5a1ccb5b71b
 URL:   http://tdb.samba.org/
 BuildRequires: python-devel = 2
 BuildRequires: rpm-pythonprov


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tdb.git/commitdiff/267cb02f3b52c0cac3f95cb53c32087121dd9d76

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: tdb: tdb-1.3.6.tar.gz

2015-06-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.samba.org/ftp/tdb/tdb-1.3.6.tar.gz
d4df2bcebbcd18463408b5a1ccb5b71b  tdb-1.3.6.tar.gz
Size: 490881 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/pluma] - updated to 1.10.1

2015-06-19 Thread qboosh
commit 19c9b4c87ae03564dd58e5a43eedda97493530d2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 15:31:47 2015 +0200

- updated to 1.10.1

 pluma.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pluma.spec b/pluma.spec
index cd1ae18..6425056 100644
--- a/pluma.spec
+++ b/pluma.spec
@@ -9,12 +9,12 @@
 Summary:   Pluma - MATE Text Editor
 Summary(pl.UTF-8): Pluma - edytor tekstu dla środowiska MATE
 Name:  pluma
-Version:   1.10.0
+Version:   1.10.1
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Editors
 Source0:   
http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
-# Source0-md5: 6714329177e6dbe49a9ef7fb759f65f8
+# Source0-md5: 925867bba1db3d95de7f2759c019b36d
 Patch0:%{name}-python.patch
 URL:   http://mate-desktop.org/
 BuildRequires: autoconf = 2.63.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pluma.git/commitdiff/19c9b4c87ae03564dd58e5a43eedda97493530d2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: pluma: pluma-1.10.1.tar.xz

2015-06-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://pub.mate-desktop.org/releases/1.10/pluma-1.10.1.tar.xz
925867bba1db3d95de7f2759c019b36d  pluma-1.10.1.tar.xz
Size: 3404688 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libxml++] - updated to 2.38.1

2015-06-18 Thread qboosh
commit 7e17c1b66edd64d18fb82d730322ee483d6925bc
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 21:17:51 2015 +0200

- updated to 2.38.1

 libxml++.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libxml++.spec b/libxml++.spec
index 6713a7b..cfeeb75 100644
--- a/libxml++.spec
+++ b/libxml++.spec
@@ -1,24 +1,24 @@
 Summary:   C++ interface for working with XML files
 Summary(pl.UTF-8): Interfejs C++ do pracy z plikami XML
 Name:  libxml++
-Version:   2.38.0
+Version:   2.38.1
 Release:   1
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.38/%{name}-%{version}.tar.xz
-# Source0-md5: 36c2c7a8b7a09aa2118c70a0d51bf4b1
+# Source0-md5: 6b16aac575725a9bc0e9d96489e9251f
 URL:   http://libxmlplusplus.sourceforge.net/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake = 1:1.11
 BuildRequires: glibmm-devel = 2.32.0
 BuildRequires: libtool = 2:2.2.6
-BuildRequires: libxml2-devel = 1:2.7.3
+BuildRequires: libxml2-devel = 1:2.7.7
 BuildRequires: mm-common = 0.9.7
 BuildRequires: pkgconfig
 BuildRequires: tar = 1:1.22
 BuildRequires: xz
 Requires:  glibmm = 2.32.0
-Requires:  libxml2 = 1:2.7.3
+Requires:  libxml2 = 1:2.7.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,7 +33,7 @@ Summary(pl.UTF-8):Pliki nagłówkowe do libxml++
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  glibmm-devel = 2.32.0
-Requires:  libxml2-devel = 1:2.7.3
+Requires:  libxml2-devel = 1:2.7.7
 
 %description devel
 Header files for libxml++.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxml++.git/commitdiff/7e17c1b66edd64d18fb82d730322ee483d6925bc

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/qt5-qtmultimedia] - lower qttools requirement to ease upgrade rebuilds

2015-06-18 Thread qboosh
commit 021772ba92e52f7c5382b45ca5196b583c10bb1c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 19:54:07 2015 +0200

- lower qttools requirement to ease upgrade rebuilds

 qt5-qtmultimedia.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec
index 577c757..01d5277 100644
--- a/qt5-qtmultimedia.spec
+++ b/qt5-qtmultimedia.spec
@@ -6,7 +6,7 @@
 %defineorgname qtmultimedia
 %defineqtbase_ver  %{version}
 %defineqtdeclarative_ver   %{version}
-%defineqttools_ver %{version}
+%defineqttools_ver 5.4
 Summary:   The Qt5 Multimedia libraries
 Summary(pl.UTF-8): Biblioteki Qt5 Multimedia
 Name:  qt5-%{orgname}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtmultimedia.git/commitdiff/021772ba92e52f7c5382b45ca5196b583c10bb1c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: weston: weston-1.8.0.tar.xz

2015-06-18 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://wayland.freedesktop.org/releases/weston-1.8.0.tar.xz
24cb8a7ed0535b4fc3642643988dab36  weston-1.8.0.tar.xz
Size: 1317032 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/weston] - updated to 1.8.0

2015-06-18 Thread qboosh
commit 6f48f53b910c8ff1b353b0a346c8bac79fd8fe0b
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 19:43:32 2015 +0200

- updated to 1.8.0

 weston.spec | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/weston.spec b/weston.spec
index 866d904..345e57c 100644
--- a/weston.spec
+++ b/weston.spec
@@ -19,12 +19,12 @@
 Summary:   Weston - Wayland demos
 Summary(pl.UTF-8): Weston - programy demonstracyjne dla protokołu Wayland
 Name:  weston
-Version:   1.7.0
-Release:   3
+Version:   1.8.0
+Release:   1
 License:   MIT
 Group: Applications
 Source0:   
http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 1fde8a44f48cd177438522850d6ba4be
+# Source0-md5: 24cb8a7ed0535b4fc3642643988dab36
 URL:   http://wayland.freedesktop.org/
 BuildRequires: Mesa-libEGL-devel = 7.10
 # GLESv2
@@ -48,7 +48,7 @@ BuildRequires:pixman-devel = 0.26
 BuildRequires: pkgconfig
 BuildRequires: tar = 1:1.22
 # wayland-server always; wayland-client if with_wayland || with_sclients || 
with_clients; wayland-cursor if with_clients
-BuildRequires: wayland-devel = 1.7.0
+BuildRequires: wayland-devel = 1.8.0
 BuildRequires: xorg-lib-libxkbcommon-devel = 0.3.0
 BuildRequires: xz
 %if %{with drm}
@@ -75,6 +75,7 @@ BuildRequires:pam-devel
 BuildRequires: systemd-devel = 1:198
 %endif
 %if %{with xwayland}
+# xcb xcb-composite xcb-xfixes
 BuildRequires: libxcb-devel
 BuildRequires: pkgconfig(cairo-xcb)
 BuildRequires: xorg-lib-libXcursor-devel
@@ -101,7 +102,7 @@ Requires:   libva-drm = 1.2.0
 Requires:  pixman = 0.26
 %{?with_wlaunch:Requires:  systemd-libs = 1:198}
 %{?with_drm:Requires:  udev-libs = 1:136}
-Requires:  wayland = 1.7.0
+Requires:  wayland = 1.8.0
 Requires:  xorg-lib-libxkbcommon = 0.3.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -125,7 +126,7 @@ Requires:   Mesa-libEGL-devel = 7.10
 # GLESv2
 Requires:  Mesa-libGLES-devel
 Requires:  pixman-devel = 0.26
-Requires:  wayland-devel = 1.7.0
+Requires:  wayland-devel = 1.8.0
 Requires:  xorg-lib-libxkbcommon-devel = 0.3.0
 
 %description devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/weston.git/commitdiff/6f48f53b910c8ff1b353b0a346c8bac79fd8fe0b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/qt5-qtsensors] - lower qttools requirement to ease upgrade rebuilds

2015-06-18 Thread qboosh
commit 0a1a0d2324278a33478bf979a6dea394500b5ae0
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Thu Jun 18 20:13:57 2015 +0200

- lower qttools requirement to ease upgrade rebuilds

 qt5-qtsensors.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtsensors.spec b/qt5-qtsensors.spec
index 53b22e9..548d954 100644
--- a/qt5-qtsensors.spec
+++ b/qt5-qtsensors.spec
@@ -13,7 +13,7 @@
 %defineorgname qtsensors
 %defineqtbase_ver  %{version}
 %defineqtdeclarative_ver   %{version}
-%defineqttools_ver %{version}
+%defineqttools_ver 5.4
 Summary:   The Qt5 Sensors library
 Summary(pl.UTF-8): Biblioteka Qt5 Sensors
 Name:  qt5-%{orgname}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtsensors.git/commitdiff/0a1a0d2324278a33478bf979a6dea394500b5ae0

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libxml++: libxml++-2.38.1.tar.xz

2015-06-18 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.38/libxml++-2.38.1.tar.xz
6b16aac575725a9bc0e9d96489e9251f  libxml++-2.38.1.tar.xz
Size: 947556 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xorg-driver-video-vesa: xf86-video-vesa-2.3.4.tar.bz2

2015-06-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-2.3.4.tar.bz2
a893c37c589f7a31cea929a5d896a0e2  xf86-video-vesa-2.3.4.tar.bz2
Size: 285675 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/perl-File-Which] - updated BRs

2015-06-19 Thread qboosh
commit b82fdcfce0744cdb49373b1d1b1c2159b07e3bb6
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 17:14:41 2015 +0200

- updated BRs

 perl-File-Which.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/perl-File-Which.spec b/perl-File-Which.spec
index 64c66cf..e037fe3 100644
--- a/perl-File-Which.spec
+++ b/perl-File-Which.spec
@@ -16,12 +16,11 @@ Group:  Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/File/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 554bfb36568d828fbeee64f4b9a9faa8
 URL:   http://search.cpan.org/dist/File-Which/
-BuildRequires: perl-devel = 1:5.8.0
+BuildRequires: perl-devel = 1:5.8.1
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
 BuildRequires: perl(File::Spec) = 0.60
-BuildRequires: perl-Test-Script = 1.05
-BuildRequires: perl-Test-Simple = 0.80
+BuildRequires: perl-Test-Simple = 0.94
 %endif
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-File-Which.git/commitdiff/b82fdcfce0744cdb49373b1d1b1c2159b07e3bb6

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/xorg-driver-video-vesa] - updated to 2.3.4 - dropped xf86gtfmode (now driver requires Xserver 1.6 anyway)

2015-06-19 Thread qboosh
commit 273858705379c49f655ea4fd8143e0d1fe4ebfb2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 17:31:24 2015 +0200

- updated to 2.3.4
- dropped xf86gtfmode (now driver requires Xserver 1.6 anyway)

 xorg-driver-video-vesa-xf86gtfmode.patch | 19 ---
 xorg-driver-video-vesa.spec  | 12 +---
 2 files changed, 5 insertions(+), 26 deletions(-)
---
diff --git a/xorg-driver-video-vesa.spec b/xorg-driver-video-vesa.spec
index 3bdd851..76e41d0 100644
--- a/xorg-driver-video-vesa.spec
+++ b/xorg-driver-video-vesa.spec
@@ -1,13 +1,12 @@
 Summary:   X.org video driver for generic VESA video cards
 Summary(pl.UTF-8): Sterownik obrazu X.org dla kart graficznych zgodnych z 
VESA
 Name:  xorg-driver-video-vesa
-Version:   2.3.3
-Release:   5
+Version:   2.3.4
+Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-%{version}.tar.bz2
-# Source0-md5: 3690a5356ed121b1a7dfb59a6dcf4bf9
-Patch0:%{name}-xf86gtfmode.patch
+# Source0-md5: a893c37c589f7a31cea929a5d896a0e2
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
@@ -20,10 +19,10 @@ BuildRequires:  xorg-proto-randrproto-devel
 BuildRequires: xorg-proto-renderproto-devel
 BuildRequires: xorg-proto-xextproto-devel = 7.0.99.1
 BuildRequires: xorg-util-util-macros = 1.8
-BuildRequires: xorg-xserver-server-devel = 1.0.99.901
+BuildRequires: xorg-xserver-server-devel = 1.6
 %{?requires_xorg_xserver_videodrv}
 Requires:  xorg-lib-libpciaccess = 0.12.901
-Requires:  xorg-xserver-server = 1.0.99.901
+Requires:  xorg-xserver-server = 1.6
 Provides:  xorg-driver-video
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,7 +35,6 @@ VESA.
 
 %prep
 %setup -q -n xf86-video-vesa-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/xorg-driver-video-vesa-xf86gtfmode.patch 
b/xorg-driver-video-vesa-xf86gtfmode.patch
deleted file mode 100644
index a6d891e..000
--- a/xorg-driver-video-vesa-xf86gtfmode.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-/usr/bin/Xwrapper: symbol lookup error: 
/usr/lib/xorg/modules/drivers//vesa_drv.so: undefined symbol: xf86GTFMode
-
-ref: http://bugs.debian.org/489051
-
 xf86-video-vesa-2.0.0/src/vesa.c~  2008-07-01 19:40:04.0 +0200
-+++ xf86-video-vesa-2.0.0/src/vesa.c   2008-08-21 21:30:41.964937080 +0200
-@@ -342,7 +342,12 @@
-  * then, by this point, you're well into despair territory.
-  */
- for (v = mon-vrefresh[0].lo; v = mon-vrefresh[0].hi; v++) {
-+#if XORG_VERSION_CURRENT  XORG_VERSION_NUMERIC(1,4,2,0,0)
-+/* xf86GTFMode is only avalaible in newer versions of Xorg */
-   mode = xf86GTFMode(p-HDisplay, p-VDisplay, v, 0, 0);
-+#else
-+  mode = xf86CVTMode(p-HDisplay, p-VDisplay, v, FALSE, FALSE);
-+#endif
-   ret = xf86CheckModeForMonitor(mode, mon);
-   xfree(mode);
-   if (ret == MODE_OK)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-vesa.git/commitdiff/273858705379c49f655ea4fd8143e0d1fe4ebfb2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-babel] - pl - use lang() tags for locale data

2015-06-22 Thread qboosh
commit 73c67f0f07cf892631e00ee7a1e9fa6b03f59cb1
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jun 22 21:00:10 2015 +0200

- pl
- use lang() tags for locale data

 python-babel.spec | 81 +++
 1 file changed, 52 insertions(+), 29 deletions(-)
---
diff --git a/python-babel.spec b/python-babel.spec
index 052aca8..0067eb0 100644
--- a/python-babel.spec
+++ b/python-babel.spec
@@ -1,22 +1,20 @@
-# TODO
-# - lang tag /usr/share/python*/site-packages/babel/localedata/*
 #
 # Conditional build:
-%bcond_without  doc # don't build doc
-%bcond_without  tests   # do not perform make test
-%bcond_without  python2 # CPython 2.x module
-%bcond_without  python3 # CPython 3.x module
-
+%bcond_without doc # don't build doc
+%bcond_without tests   # do not perform make test
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
 
 %definemodule  babel
-Summary:   Babel Python library
-Summary(pl.UTF-8): Biblioteka Babel do Pythona
+Summary:   Babel - internationalization library for Python 2
+Summary(pl.UTF-8): Babel - biblioteka umiędzynaradawiająca dla Pythona 2
 Name:  python-%{module}
 Version:   1.3
 Release:   3
 License:   BSD-like
 Group: Development/Languages/Python
-Source0:   
http://pypi.python.org/packages/source/B/Babel/Babel-%{version}.tar.gz
+#Source0Download: https://pypi.python.org/pypi/Babel
+Source0:   
https://pypi.python.org/packages/source/B/Babel/Babel-%{version}.tar.gz
 # Source0-md5: 5264ceb02717843cbc9ffce8e6e06bdb
 URL:   http://babel.pocoo.org/
 %if %{with python2}
@@ -46,11 +44,14 @@ Babel is a Python library that provides an integrated 
collection of
 utilities that assist with internationalizing and localizing Python
 applications (in particular web-based applications).
 
-# %description -l pl.UTF-8
+%description -l pl.UTF-8
+Babel to biblioteka Pythona zawierająca zintegrowany zbiór narzędzi
+pomagających przy umiędzynaradawianiu i lokalizowaniu aplikacji w
+Pythonie (w szczególności aplikacji WWW).
 
 %package -n python3-%{module}
-Summary:   Babel Python library
-Summary(pl.UTF-8): Biblioteka Babel do Pythona
+Summary:   Babel - internationalization library for Python 3
+Summary(pl.UTF-8): Babel - biblioteka umiędzynaradawiająca dla Pythona 3
 Group: Libraries/Python
 Requires:  python3-modules
 Requires:  python3-pytz
@@ -60,15 +61,22 @@ Babel is a Python library that provides an integrated 
collection of
 utilities that assist with internationalizing and localizing Python
 applications (in particular web-based applications).
 
-# %description -n python3-%{module} -l pl.UTF-8
+%description -n python3-%{module} -l pl.UTF-8
+Babel to biblioteka Pythona zawierająca zintegrowany zbiór narzędzi
+pomagających przy umiędzynaradawianiu i lokalizowaniu aplikacji w
+Pythonie (w szczególności aplikacji WWW).
 
 %package apidocs
 Summary:   Python Babel API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki Pythona Babel
 Group: Documentation
 
 %description apidocs
 Python Babel API documentation.
 
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki Pythona Babel.
+
 %prep
 %setup -q -n Babel-%{version}
 
@@ -90,41 +98,49 @@ rm -rf _build/html/_sources
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%if %{with python2}
-%{__python} setup.py \
-build --build-base build-2 \
+%if %{with python3}
+%{__python3} setup.py \
+build --build-base build-3 \
 install --skip-build \
 --optimize=2 \
 --root=$RPM_BUILD_ROOT
 
-%py_postclean
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/{pybabel,pybabel3}
 %endif
 
-%if %{with python3}
-%{__python3} setup.py \
-build --build-base build-3 \
+%if %{with python2}
+%{__python} setup.py \
+build --build-base build-2 \
 install --skip-build \
 --optimize=2 \
 --root=$RPM_BUILD_ROOT
+
+%py_postclean
 %endif
 
+find $RPM_BUILD_ROOT%{py_sitescriptdir}/babel/localedata -name '*.dat' | \
+   sed -e s#^$RPM_BUILD_ROOT## | \
+   sed -ne 
's,.*/\([a-z][a-z][a-z]\?\)\(_[0-9][0-9][0-9]\|_[A-Z][a-z][a-z][a-z]\)\?\(_[A-Z][A-Z]\)\?\(_POSIX\)\?\.dat$,%lang(\1\3)
 ,p'  py2.lang
+
+find $RPM_BUILD_ROOT%{py3_sitescriptdir}/babel/localedata -name '*.dat' | \
+   sed -e s#^$RPM_BUILD_ROOT## | \
+   sed -ne 
's,.*/\([a-z][a-z][a-z]\?\)\(_[0-9][0-9][0-9]\|_[A-Z][a-z][a-z][a-z]\)\?\(_[A-Z][A-Z]\)\?\(_POSIX\)\?\.dat,%lang(\1\3)
 ,p'  py3.lang
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
-%files
+%files -f py2.lang
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGES LICENSE README
 %attr(755,root,root) %{_bindir}/pybabel
 %dir %{py_sitescriptdir}/babel
-%{py_sitescriptdir}/babel/*.dat
+%{py_sitescriptdir}/babel/global.dat
 %{py_sitescriptdir}/babel/*.py[co]
 %dir %{py_sitescriptdir}/babel/localtime
 %{py_sitescriptdir}/babel/localtime/*.py[co]
-
 %dir 

[packages/scons] - dropped explicit changelog

2015-06-22 Thread qboosh
commit ce9cd33cefac56b30f91a957a64cdece1657c7a4
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jun 22 19:45:39 2015 +0200

- dropped explicit changelog

 scons.spec | 70 --
 1 file changed, 70 deletions(-)
---
diff --git a/scons.spec b/scons.spec
index 071efdc..b227258 100644
--- a/scons.spec
+++ b/scons.spec
@@ -83,73 +83,3 @@ rm -rf $RPM_BUILD_ROOT
 %if %{py_ver}  2.4
 %{py_sitescriptdir}/scons-%{version}-py*.egg-info
 %endif
-%changelog
-* Sun Jun 21 2015 PLD Linux Team feedb...@pld-linux.org
-- For complete changelog see: 
http://git.pld-linux.org/?p=packages/scons.git;a=log;h=master
-
-* Sun Aug 25 2013 Jakub Bogusz qbo...@pld-linux.org ca30b95
-- updated to 2.3.0
-
-* Thu Sep 15 2011 lisu l...@pld-linux.org 10b8b09
-- updated to 2.1.0
-- merged with DEVEL
-
-* Fri Aug 20 2010 lisu l...@pld-linux.org 7774fb1
-- updated to 2.0.1
-- merge with DEVEL
-
-* Wed Aug 04 2010 lisu l...@pld-linux.org 955dbd2
-- 1.3.1
-
-* Thu Jul 08 2010 Jacek Konieczny jaj...@pld-linux.org 606c88a
-- %files fixed for Python 2.7
-
-* Thu Jul 08 2010 Arkadiusz Miśkiewicz ar...@maven.pl 4a306e4
-- release 2
-
-* Thu Mar 25 2010 lisu l...@pld-linux.org 08848df
-- up to 1.3.0
-- more verbose files
-- adapter
-
-* Thu Dec 10 2009 Elan Ruusamäe g...@pld-linux.org 1fefc13
-- kill env shebang; rel 2
-
-* Sat Jan 17 2009 lisu l...@pld-linux.org 454da74
-- remove DEVEL stuff
-
-* Mon Dec 22 2008 lisu l...@pld-linux.org e9f606d
-- do not give dir name in %%setup
-
-* Mon Dec 22 2008 lisu l...@pld-linux.org 5c64cb9
-- up to 1.2.0
-
-* Mon Nov 24 2008 lisu l...@pld-linux.org 3bfdf32
-- 1.1.0
-
-* Fri Oct 03 2008 Arkadiusz Miśkiewicz ar...@maven.pl 76be354
-- release 2
-
-* Mon Sep 22 2008 Paweł Sikora pl...@pld-linux.org 57d8979
-- updated to 1.0.1.
-
-* Thu Jun 19 2008 lisu l...@pld-linux.org f4508c6
-- 0.98.5
-- STBR
-
-* Tue May 06 2008 lisu l...@pld-linux.org aa2e8bb
-- 0.98.3
-
-* Mon Apr 28 2008 lisu l...@pld-linux.org 832d62b
-- 0.98.2
-
-* Fri Apr 04 2008 lisu l...@pld-linux.org 01fd4e5
-- up to final 0.98.0
-- use python macro
-
-* Sat May 26 2007 Jakub Bogusz qbo...@pld-linux.org 91b0d20
-- updated to 0.9 7
-
-* Sun Apr 29 2007 Jakub Bogusz qbo...@pld-linux.org 80b6cdc
-- R: python-devel-tools (for pdb)
-


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scons.git/commitdiff/ce9cd33cefac56b30f91a957a64cdece1657c7a4

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libvirt-glib] - updated to 0.2.1

2015-06-26 Thread qboosh
commit 1b597f926c5f37d85a422e6d9eb2124c52e47b13
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 18:17:50 2015 +0200

- updated to 0.2.1

 libvirt-glib.spec | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/libvirt-glib.spec b/libvirt-glib.spec
index c62f6dc..3ffeafa 100644
--- a/libvirt-glib.spec
+++ b/libvirt-glib.spec
@@ -7,12 +7,12 @@
 Summary:   GLib wrapper for libvirt library
 Summary(pl.UTF-8): Wrapper GLib dla biblioteki libvirt
 Name:  libvirt-glib
-Version:   0.2.0
+Version:   0.2.1
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz
-# Source0-md5: ddfe8490af8263f3423aeb492afd7932
+# Source0-md5: b1fc092c21ea04c9ce61abbe811a49fd
 Patch0:%{name}-pc.patch
 URL:   http://www.libvirt.org/
 BuildRequires: autoconf = 2.50
@@ -25,7 +25,7 @@ BuildRequires:libtool = 2:2
 BuildRequires: libvirt-devel = 0.10.2
 BuildRequires: libxml2-devel = 2.0.0
 BuildRequires: pkgconfig
-BuildRequires: python-devel
+BuildRequires: python-devel = 2
 %{?with_vala:BuildRequires:vala = 0.13}
 Requires:  glib2 = 1:2.36.0
 Requires:  libvirt = 0.10.2
@@ -132,9 +132,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %py_postclean
 
-# empty version of ru
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ru_RU
-
 %find_lang %{name}
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvirt-glib.git/commitdiff/1b597f926c5f37d85a422e6d9eb2124c52e47b13

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: eigen3: 3.2.5.tar.bz2

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://bitbucket.org/eigen/eigen/get/3.2.5.tar.bz2
21a928f6e0f1c7f24b6f63ff823593f5  3.2.5.tar.bz2
Size: 1151510 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/eigen3] - updated to 3.2.5

2015-06-26 Thread qboosh
commit 1b86d2d6e9d31c6260ef24bf8f9201fcbffe718f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 18:18:29 2015 +0200

- updated to 3.2.5

 eigen3.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/eigen3.spec b/eigen3.spec
index 297f4da..592c5f4 100644
--- a/eigen3.spec
+++ b/eigen3.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
-%bcond_withtests
+%bcond_withtests   # make check (takes very long time, few tests 
fail)
 %bcond_without gdb # GDB pretty printers
 
 Summary:   C++ template library for linear algebra
 Summary(pl.UTF-8): Biblioteka szablonów C++ do algebry liniowej
 Name:  eigen3
-Version:   3.2.4
+Version:   3.2.5
 Release:   1
 License:   LGPL v3+ or GPL v2+
 Group: Development/Libraries
 #Source0Download: http://eigen.tuxfamily.org/index.php?title=Main_Page
 Source0:   https://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2
-# Source0-md5: 4c4b5ed9a388a1e475166d575af25477
+# Source0-md5: 21a928f6e0f1c7f24b6f63ff823593f5
 Patch0:%{name}-buildtype.patch
 URL:   http://eigen.tuxfamily.org/
 BuildRequires: cmake = 2.8.2
@@ -83,7 +83,7 @@ end
 do pliku ~/.gdbinit .
 
 %prep
-%setup -q -n eigen-eigen-10219c95fe65
+%setup -q -n eigen-eigen-bdd17ee3b1b3
 %patch0 -p1
 
 %build
@@ -96,7 +96,7 @@ cd build
 %{__make}
 
 %if %{with tests}
-%{__make} check 21 ||:
+%{__make} check
 %endif
 
 %install


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eigen3.git/commitdiff/1b86d2d6e9d31c6260ef24bf8f9201fcbffe718f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libvirt-glib: libvirt-glib-0.2.1.tar.gz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://libvirt.org/libvirt/glib/libvirt-glib-0.2.1.tar.gz
b1fc092c21ea04c9ce61abbe811a49fd  libvirt-glib-0.2.1.tar.gz
Size: 844657 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-libvirt: libvirt-python-1.2.16.tar.gz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://ftp.libvirt.org/libvirt/python/libvirt-python-1.2.16.tar.gz
8c688dee031b5b7f36e22b4a10d26740  libvirt-python-1.2.16.tar.gz
Size: 167711 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-libvirt] - updated to 1.2.16

2015-06-26 Thread qboosh
commit e721dd1d118327157cd33234466a5a6b302f208b
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 18:43:03 2015 +0200

- updated to 1.2.16

 python-libvirt.spec | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/python-libvirt.spec b/python-libvirt.spec
index 6706ea9..30291c5 100644
--- a/python-libvirt.spec
+++ b/python-libvirt.spec
@@ -13,20 +13,20 @@
 Summary:   Python 2.x bindings to interact with virtualization capabilities
 Summary(pl.UTF-8): Wiązania Pythona 2.x do współpracy z funkcjami 
wirtualizacji
 Name:  python-libvirt
-Version:   1.2.14
+Version:   1.2.16
 Release:   1
 License:   LGPL v2.1+
 Group: Development/Languages/Python
 Source0:   
ftp://ftp.libvirt.org/libvirt/python/%{origname}-%{version}.tar.gz
-# Source0-md5: 30b63b31d739d91f012fc8ce80233c4e
+# Source0-md5: 8c688dee031b5b7f36e22b4a10d26740
 URL:   http://www.libvirt.org/
 BuildRequires: libvirt-devel = 1.0.2
 BuildRequires: pkgconfig
-BuildRequires: python = 2.4
-BuildRequires: python-devel = 2.4
+BuildRequires: python = 1:2.4
+BuildRequires: python-devel = 1:2.4
 %if %{with python3}
-BuildRequires: python3 = 3
-BuildRequires: python3-devel = 3
+BuildRequires: python3 = 1:3
+BuildRequires: python3-devel = 1:3
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.627


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-libvirt.git/commitdiff/e721dd1d118327157cd33234466a5a6b302f208b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gnome-abrt] - updated to 1.2.0

2015-06-27 Thread qboosh
commit 231313810092296638c4c5988a5864e3cfe9acf1
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 11:59:05 2015 +0200

- updated to 1.2.0

 gnome-abrt.spec | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index c19db69..3c22406 100644
--- a/gnome-abrt.spec
+++ b/gnome-abrt.spec
@@ -5,12 +5,12 @@
 Summary:   A utility for viewing problems that have occurred with the 
system
 Summary(pl.UTF-8): Narzędzie do przeglądania problemów, które wystąpiły w 
systemie
 Name:  gnome-abrt
-Version:   1.1.0
+Version:   1.2.0
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: 719fa79f2347716663be642531f8c7ac
+# Source0-md5: 9b2d3e364e735f6a7401a84462951232
 Patch0:%{name}-pylint.patch
 URL:   https://github.com/abrt/abrt/wiki/ABRT-Project
 BuildRequires: abrt-gui-devel = 2.1.7
@@ -21,12 +21,13 @@ BuildRequires:  intltool = 0.35.0
 BuildRequires: libreport-gtk-devel = 2.0.20
 BuildRequires: pkgconfig
 %{?with_tests:BuildRequires:   pylint}
-BuildRequires: python3-devel = 1:3.2
+BuildRequires: python3-devel = 1:3.4
 %{?with_tests:BuildRequires:   python3-libreport}
 BuildRequires: python3-pygobject3-devel = 3.0
 BuildRequires: rpmbuild(macros) = 1.596
 BuildRequires: sed = 4.0
 BuildRequires: xmlto
+BuildRequires: xorg-lib-libX11-devel
 Requires(post,postun): gtk-update-icon-cache
 Requires:  abrt-dbus
 Requires:  abrt-gui-libs = 2.1.7
@@ -98,6 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gnome-abrt
 %{_datadir}/appdata/gnome-abrt.appdata.xml
 %{_desktopdir}/gnome-abrt.desktop
-%{_iconsdir}/hicolor/*/apps/gnome-abrt.png
-%{_iconsdir}/hicolor/*/status/gnome-abrt.png
+%{_iconsdir}/hicolor/*x*/apps/gnome-abrt.png
+%{_iconsdir}/hicolor/*x*/status/gnome-abrt.png
+%{_iconsdir}/hicolor/symbolic/apps/gnome-abrt-symbolic.svg
 %{_mandir}/man1/gnome-abrt.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-abrt.git/commitdiff/231313810092296638c4c5988a5864e3cfe9acf1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-abrt: gnome-abrt-1.2.0.tar.gz

2015-06-27 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://fedorahosted.org/released/abrt/gnome-abrt-1.2.0.tar.gz
9b2d3e364e735f6a7401a84462951232  gnome-abrt-1.2.0.tar.gz
Size: 669525 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libevdev: libevdev-1.4.3.tar.xz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.freedesktop.org/software/libevdev/libevdev-1.4.3.tar.xz
2fc170e2d6f543ba26e7c79f95dc1935  libevdev-1.4.3.tar.xz
Size: 408448 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/help2man] - updated to 1.47.1

2015-06-26 Thread qboosh
commit 9dbab423dbf82c8e2875666c511c707c5e77a5be
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 19:02:51 2015 +0200

- updated to 1.47.1

 help2man.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/help2man.spec b/help2man.spec
index f4f03a5..b59697e 100644
--- a/help2man.spec
+++ b/help2man.spec
@@ -2,12 +2,12 @@
 Summary:   help2man - automatic manual page generation
 Summary(pl.UTF-8): help2man - automatyczne generowanie stron manuala
 Name:  help2man
-Version:   1.46.6
+Version:   1.47.1
 Release:   1
 License:   GPL v3+
 Group: Applications/Text
 Source0:   
http://ftp.debian.org/debian/pool/main/h/help2man/%{name}_%{version}.tar.xz
-# Source0-md5: 320ca506f21823d183d2f573a18bead0
+# Source0-md5: cf7aaaeea40bff1176df825430694173
 Patch0:%{name}-info.patch
 URL:   http://www.gnu.org/software/help2man/
 BuildRequires: gettext-tools
@@ -74,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/help2man/bindtextdomain.so
 %{_infodir}/help2man.info*
 %lang(de) %{_infodir}/help2man-de.info*
+%lang(es) %{_infodir}/help2man-es.info*
 %lang(fr) %{_infodir}/help2man-fr.info*
 %lang(pl) %{_infodir}/help2man-pl.info*
 %lang(uk) %{_infodir}/help2man-uk.info*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/help2man.git/commitdiff/9dbab423dbf82c8e2875666c511c707c5e77a5be

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: perl-Sys-Virt: Sys-Virt-1.2.16.tar.gz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Sys/Sys-Virt-1.2.16.tar.gz
4d545084b1bb6b9c15771c3d590c9b62  Sys-Virt-1.2.16.tar.gz
Size: 110108 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/perl-Sys-Virt] - updated to 1.2.16

2015-06-26 Thread qboosh
commit ed003d5a0028d4809fa1e6433f0ded4481b0f121
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 19:40:01 2015 +0200

- updated to 1.2.16

 perl-Sys-Virt.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index 66a86f1..255dbbe 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -8,19 +8,19 @@
 Summary:   Sys::Virt - Represent and manage a libvirt hypervisor connection
 Summary(pl.UTF-8): Sys::Virt - reprezentacja i zarządzanie połączeniem z 
hipernadzorcą libvirt
 Name:  perl-Sys-Virt
-Version:   1.2.14
+Version:   1.2.16
 Release:   1
 License:   GPL v2+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Sys/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 092f7156ad2435d61869003b0d43adf6
+# Source0-md5: 4d545084b1bb6b9c15771c3d590c9b62
 URL:   http://search.cpan.org/dist/Sys-Virt/
-BuildRequires: libvirt-devel = 1.2.14
+BuildRequires: libvirt-devel = 1.2.16
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: pkgconfig
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
-BuildRequires: libvirt-daemon = 1.2.14
+BuildRequires: libvirt-daemon = 1.2.16
 BuildRequires: perl-CPAN-Changes
 BuildRequires: perl-Test-Pod
 BuildRequires: perl-Test-Pod-Coverage
@@ -28,7 +28,7 @@ BuildRequires:perl-Test-Simple
 BuildRequires: perl-Time-HiRes
 BuildRequires: perl-XML-XPath
 %endif
-Requires:  libvirt = 1.2.14
+Requires:  libvirt = 1.2.16
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Sys-Virt.git/commitdiff/ed003d5a0028d4809fa1e6433f0ded4481b0f121

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libevdev] - updated to 1.4.3

2015-06-26 Thread qboosh
commit 8fdce156be33823925ad73bdd71453e0b192f329
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 19:43:12 2015 +0200

- updated to 1.4.3

 libevdev.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libevdev.spec b/libevdev.spec
index 2d08004..ae8b9b8 100644
--- a/libevdev.spec
+++ b/libevdev.spec
@@ -5,12 +5,12 @@
 Summary:   Handler library for evdev events
 Summary(pl.UTF-8): Biblioteka obsługująca zdarzenia evdev
 Name:  libevdev
-Version:   1.4.2
+Version:   1.4.3
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   
http://www.freedesktop.org/software/libevdev/%{name}-%{version}.tar.xz
-# Source0-md5: debfcd5153558eba25a8e71eb2534ae8
+# Source0-md5: 2fc170e2d6f543ba26e7c79f95dc1935
 URL:   http://www.freedesktop.org/wiki/Software/libevdev/
 BuildRequires: check-devel = 0.9.9
 %{?with_apidocs:BuildRequires: doxygen}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libevdev.git/commitdiff/8fdce156be33823925ad73bdd71453e0b192f329

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: help2man: help2man_1.47.1.tar.xz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.debian.org/debian/pool/main/h/help2man/help2man_1.47.1.tar.xz
cf7aaaeea40bff1176df825430694173  help2man_1.47.1.tar.xz
Size: 179164 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libvirt-designer] - updated to 0.0.2

2015-06-26 Thread qboosh
commit 778fa2ec2abadc95fd1a57b5572f34ff55c5d853
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 23:14:58 2015 +0200

- updated to 0.0.2

 libvirt-designer.spec | 53 ---
 1 file changed, 42 insertions(+), 11 deletions(-)
---
diff --git a/libvirt-designer.spec b/libvirt-designer.spec
index 14bc024..331c0b6 100644
--- a/libvirt-designer.spec
+++ b/libvirt-designer.spec
@@ -1,19 +1,28 @@
+#
+# Conditional build:
+%bcond_without vala# Vala binding
+#
 Summary:   Libvirt configuration designer
 Summary(pl.UTF-8): Biblioteka do projektowania konfiguracji libvirt
 Name:  libvirt-designer
-Version:   0.0.1
+Version:   0.0.2
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   ftp://libvirt.org/libvirt/designer/%{name}-%{version}.tar.gz
-# Source0-md5: 634b50ad539ab6b5c0188644780578d3
+# Source0-md5: 53e0b1e3f28dbf927c68c03e675967c9
 URL:   http://libvirt.org/
 BuildRequires: gobject-introspection-devel = 0.10.8
-BuildRequires: libosinfo-devel = 0.0.5
-BuildRequires: libvirt-glib-devel = 0.1.3
+BuildRequires: libosinfo-devel = 0.2.7
+BuildRequires: libvirt-glib-devel = 0.1.7
 BuildRequires: pkgconfig = 1:0.9.0
-Requires:  libosinfo = 0.0.5
-Requires:  libvirt-glib = 0.1.3
+%if %{with vala}
+BuildRequires: vala = 2:0.13
+BuildRequires: vala-libosinfo = 0.2.7
+BuildRequires: vala-libvirt-glib = 0.1.7
+%endif
+Requires:  libosinfo = 0.2.7
+Requires:  libvirt-glib = 0.1.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,8 +42,8 @@ Summary:  Header files for libvirt-designer library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libvirt-designer
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  libosinfo-devel = 0.0.5
-Requires:  libvirt-glib-devel = 0.1.3
+Requires:  libosinfo-devel = 0.2.7
+Requires:  libvirt-glib-devel = 0.1.7
 
 %description devel
 Header files for libvirt-designer library.
@@ -66,12 +75,27 @@ libvirt-designer API documentation.
 %description apidocs -l pl.UTF-8
 Dokumentacja API biblioteki libvirt-designer.
 
+%package -n vala-libvirt-designer
+Summary:   Vala API for libvirt-designer library
+Summary(pl.UTF-8): API języka Vala do biblioteki libvirt-designer
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+Requires:  vala-libosinfo = 0.2.7
+Requires:  vala-libvirt-glib = 0.1.7
+
+%description -n vala-libvirt-designer
+Vala API for libvirt-designer library.
+
+%description -n vala-libvirt-designer -l pl.UTF-8
+API języka Vala do biblioteki libvirt-designer.
+
 %prep
 %setup -q
 
 %build
 %configure \
--disable-silent-rules \
+   --enable-vala%{!?with_vala:=no} \
--with-html-dir=%{_gtkdocdir}
 %{__make}
 
@@ -93,11 +117,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/virtxml
+%attr(755,root,root) %{_bindir}/virt-designer
 %attr(755,root,root) %{_libdir}/libvirt-designer-1.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libvirt-designer-1.0.so.0
+%attr(755,root,root) %ghost %{_libdir}/libvirt-designer-1.0.so.1
 %{_libdir}/girepository-1.0/LibvirtDesigner-1.0.typelib
-%{_mandir}/man1/virtxml.1*
+%{_mandir}/man1/virt-designer.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -113,3 +137,10 @@ rm -rf $RPM_BUILD_ROOT
 %files apidocs
 %defattr(644,root,root,755)
 %{_gtkdocdir}/libvirt-designer
+
+%if %{with vala}
+%files -n vala-libvirt-designer
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/libvirt-designer-1.0.deps
+%{_datadir}/vala/vapi/libvirt-designer-1.0.vapi
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvirt-designer.git/commitdiff/778fa2ec2abadc95fd1a57b5572f34ff55c5d853

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libreport: libreport-2.6.0.tar.gz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://fedorahosted.org/released/abrt/libreport-2.6.0.tar.gz
764ef9745518391abe8349f979d6ce1d  libreport-2.6.0.tar.gz
Size: 2644798 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libreport] - updated to 2.6.0

2015-06-26 Thread qboosh
commit f76d859db3745a74e67ecc06ce427d18907426aa
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 23:13:19 2015 +0200

- updated to 2.6.0

 libreport.spec | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libreport.spec b/libreport.spec
index 36fb10b..b6bbd19 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -6,12 +6,12 @@
 Summary:   Generic library for reporting various problems
 Summary(pl.UTF-8): Ogólna biblioteka do zgłaszania różnych problemów
 Name:  libreport
-Version:   2.5.0
+Version:   2.6.0
 Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: c3b8d39d0b224cbda73eb6ffc46291dd
+# Source0-md5: 764ef9745518391abe8349f979d6ce1d
 Patch0:format-security.patch
 URL:   https://fedorahosted.org/abrt/
 BuildRequires: asciidoc
@@ -576,12 +576,16 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/reporter-mantisbt
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/libreport/plugins/mantisbt.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/libreport/plugins/mantisbt_format.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/libreport/plugins/mantisbt_format_analyzer_libreport.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/libreport/plugins/mantisbt_formatdup.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/libreport/plugins/mantisbt_formatdup_analyzer_libreport.conf
 %{_datadir}/libreport/conf.d/plugins/mantisbt.conf
 %{_mandir}/man1/reporter-mantisbt.1*
 %{_mandir}/man5/mantisbt.conf.5*
 %{_mandir}/man5/mantisbt_format.conf.5*
+%{_mandir}/man5/mantisbt_format_analyzer_libreport.conf.5*
 %{_mandir}/man5/mantisbt_formatdup.conf.5*
+%{_mandir}/man5/mantisbt_formatdup_analyzer_libreport.conf.5*
 
 %files plugin-reportuploader
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreport.git/commitdiff/f76d859db3745a74e67ecc06ce427d18907426aa

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libvirt-designer: libvirt-designer-0.0.2.tar.gz

2015-06-26 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://libvirt.org/libvirt/designer/libvirt-designer-0.0.2.tar.gz
53e0b1e3f28dbf927c68c03e675967c9  libvirt-designer-0.0.2.tar.gz
Size: 476407 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gegl] - drop .la file, added static_libs bcond

2015-06-26 Thread qboosh
commit 4fda8829abaf69914f22fbf655f1bc37c461e5d7
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 26 23:20:47 2015 +0200

- drop .la file, added static_libs bcond

 gegl.spec | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 1b9cba7..7aa985e 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -3,6 +3,7 @@
 %bcond_withmmx # use MMX instructions
 %bcond_withsse # use SSE instructions
 %bcond_without doc # apidocs
+%bcond_without static_libs # static library
 # reenable when new babl will arrive that actually is able to build
 %bcond_withintrospection   # API introspection
 # reenable when new babl will arrive that actually is able to build
@@ -169,8 +170,8 @@ API języka Vala dla biblioteki gegl.
%{!?with_mmx:--disable-mmx} \
%{!?with_sse:--disable-sse} \
--disable-silent-rules \
-   --enable-static \
-   --with%{!?with_vala:out}-vala
+   %{?with_static_libs:--enable-static} \
+   --with-vala%{!?with_vala:=no}
 %{__make}
 
 %install
@@ -180,7 +181,13 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT \
gtkdochtmldir=%{_gtkdocdir}/gegl
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/gegl-0.2/*.{a,la}
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgegl-0.2.la
+# dlopened modules
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gegl-0.2/*.la
+%if %{with static_libs}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gegl-0.2/*.a
+%endif
 
 %find_lang %{name}-0.2
 
@@ -203,14 +210,15 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgegl-0.2.so
-%{_libdir}/libgegl-0.2.la
 %{_includedir}/gegl-0.2
 %{?with_introspection:%{_datadir}/gir-1.0/Gegl-0.2.gir}
 %{_pkgconfigdir}/gegl-0.2.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libgegl-0.2.a
+%endif
 
 %if %{with doc}
 %files apidocs


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/4fda8829abaf69914f22fbf655f1bc37c461e5d7

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/oath-toolkit] - updated to 2.6.0

2015-06-27 Thread qboosh
commit 63d2174f1079de778d09563efeabb8eb0104e2e5
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 12:50:25 2015 +0200

- updated to 2.6.0

 oath-toolkit.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/oath-toolkit.spec b/oath-toolkit.spec
index 8410708..d69861b 100644
--- a/oath-toolkit.spec
+++ b/oath-toolkit.spec
@@ -1,12 +1,12 @@
 Summary:   OATH Toolkit - easily build one-time password authentication 
systems
 Summary(pl.UTF-8): OATH Toolkit - łatwe tworzenie systemów 
uwierzytelniania z jednorazowymi hasłami
 Name:  oath-toolkit
-Version:   2.4.1
-Release:   3
+Version:   2.6.0
+Release:   1
 License:   LGPL v2.1+ (libraries), GPL v3+ (utilities and PAM module)
 Group: Libraries
 Source0:   
http://download.savannah.gnu.org/releases/oath-toolkit/%{name}-%{version}.tar.gz
-# Source0-md5: 951bafd1d86e6013903c10be3b6623bb
+# Source0-md5: f19f1c47eb7d1c609b3e244876b9ce63
 URL:   http://www.nongnu.org/oath-toolkit/
 BuildRequires: gtk-doc = 1.1
 BuildRequires: help2man


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/oath-toolkit.git/commitdiff/63d2174f1079de778d09563efeabb8eb0104e2e5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: oath-toolkit: oath-toolkit-2.6.0.tar.gz

2015-06-27 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.6.0.tar.gz
f19f1c47eb7d1c609b3e244876b9ce63  oath-toolkit-2.6.0.tar.gz
Size: 4235568 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/spice-gtk] - updated to 0.29

2015-06-27 Thread qboosh
commit 609048ad30c47d4461e2037cc116873b409b1a86
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 12:47:27 2015 +0200

- updated to 0.29

 spice-gtk-builddir.patch | 4 ++--
 spice-gtk.spec   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index d574def..aa898f0 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -9,12 +9,12 @@
 Summary:   A GTK+ client and libraries for SPICE remote desktop servers
 Summary(pl.UTF-8): Klient i biblioteki GTK+ dla serwerów zdalnych pulpitów 
SPICE
 Name:  spice-gtk
-Version:   0.28
+Version:   0.29
 Release:   1
 License:   LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://www.spice-space.org/download/gtk/%{name}-%{version}.tar.bz2
-# Source0-md5: ad07d438ce6dfbb038aa8e28f5a2fb81
+# Source0-md5: f84b8fd6a5e926dce07ec5ebb5f0caf3
 Patch0:%{name}-builddir.patch
 Patch1:%{name}-am.patch
 URL:   http://spice-space.org/
diff --git a/spice-gtk-builddir.patch b/spice-gtk-builddir.patch
index 71d9f95..8e31e46 100644
--- a/spice-gtk-builddir.patch
+++ b/spice-gtk-builddir.patch
@@ -1,5 +1,5 @@
 spice-gtk-0.9/gtk/Makefile.am.orig 2012-01-31 14:31:38.0 +0100
-+++ spice-gtk-0.9/gtk/Makefile.am  2012-02-04 08:30:40.437278387 +0100
+--- spice-gtk-0.29/src/Makefile.am.orig2012-01-31 14:31:38.0 
+0100
 spice-gtk-0.29/src/Makefile.am 2012-02-04 08:30:40.437278387 +0100
 @@ -549,7 +549,7 @@
  DEFSDIR = `pkg-config --variable=defsdir pygtk-2.0`
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spice-gtk.git/commitdiff/609048ad30c47d4461e2037cc116873b409b1a86

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: spice-gtk: spice-gtk-0.29.tar.bz2

2015-06-27 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.spice-space.org/download/gtk/spice-gtk-0.29.tar.bz2
f84b8fd6a5e926dce07ec5ebb5f0caf3  spice-gtk-0.29.tar.bz2
Size: 1277160 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libgudev: libgudev-230.tar.xz

2015-06-27 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/libgudev/230/libgudev-230.tar.xz
e4dee8f3f349e9372213d33887819a4d  libgudev-230.tar.xz
Size: 257528 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libgudev] Created branch master

2015-06-27 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  9e293e5... - new, will replace udev-glib* from systemd
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libgudev] - new, will replace udev-glib* from systemd

2015-06-27 Thread qboosh
commit 9e293e57789e19cedd71e3fd1f7f3d69b3de2c17
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 20:19:28 2015 +0200

- new, will replace udev-glib* from systemd

 libgudev.spec | 140 ++
 1 file changed, 140 insertions(+)
---
diff --git a/libgudev.spec b/libgudev.spec
new file mode 100644
index 000..2f3610a
--- /dev/null
+++ b/libgudev.spec
@@ -0,0 +1,140 @@
+#
+# Conditional build:
+%bcond_without apidocs # API documentation
+%bcond_without static_libs # static library
+#
+Summary:   GObject bindings for libudev
+Summary(pl.UTF-8): Wiązania GObject do libudev
+Name:  libgudev
+Version:   230
+Release:   1
+License:   LGPL v2.1+
+Group: Libraries
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: e4dee8f3f349e9372213d33887819a4d
+URL:   https://wiki.gnome.org/Projects/libgudev
+#BuildRequires:autoconf = 2.64
+#BuildRequires:automake = 1:1.11
+BuildRequires: glib2-devel = 1:2.22.0
+BuildRequires: gobject-introspection-devel = 1.31.1
+BuildRequires: gtk-doc = 1.18
+#BuildRequires:libtool = 2:2.2
+BuildRequires: pkgconfig
+BuildRequires: tar = 1:1.22
+BuildRequires: udev-devel = 1:199
+BuildRequires: xz
+Requires:  glib2 = 1:2.22.0
+Requires:  udev-libs = 1:199
+Provides:  udev-glib = 1:%{version}-%{release}
+Obsoletes: udev-glib  1:230
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The libgudev library provides GObject bindings for libudev.
+
+%description -l pl.UTF-8
+Biblioteka libgudev dostarcza wiązania GObject do biblioteki libudev.
+
+%package devel
+Summary:   Header files for libgudev library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libgudev
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  glib2-devel = 1:2.22.0
+Requires:  udev-devel = 1:199
+Provides:  udev-glib-devel = 1:%{version}-%{release}
+Obsoletes: udev-glib-devel  1:230
+
+%description devel
+Header files for libgudev library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libgudev.
+
+%package static
+Summary:   Static libgudev library
+Summary(pl.UTF-8): Statyczna biblioteka libgudev
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+Provides:  udev-glib-static = 1:%{version}-%{release}
+Obsoletes: udev-glib-static  1:230
+
+%description static
+Static libgudev library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libgudev.
+
+%package apidocs
+Summary:   libgudev API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki libgudev
+Group: Documentation
+Requires:  gtk-doc-common
+Obsoletes: udev-glib-apidocs  1:230
+%if %{_rpmversion} = 5
+BuildArch: noarch
+%endif
+
+%description apidocs
+API documentation for libgudev library.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki libgudev.
+
+%prep
+%setup -q
+
+%build
+# rebuild ac/am/lt for as-needed to work
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   %{?with_apidocs:--enable-gtk-doc} \
+   --disable-silent-rules \
+   %{?with_static_libs:--enable-static} \
+   --with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgudev-1.0.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%attr(755,root,root) %{_libdir}/libgudev-1.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgudev-1.0.so.0
+%{_libdir}/girepository-1.0/GUdev-1.0.typelib
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgudev-1.0.so
+%{_includedir}/gudev-1.0
+%{_datadir}/gir-1.0/GUdev-1.0.gir
+%{_pkgconfigdir}/gudev-1.0.pc
+
+%if %{with static_libs}
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libgudev-1.0.a
+%endif
+
+%if %{with apidocs}
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/gudev
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgudev.git/commitdiff/9e293e57789e19cedd71e3fd1f7f3d69b3de2c17

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libreport] - added ILP32 (fixes tests running with sizeof(int)==sizeof(long), like ILP32 case) - release 2

2015-06-27 Thread qboosh
commit 7c62ca87f74c4416dcae5c2f29077a609643331c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 17:16:17 2015 +0200

- added ILP32 (fixes tests running with sizeof(int)==sizeof(long), like 
ILP32 case)
- release 2

 libreport-ILP32.patch | 34 ++
 libreport.spec|  4 +++-
 2 files changed, 37 insertions(+), 1 deletion(-)
---
diff --git a/libreport.spec b/libreport.spec
index b6bbd19..89b832c 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -7,12 +7,13 @@ Summary:  Generic library for reporting various problems
 Summary(pl.UTF-8): Ogólna biblioteka do zgłaszania różnych problemów
 Name:  libreport
 Version:   2.6.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Libraries
 Source0:   https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
 # Source0-md5: 764ef9745518391abe8349f979d6ce1d
 Patch0:format-security.patch
+Patch1:%{name}-ILP32.patch
 URL:   https://fedorahosted.org/abrt/
 BuildRequires: asciidoc
 %{?with_tests:BuildRequires:   augeas}
@@ -353,6 +354,7 @@ zgłaszania błędów w systemach RHEL.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libreport-ILP32.patch b/libreport-ILP32.patch
new file mode 100644
index 000..fdaa73b
--- /dev/null
+++ b/libreport-ILP32.patch
@@ -0,0 +1,34 @@
+--- libreport-2.6.0/tests/xfuncs.at.orig   2015-06-08 17:13:44.0 
+0200
 libreport-2.6.0/tests/xfuncs.at2015-06-27 17:10:28.975037433 +0200
+@@ -88,7 +88,7 @@
+ 
+ char buf[sizeof(unsigned long) * 3 + 1];
+ 
+-snprintf(buf, sizeof(buf), %lu, 1LU + UINT_MAX);
++snprintf(buf, sizeof(buf), %llu, 1LLU + UINT_MAX);
+ assert(try_atou(buf, uint_value) != 0 || !Above UINT_MAX);
+ assert(uint_value == 12345);
+ 
+@@ -115,11 +115,11 @@
+ 
+ char buf[sizeof(long) * 3 + 1];
+ 
+-snprintf(buf, sizeof(buf), %ld, 1L + INT_MAX);
++snprintf(buf, sizeof(buf), %lld, 1LL + INT_MAX);
+ assert(try_atoi(buf, int_value) != 0 || !Parse INT_MAX+1);
+ assert(int_value == 12345 || !Above INT_MAX);
+ 
+-snprintf(buf, sizeof(buf), %ld, -1L + INT_MIN);
++snprintf(buf, sizeof(buf), %lld, -1LL + INT_MIN);
+ assert(try_atoi(buf, int_value) != 0 || !Parse INT_MIN-1);
+ assert(int_value == 12345 || !Belove INT_MIN);
+ 
+@@ -144,7 +144,7 @@
+ 
+ char buf[sizeof(long) * 3 + 1];
+ 
+-snprintf(buf, sizeof(buf), %ld, 1L + INT_MAX);
++snprintf(buf, sizeof(buf), %lld, 1LL + INT_MAX);
+ assert(try_atoi_positive(buf, positive_value) != 0);
+ assert(positive_value == 12345 || !Above INT_MAX);
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreport.git/commitdiff/7c62ca87f74c4416dcae5c2f29077a609643331c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gegl/DEVEL] - updated to 0.3.0 - removed obsolete ffmpeg,ruby1.9,introspection,CVE-2012-4433 patches

2015-06-27 Thread qboosh
commit 64a724f3edd092f9344115d5efb86e847aeb6597
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 18:55:26 2015 +0200

- updated to 0.3.0
- removed obsolete ffmpeg,ruby1.9,introspection,CVE-2012-4433 patches

 CVE-2012-4433.patch  | 159 ---
 gegl-ffmpeg.patch|  99 -
 gegl-introspection.patch |  17 -
 gegl-ruby1.9.patch   |   8 ---
 gegl.spec| 105 +--
 5 files changed, 60 insertions(+), 328 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 7aa985e..930957c 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -4,10 +4,8 @@
 %bcond_withsse # use SSE instructions
 %bcond_without doc # apidocs
 %bcond_without static_libs # static library
-# reenable when new babl will arrive that actually is able to build
-%bcond_withintrospection   # API introspection
-# reenable when new babl will arrive that actually is able to build
-%bcond_withvala# Vala API
+%bcond_without introspection   # API introspection
+%bcond_without vala# Vala API
 
 %ifarch %{x8664} athlon pentium3 pentium4
 %definewith_mmx1
@@ -21,39 +19,39 @@
 Summary:   Generic image processing library
 Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu
 Name:  gegl
-Version:   0.2.0
-Release:   11
+Version:   0.3.0
+Release:   1
 License:   LGPL v3+
 Group: Libraries
-Source0:   http://ftp.gimp.org/pub/gegl/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 32b2f1f1e316115c4ed922e1dec8
+Source0:   http://ftp.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: 6d71daab78377d5074a74651bbf7a76a
 Patch0:%{name}-lua.patch
-Patch1:%{name}-ffmpeg.patch
-Patch2:%{name}-ruby1.9.patch
-Patch3:%{name}-build.patch
-Patch4:%{name}-introspection.patch
-Patch5:umfpack.patch
-Patch6:CVE-2012-4433.patch
+Patch1:%{name}-build.patch
+Patch2:umfpack.patch
 URL:   http://www.gegl.org/
-%{?with_introspection:BuildRequires:   /usr/share/gir-1.0/Babl-0.1.gir}
+#%{?with_introspection:BuildRequires:  /usr/share/gir-1.0/Babl-0.1.gir}
 BuildRequires: OpenEXR-devel
 BuildRequires: SDL-devel
 BuildRequires: UMFPACK-devel
 BuildRequires: asciidoc
 BuildRequires: autoconf = 2.54
 BuildRequires: automake = 1:1.11
-BuildRequires: babl-devel = 0.1.10
+BuildRequires: babl-devel = 0.1.12
 BuildRequires: cairo-devel
 BuildRequires: enscript
 BuildRequires: exiv2-devel
+# libavformat = 53.0.0, libavcodec = 53.0.0
 BuildRequires: ffmpeg-devel = 0.8
 BuildRequires: gdk-pixbuf2-devel = 2.18.0
-BuildRequires: glib2-devel = 1:2.28.0
-%{?with_introspection:BuildRequires:   gobject-introspection-devel = 0.10.0}
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel = 1:2.36.0
+%{?with_introspection:BuildRequires:   gobject-introspection-devel = 1.32.0}
 BuildRequires: graphviz
 BuildRequires: gtk-doc = 1.0
 BuildRequires: intltool = 0.40.1
 BuildRequires: jasper-devel = 1.900.1
+BuildRequires: json-glib-devel
+BuildRequires: lcms2-devel = 2.2
 BuildRequires: lensfun-devel = 0.2.5
 BuildRequires: libjpeg-devel
 BuildRequires: libopenraw-devel = 0.0.5
@@ -61,16 +59,21 @@ BuildRequires:  libpng-devel
 BuildRequires: librsvg-devel = 1:2.14.0
 BuildRequires: libspiro-devel
 BuildRequires: libtool = 2:2.2
-BuildRequires: libv4l-devel
+BuildRequires: libv4l-devel = 1.0.1
+BuildRequires: libwebp-devel
 BuildRequires: lua51-devel = 5.1.0
 BuildRequires: pango-devel = 1:1.10
 BuildRequires: perl-base
 BuildRequires: pkgconfig
+BuildRequires: python = 1:2.5.0
+#BuildRequires:python-pygobject-devel = 2.26
+BuildRequires: python-pygobject3-devel = 3.2
+#BuildRequires:poly2tri-c-devel
 BuildRequires: ruby = 1.9
-%{?with_vala:BuildRequires:vala}
-Requires:  babl = 0.1.10
+%{?with_vala:BuildRequires:vala = 2:0.20.0}
+Requires:  babl = 0.1.12
 Requires:  gdk-pixbuf2 = 2.18.0
-Requires:  glib2 = 1:2.28.0
+Requires:  glib2 = 1:2.36.0
 Requires:  jasper-libs = 1.900.1
 Requires:  lensfun = 0.2.5
 Requires:  libopenraw = 0.0.5
@@ -99,8 +102,8 @@ Summary: Header files for gegl library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gegl
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  babl-devel = 0.1.10
-Requires:  glib2-devel = 1:2.28.0
+Requires:  babl-devel = 0.1.12
+Requires:  glib2-devel = 1:2.36.0
 
 %description devel
 Header files for gegl library.
@@ -150,12 +153,8 @@ API języka Vala dla biblioteki gegl.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
+%patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 %{__libtoolize}
@@ -182,14 +181,16 @@ rm -rf $RPM_BUILD_ROOT
gtkdochtmldir=%{_gtkdocdir}/gegl

DISTFILES: gegl: gegl-0.3.0.tar.bz2

2015-06-27 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.gimp.org/pub/gegl/0.3/gegl-0.3.0.tar.bz2
6d71daab78377d5074a74651bbf7a76a  gegl-0.3.0.tar.bz2
Size: 5463571 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gegl] Created branch DEVEL

2015-06-27 Thread qboosh
The branch 'DEVEL' was created.

Summary of new commits:

  64a724f... - updated to 0.3.0 - removed obsolete ffmpeg,ruby1.9,intros
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libgudev] - ac/am/lt BRs

2015-06-27 Thread qboosh
commit c308d91ecbb6050d87097306a564cdaadd36cc66
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 20:20:44 2015 +0200

- ac/am/lt BRs

 libgudev.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgudev.spec b/libgudev.spec
index 2f3610a..7b52c3c 100644
--- a/libgudev.spec
+++ b/libgudev.spec
@@ -13,12 +13,12 @@ Group:  Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
 # Source0-md5: e4dee8f3f349e9372213d33887819a4d
 URL:   https://wiki.gnome.org/Projects/libgudev
-#BuildRequires:autoconf = 2.64
-#BuildRequires:automake = 1:1.11
+BuildRequires: autoconf = 2.64
+BuildRequires: automake = 1:1.11
 BuildRequires: glib2-devel = 1:2.22.0
 BuildRequires: gobject-introspection-devel = 1.31.1
 BuildRequires: gtk-doc = 1.18
-#BuildRequires:libtool = 2:2.2
+BuildRequires: libtool = 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: tar = 1:1.22
 BuildRequires: udev-devel = 1:199


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgudev.git/commitdiff/c308d91ecbb6050d87097306a564cdaadd36cc66

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[copy command] packages/poly2tri - packages/poly2tri-c

2015-06-27 Thread qboosh

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/poly2tri-c] - poly2tri-c copied from poly2tri.spec, which contained a mix of two projects

2015-06-27 Thread qboosh
commit f9813e822659c5ad3cf3ae6ed5366c17c7d55441
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 21:45:45 2015 +0200

- poly2tri-c copied from poly2tri.spec, which contained a mix of two 
projects

 poly2tri-build.patch = poly2tri-c-build.patch |   0
 poly2tri-c.spec| 112 +
 poly2tri.spec  |  69 ---
 3 files changed, 112 insertions(+), 69 deletions(-)
---
diff --git a/poly2tri-c.spec b/poly2tri-c.spec
new file mode 100644
index 000..bbb5f28
--- /dev/null
+++ b/poly2tri-c.spec
@@ -0,0 +1,112 @@
+#
+# Conditional build:
+%bcond_without static_libs # don't build static libraries
+#
+Summary:   A 2D constrained Delaunay triangulation library
+Summary(pl.UTF-8): Biblioteka triangulacji Delaunaya z ograniczeniami w 2D
+Name:  poly2tri-c
+Version:   0.0
+%definesnap20150515
+Release:   0.%{snap}.1
+License:   BSD
+Group: Development/Libraries
+Source0:   
https://poly2tri-c.googlecode.com/archive/5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
+# Source0-md5: f800bb38025009fefe781841ed0a3c36
+Patch0:%{name}-build.patch
+URL:   https://code.google.com/p/poly2tri-c
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf = 2.50
+BuildRequires: automake
+BuildRequires: glib2-devel = 1:2.28
+BuildRequires: libtool = 2:2
+BuildRequires: pkgconfig
+Requires:  glib2-devel = 1:2.28
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a C port of the poly2tri library - a fast and powerful library
+for computing 2D constrained Delaunay triangulations. Instead of the
+standard C++ library (which included some utilities and template-based
+data structures), this port depends on GLib for it's data structures
+and some of it's utilities.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera port C biblioteki poly2tri - szybkiej i potężnej
+biblioteki do obliczania triangulacji Delaunaya z ograniczeniami w 2D.
+Zamiast biblioteki standardowej C++ (zawierającej trochę narzędzi oraz
+struktury danych oparte na szablonach), ten port wykorzystuje
+bibliotekę GLib na potrzeby struktur danych oraz niektórych narzędzi.
+
+%package devel
+Summary:   Development files for poly2tri-c library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki poly2tri-c
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  glib2-devel = 1:2.28
+
+%description devel
+Development files for poly2tri-c library.
+
+%description devel -l pl.UTF-8
+Pliki programistyczne biblioteki poly2tri-c.
+
+%package static
+Summary:   Static poly2tri-c library
+Summary(pl.UTF-8): Biblioteka statyczna poly2tri-c
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static poly2tri-c library.
+
+%description static -l pl.UTF-8
+Biblioteka statyczna poly2tri-c.
+
+%prep
+%setup -q -n %{name}-5ac75d6f09e4
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%configure \
+   --disable-silent-rules \
+   %{!?with_static_libs:--disable-static}
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libpoly2tri-c-*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING LICENSE-Poly2Tri.txt LICENSE-Poly2Tri-C.txt README
+%attr(755,root,root) %{_bindir}/p2tc
+%attr(755,root,root) %{_libdir}/libpoly2tri-c-0.1.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpoly2tri-c-0.1.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpoly2tri-c-0.1.so
+%{_includedir}/poly2tri-c-0.1
+%{_pkgconfigdir}/poly2tri-c.pc
+
+%if %{with static_libs}
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libpoly2tri-c-0.1.a
+%endif
diff --git a/poly2tri.spec b/poly2tri.spec
deleted file mode 100644
index 8206c5d..000
--- a/poly2tri.spec
+++ /dev/null
@@ -1,69 +0,0 @@
-Name:  poly2tri
-Version:   0.0
-%global date 20150515
-%global snapshot %{date}hg%{rev}
-Summary:   A 2D constrained Delaunay triangulation library
-Release:   0.%{date}.1
-License:   BSD
-Group: Development/Libraries
-URL:   https://code.google.com/p/poly2tri
-Source0:   
https://poly2tri-c.googlecode.com/archive/5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
-# Source0-md5: 844558199746106bd76043b716c10c85
-Patch0:%{name}-build.patch
-BuildRequires: Mesa-libGL-devel
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
-
-%description
-Library based on the paper Sweep-line algorithm for constrained
-Delaunay triangulation by V. Domiter and and B. Zalik.
-
-%package devel
-Summary:

DISTFILES: poly2tri-c: ERRORS: 5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz

2015-06-27 Thread qboosh
Request by: qboosh

FATAL: 
https://poly2tri-c.googlecode.com/archive/5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
 md5 mismatch, needed f800bb38025009fefe781841ed0a3c36, got 
498c8da0f63c23034c21f47e123e8537

Files fetched: 0



-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/poly2tri-c] - tarball is regenerated on each download, use dropin instead

2015-06-27 Thread qboosh
commit 75c9b35e6b9028ca6b32ed559374dedebccc5474
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jun 27 22:03:20 2015 +0200

- tarball is regenerated on each download, use dropin instead

 poly2tri-c.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/poly2tri-c.spec b/poly2tri-c.spec
index bbb5f28..2b01b8f 100644
--- a/poly2tri-c.spec
+++ b/poly2tri-c.spec
@@ -9,8 +9,9 @@ Version:0.0
 %definesnap20150515
 Release:   0.%{snap}.1
 License:   BSD
-Group: Development/Libraries
-Source0:   
https://poly2tri-c.googlecode.com/archive/5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
+Group: Libraries
+#Source0:  
https://poly2tri-c.googlecode.com/archive/5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
+Source0:   5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
 # Source0-md5: f800bb38025009fefe781841ed0a3c36
 Patch0:%{name}-build.patch
 URL:   https://code.google.com/p/poly2tri-c


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poly2tri-c.git/commitdiff/75c9b35e6b9028ca6b32ed559374dedebccc5474

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: poly2tri-c: 5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz

2015-06-27 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: no-url://5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
f800bb38025009fefe781841ed0a3c36  
5ac75d6f09e4de35ef33289c69bc1d46c2a04970.tar.gz
Size: 93310 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gd] - noted new source URL

2015-06-19 Thread qboosh
commit 6d88d861f8f65166e0e222616c4ca685f1c75380
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 19:57:06 2015 +0200

- noted new source URL

 gd.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gd.spec b/gd.spec
index 6747e09..2e782e8 100644
--- a/gd.spec
+++ b/gd.spec
@@ -13,6 +13,9 @@ Version:  2.1.1
 Release:   3
 License:   BSD-like
 Group: Libraries
+#Source0Download: https://github.com/libgd/libgd/releases
+# future versions:
+#Source0:  https://github.com/libgd/libgd/archive/%{name}-%{version}.tar.gz
 Source0:   
https://bitbucket.org/libgd/gd-libgd/downloads/libgd-%{version}.tar.xz
 # Source0-md5: 9076f3abd1f9815d106da36467ea15bc
 Patch0:%{name}-fontpath.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gd.git/commitdiff/6d88d861f8f65166e0e222616c4ca685f1c75380

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: mate-icon-theme-faenza: mate-icon-theme-faenza-1.10.0.tar.xz

2015-06-19 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://pub.mate-desktop.org/releases/1.10/mate-icon-theme-faenza-1.10.0.tar.xz
d9cc2025e782ea0ec7b71e5ab25dfcb1  mate-icon-theme-faenza-1.10.0.tar.xz
Size: 19081268 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ceph] - added accelio bcond

2015-06-19 Thread qboosh
commit 477a1b20e2e03ba11fff9142c4bd0f58ac0b0c87
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 21:41:41 2015 +0200

- added accelio bcond

 ceph.spec | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 1c32965..94cc015 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -1,5 +1,4 @@
 # TODO:
-#  - accelio libxio (BR: accelio libibverbs-devel librdmacm-devel
 #  - proper init scripts if non-systemd boot is too be supported
 # (upstream scripts seem overcomplicated and hardly useful)
 #  - run as non-root user
@@ -7,6 +6,7 @@
 #
 # Conditional build:
 %bcond_without java# Java binding
+%bcond_withaccelio # Accelio transport support
 %bcond_withkinetic # Kinetic storage support [needs update for 
internal API changes]
 %bcond_withrocksdb # RocksDB storage support [needs update for 
internal API changes]
 %bcond_withzfs # ZFS support
@@ -41,6 +41,7 @@ Patch2:   %{name}-link.patch
 Patch3:%{name}-ac.patch
 Patch4:%{name}-boost.patch
 URL:   http://ceph.com/
+%{?with_accelio:BuildRequires: accelio-devel}
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
 %{?with_babeltrace:BuildRequires:  babeltrace-devel}
@@ -60,7 +61,9 @@ BuildRequires:libatomic_ops
 BuildRequires: libblkid-devel = 2.17
 BuildRequires: libedit-devel = 2.11
 BuildRequires: libfuse-devel
+%{?with_accelio:BuildRequires: libibverbs-devel}
 BuildRequires: libltdl-devel
+%{?with_accelio:BuildRequires: librdmacm-devel}
 BuildRequires: libs3-devel
 BuildRequires: libstdc++-devel
 %{?with_tcmalloc:BuildRequires:libtcmalloc-devel}
@@ -242,7 +245,8 @@ Agenci OCF do monitorowania procesów Cepha.
--with-system-leveldb \
--with-system-libs3 \
%{?with_java:--enable-cephfs-java --with-jdk-dir=%{_jvmdir}/java} \
-   --disable-silent-rules
+   --disable-silent-rules \
+   %{?with_accelio:--enable-xio}
 
 %{__make} -j1
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/477a1b20e2e03ba11fff9142c4bd0f58ac0b0c87

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mate-user-guide] - new

2015-06-19 Thread qboosh
commit 411102d7ed2969e0e01881910618f9780ef5a83f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 21:59:49 2015 +0200

- new

 mate-user-guide.spec | 45 +
 1 file changed, 45 insertions(+)
---
diff --git a/mate-user-guide.spec b/mate-user-guide.spec
new file mode 100644
index 000..6a416cb
--- /dev/null
+++ b/mate-user-guide.spec
@@ -0,0 +1,45 @@
+Summary:   User help for MATE
+Summary(pl.UTF-8): Pomoc użytkownika dla środowiska MATE
+Name:  mate-user-guide
+Version:   1.10.0
+Release:   1
+License:   CC-BY-SA v3.0
+Group: Documentation
+Source0:   
http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
+# Source0-md5: 548f211f366f6c103b65c49e1ef83cec
+URL:   http://mate-desktop.org/
+BuildRequires: gettext-tools
+BuildRequires: intltool = 0.40.0
+BuildRequires: yelp-tools
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+User help for MATE.
+
+%description -l pl.UTF-8
+Pomoc użytkownika dla środowiska MATE.
+
+%prep
+%setup -q
+
+%build
+%configure \
+   --disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-mate
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_desktopdir}/mate-user-guide.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-user-guide.git/commitdiff/411102d7ed2969e0e01881910618f9780ef5a83f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mate-icon-theme-faenza] Created branch MATE-1.8

2015-06-19 Thread qboosh
The branch 'MATE-1.8' was created pointing to:

 345c5d4... - up to 1.8.0

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mate-icon-theme-faenza] - updated to 1.10.0

2015-06-19 Thread qboosh
commit 5b285542a7c3475968cb062728f6fd422e20f0f2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Jun 19 21:24:54 2015 +0200

- updated to 1.10.0

 mate-icon-theme-faenza.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mate-icon-theme-faenza.spec b/mate-icon-theme-faenza.spec
index 0432374..1982fd7 100644
--- a/mate-icon-theme-faenza.spec
+++ b/mate-icon-theme-faenza.spec
@@ -1,12 +1,12 @@
 Summary:   Faenza icon theme for MATE Desktop
 Summary(pl.UTF-8): Motyw ikon Faenza dla środowiska MATE Desktop
 Name:  mate-icon-theme-faenza
-Version:   1.8.0
+Version:   1.10.0
 Release:   1
 License:   GPL v2
 Group: Themes
-Source0:   
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-# Source0-md5: ba0909462dab2362014f388a79099923
+Source0:   
http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
+# Source0-md5: d9cc2025e782ea0ec7b71e5ab25dfcb1
 URL:   http://www.mate-desktop.org/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake = 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-icon-theme-faenza.git/commitdiff/5b285542a7c3475968cb062728f6fd422e20f0f2

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libconfig] - updated to 1.5

2015-06-24 Thread qboosh
commit 1e898ba856571da6a8b4799c27432bd183a89f20
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 17:27:51 2015 +0200

- updated to 1.5

 libconfig.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libconfig.spec b/libconfig.spec
index 24059cb..7894fc1 100644
--- a/libconfig.spec
+++ b/libconfig.spec
@@ -1,12 +1,12 @@
 Summary:   C Configuration File Library
 Summary(pl.UTF-8): Biblioteka C do plików konfiguracyjnych
 Name:  libconfig
-Version:   1.4.9
-Release:   2
+Version:   1.5
+Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   http://www.hyperrealm.com/libconfig/%{name}-%{version}.tar.gz
-# Source0-md5: b6ee0ce2b3ef844bad7cac2803a90634
+# Source0-md5: a939c4990d74e6fc1ee62be05716f633
 Patch0:%{name}-info.patch
 URL:   http://www.hyperrealm.com/main.php?s=libconfig
 BuildRequires: autoconf = 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libconfig.git/commitdiff/1e898ba856571da6a8b4799c27432bd183a89f20

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-elftools] - pl, check-files cleanup

2015-06-24 Thread qboosh
commit f2dda54f16e547bd70b2cdfc63fcc318c845636f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 17:37:23 2015 +0200

- pl, check-files cleanup

 python-elftools.spec | 13 +
 1 file changed, 13 insertions(+)
---
diff --git a/python-elftools.spec b/python-elftools.spec
index 1dc4f6d..43ce22d 100644
--- a/python-elftools.spec
+++ b/python-elftools.spec
@@ -9,6 +9,7 @@
 
 %definemodule  elftools
 Summary:   Pure-Python library for parsing and analyzing ELF files
+Summary(pl.UTF-8): Czysto pythonowa biblioteka do analizy plików ELF
 Name:  python-%{module}
 Version:   0.23
 Release:   1
@@ -35,8 +36,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 pyelftools is a pure-Python library for parsing and analyzing ELF
 files and DWARF debugging information.
 
+%description -l pl.UTF-8
+pyelftools to czysto pythonowa biblioteka do analizy plików ELF oraz
+informacji dla debuggera DWARF.
+
 %package -n python3-%{module}
 Summary:   Pure-Python library for parsing and analyzing ELF files
+Summary(pl.UTF-8): Czysto pythonowa biblioteka do analizy plików ELF
 Group: Libraries/Python
 Requires:  python3-modules
 
@@ -44,6 +50,10 @@ Requires:python3-modules
 pyelftools is a pure-Python library for parsing and analyzing ELF
 files and DWARF debugging information.
 
+%description -n python3-%{module} -l pl.UTF-8
+pyelftools to czysto pythonowa biblioteka do analizy plików ELF oraz
+informacji dla debuggera DWARF.
+
 %prep
 %setup -q -n pyelftools-%{version}
 
@@ -85,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
--root=$RPM_BUILD_ROOT
 %endif
 
+# readelf clone example
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/readelf.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-elftools.git/commitdiff/f2dda54f16e547bd70b2cdfc63fcc318c845636f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/satyr] - updated to 0.18 - removed outdated libopcodes patch

2015-06-24 Thread qboosh
commit 6ba563f148d959fe92151199552df872033d0fd9
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 20:19:08 2015 +0200

- updated to 0.18
- removed outdated libopcodes patch

 satyr-libopcodes.patch | 42 --
 satyr.spec | 17 +++--
 2 files changed, 7 insertions(+), 52 deletions(-)
---
diff --git a/satyr.spec b/satyr.spec
index b1e2236..94273ba 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -5,19 +5,17 @@
 Summary:   Tools to create anonymous, machine-friendly problem reports
 Summary(pl.UTF-8): Analizator śladów wywołań tworzonych przez GDB
 Name:  satyr
-Version:   0.17
-Release:   2
+Version:   0.18
+Release:   1
 License:   GPL v2+
 Group: Development/Tools
 Source0:   https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.xz
-# Source0-md5: 7a3fcff30ea9a0dd364af5f90003bde4
-Patch0:%{name}-libopcodes.patch
-Patch1:%{name}-rpm5.patch
-Patch2:%{name}-rpm45.patch
+# Source0-md5: 7a5b1538385dd31e146de771d5c894ae
+Patch0:%{name}-rpm5.patch
+Patch1:%{name}-rpm45.patch
 URL:   http://fedorahosted.org/abrt/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
-BuildRequires: binutils-devel
 BuildRequires: elfutils-devel
 BuildRequires: libtool
 BuildRequires: libstdc++-devel
@@ -108,11 +106,10 @@ Wiązania Pythona 3 do biblioteki Satyr.
 
 %prep
 %setup -q
-%patch0 -p1
 %if %{_rpmversion} = 5.0
-%patch1 -p1
+%patch0 -p1
 %else
-%patch2 -p1
+%patch1 -p1
 %endif
 
 printf '%s' '%{version}'  satyr-version
diff --git a/satyr-libopcodes.patch b/satyr-libopcodes.patch
deleted file mode 100644
index afbfab2..000
--- a/satyr-libopcodes.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 satyr-0.5/configure.ac.orig2013-07-25 15:58:49.666496568 +0200
-+++ satyr-0.5/configure.ac 2013-07-25 16:01:02.469824330 +0200
-@@ -44,37 +44,10 @@
- [echo will not be built.  If you want to build core fingerprinting 
support, please ensure]
- [echo that libopcodes is installed and its directory is included in the 
search path.]
- [echo Then run configure again before attempting to build Satyr.]
-+[else]
-+have_good_libopcodes=1
- [fi]
- 
--# Check libopcodes
--AC_MSG_CHECKING([whether libopcodes is position independent])
--opcodes_pic=not found
--# ugly, but still better than whitelisting known-working systems
--for DIR in /lib /usr/lib /lib64 /usr/lib64; do
--  OPCODES=$DIR/libopcodes.a
--  if ! test -r $OPCODES; then
--  continue
--  fi
--
--  if readelf -r $OPCODES | grep R_X86_64_32 /dev/null; then
--  opcodes_pic=no
--  break
--  else
--  opcodes_pic=yes
--  break
--  fi
--done
--AC_MSG_RESULT([$opcodes_pic])
--
--[if test $opcodes_pic = no -a $target_cpu = x86_64; then]
--[echo The libopcodes library on your system was not compiled with PIC. 
The core backtrace fingerprinting support ]
--[echo will not be built.  If you want to build core backtrace support, 
please ensure]
--[echo that the provided libopcodes is build with -fPIC.]
--[echo Then run configure again before attempting to build Satyr.]
--[fi]
--
--test ! \( $opcodes_pic = yes -a $have_libopcodes = yes -a 
$target_cpu = x86_64 \)
--have_good_libopcodes=$?
- AM_CONDITIONAL(HAVE_LIBOPCODES, test $have_good_libopcodes -eq 1)
- AC_DEFINE_UNQUOTED(HAVE_LIBOPCODES, $have_good_libopcodes, [Have libopcodes 
compiled with -fPIC])
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/satyr.git/commitdiff/6ba563f148d959fe92151199552df872033d0fd9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libisocodes] - updated to 1.2.2

2015-06-24 Thread qboosh
commit d9167c3a97b82d02f5c2f6cb39852095ae330234
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 20:25:52 2015 +0200

- updated to 1.2.2

 libisocodes.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libisocodes.spec b/libisocodes.spec
index 7f058ab..35eb91a 100644
--- a/libisocodes.spec
+++ b/libisocodes.spec
@@ -1,12 +1,12 @@
 Summary:   Library to access iso-codes data and translations
 Summary(pl.UTF-8): Biblioteka dostępu do danych i tłumaczeń iso-codes
 Name:  libisocodes
-Version:   1.2.1
+Version:   1.2.2
 Release:   1
 License:   GPL v3+
 Group: Libraries
 Source0:   
http://pkg-isocodes.alioth.debian.org/downloads/%{name}-%{version}.tar.xz
-# Source0-md5: d28b97e7ff6404103afc2022dd968224
+# Source0-md5: 889f6f9b7fa2289ecbc7ecd28db1bdbd
 URL:   http://pkg-isocodes.alioth.debian.org/
 BuildRequires: gettext-tools = 0.18
 BuildRequires: glib2-devel = 2.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libisocodes.git/commitdiff/d9167c3a97b82d02f5c2f6cb39852095ae330234

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libisocodes: libisocodes-1.2.2.tar.xz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://pkg-isocodes.alioth.debian.org/downloads/libisocodes-1.2.2.tar.xz
889f6f9b7fa2289ecbc7ecd28db1bdbd  libisocodes-1.2.2.tar.xz
Size: 291844 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: augeas: augeas-1.4.0.tar.gz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://download.augeas.net/augeas-1.4.0.tar.gz
a2536a9c3d744dc09d234228fe4b0c93  augeas-1.4.0.tar.gz
Size: 2029025 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/augeas] - updated to 1.4.0

2015-06-24 Thread qboosh
commit e3cc12afabf9ea086d9dbdc31bcc471dc0cd4a6a
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 20:33:24 2015 +0200

- updated to 1.4.0

 augeas.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/augeas.spec b/augeas.spec
index b257024..ecd7c00 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,12 +1,12 @@
 Summary:   Augeas - configuration editing tool
 Summary(pl.UTF-8): Augeas - narzędzie do modyfikowania konfiguracji
 Name:  augeas
-Version:   1.3.0
+Version:   1.4.0
 Release:   1
 License:   LGPL v2.1+
 Group: Applications/System
 Source0:   http://download.augeas.net/%{name}-%{version}.tar.gz
-# Source0-md5: c8890b11a04795ecfe5526eeae946b2d
+# Source0-md5: a2536a9c3d744dc09d234228fe4b0c93
 Patch0:%{name}-pld_interfaces.patch
 URL:   http://augeas.net/
 BuildRequires: libselinux-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/augeas.git/commitdiff/e3cc12afabf9ea086d9dbdc31bcc471dc0cd4a6a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: satyr: satyr-0.18.tar.xz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://fedorahosted.org/released/abrt/satyr-0.18.tar.xz
7a5b1538385dd31e146de771d5c894ae  satyr-0.18.tar.xz
Size: 501024 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: liblangtag: liblangtag-0.5.6.tar.bz2

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.5.6.tar.bz2
53e2d316ec59eff9687a2293327fbd74  liblangtag-0.5.6.tar.bz2
Size: 668949 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/i2c-tools] - updated to 3.1.2

2015-06-24 Thread qboosh
commit 0326d84a54c07ba808c07a82cee235e93c027cea
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 18:57:33 2015 +0200

- updated to 3.1.2

 i2c-tools.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/i2c-tools.spec b/i2c-tools.spec
index 4763759..354adcd 100644
--- a/i2c-tools.spec
+++ b/i2c-tools.spec
@@ -7,12 +7,12 @@ Summary:  I2C tools for Linux
 Summary(en.UTF-8): I²C tools for Linux
 Summary(pl.UTF-8): Narzędzia I²C dla Linuksa
 Name:  i2c-tools
-Version:   3.1.1
+Version:   3.1.2
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
http://dl.lm-sensors.org/i2c-tools/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 0fdbff53ebd0b8d9249256d6c56480b1
+# Source0-md5: 7104a1043d11a5e2c7b131614eb1b962
 Patch0:%{name}-python.patch
 URL:   http://www.lm-sensors.org/wiki/I2CTools
 BuildRequires: perl-modules = 1:5.6


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/i2c-tools.git/commitdiff/0326d84a54c07ba808c07a82cee235e93c027cea

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: i2c-tools: i2c-tools-3.1.2.tar.bz2

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-3.1.2.tar.bz2
7104a1043d11a5e2c7b131614eb1b962  i2c-tools-3.1.2.tar.bz2
Size: 72084 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/spdylay] - updated to 1.3.2

2015-06-24 Thread qboosh
commit 7a650afd74873cbb2b9242e77cfb03d05ff4fc9e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Jun 24 21:34:50 2015 +0200

- updated to 1.3.2

 spdylay.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/spdylay.spec b/spdylay.spec
index 937ab2f..97cb0d1 100644
--- a/spdylay.spec
+++ b/spdylay.spec
@@ -6,13 +6,13 @@
 Summary:   SPDY C library
 Summary(pl.UTF-8): Biblioteka C SPDY
 Name:  spdylay
-Version:   1.3.1
-Release:   2
+Version:   1.3.2
+Release:   1
 License:   MIT
 Group: Libraries
 #Source0Download: https://github.com/tatsuhiro-t/spdylay/releases
 Source0:   
https://github.com/tatsuhiro-t/spdylay/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: d64bcd5303ff15d808f41329fe279003
+# Source0-md5: 69da2cfa2ec72053d88c6ae0c1d9089c
 URL:   http://tatsuhiro-t.github.io/spdylay/
 %{?with_tests:BuildRequires:   CUnit = 2.1}
 BuildRequires: libevent-devel = 2.0.8


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spdylay.git/commitdiff/7a650afd74873cbb2b9242e77cfb03d05ff4fc9e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: spdylay: spdylay-1.3.2.tar.xz

2015-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/tatsuhiro-t/spdylay/releases/download/v1.3.2/spdylay-1.3.2.tar.xz
69da2cfa2ec72053d88c6ae0c1d9089c  spdylay-1.3.2.tar.xz
Size: 660900 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


<    5   6   7   8   9   10   11   12   13   14   >