[packages/xen] Created branch XEN-4.3

2014-03-25 Thread baggins
The branch 'XEN-4.3' was created pointing to:

 c66fb10... - workaround sys/xattr.h vs linux/xattr.h conflict

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


[packages/mpv] - release 2 (by relup.sh)

2014-03-25 Thread baggins
commit 243eb71e7f53f0cfc80d27550b55138cf5ce4842
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Tue Mar 25 07:25:33 2014 +0100

- release 2 (by relup.sh)

 mpv.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index c3c6a2b..cfeda97 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,7 +1,7 @@
 Summary:   Movie player based on MPlayer and mplayer2
 Name:  mpv
 Version:   0.3.6
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
http://github.com/mpv-player/mpv/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpv.git/commitdiff/243eb71e7f53f0cfc80d27550b55138cf5ce4842

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


[packages/qemu] - release 4 (by relup.sh)

2014-03-25 Thread baggins
commit 2e00c499407f2ebcdd830f53af1694bffe5111cd
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Tue Mar 25 07:57:26 2014 +0100

- release 4 (by relup.sh)

 qemu.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qemu.spec b/qemu.spec
index 103adb0..a142f28 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -16,7 +16,7 @@ Summary:  QEMU CPU Emulator
 Summary(pl.UTF-8): QEMU - emulator procesora
 Name:  qemu
 Version:   1.7.0
-Release:   3
+Release:   4
 License:   GPL v2+
 Group: Applications/Emulators
 Source0:   http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/2e00c499407f2ebcdd830f53af1694bffe5111cd

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


[packages/rpm-build-tools] - release 3 (by relup.sh)

2014-03-25 Thread glen
commit 9e057b15f8da479c5ce442bdef3cce19838d81ee
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 07:11:02 2014 +

- release 3 (by relup.sh)

 rpm-build-tools.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rpm-build-tools.spec b/rpm-build-tools.spec
index 1d0cfc4..4d67f93 100644
--- a/rpm-build-tools.spec
+++ b/rpm-build-tools.spec
@@ -6,7 +6,7 @@ Summary(ru.UTF-8):  Скрипты и утилиты, необходимые дл
 Summary(uk.UTF-8): Скрипти та утиліти, необхідні для побудови пакетів
 Name:  rpm-build-tools
 Version:   4.6
-Release:   2
+Release:   3
 License:   GPL
 Group: Applications/File
 Group: Base


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/9e057b15f8da479c5ce442bdef3cce19838d81ee

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


[packages/rpm-build-tools] install without options to cp -p

2014-03-25 Thread glen
commit 598af9096bf6840cd628a231e4f47cd169ff12a3
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 07:10:30 2014 +

install without options to cp -p

 adapter.awk | 4 
 1 file changed, 4 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 04c7d19..738c25d 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -497,6 +497,10 @@ function b_makekey(a, b,   s) {
if (/^install/  /-m[ \t]*[0-9]+/)
gsub(/-m[ \t]*[0-9]+ /, )
 
+   # install without options - cp -p
+   if (/^install [^-]/)
+   gsub(/^install/, cp -p)
+
# No lines contain 'chown' or 'chgrp' if owner/group is 'root'
if (($1 ~ /chown/  $2 ~ /root\.root/) || ($1 ~ /chgrp/  $2 ~ 
/root/))
next


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/9e057b15f8da479c5ce442bdef3cce19838d81ee

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


[packages/xen/XEN-4.3] - rel 2

2014-03-25 Thread baggins
commit a4e2bc4012cfc274de746866c11f885dc2042dd3
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Tue Mar 25 08:28:49 2014 +0100

- rel 2

 xen.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xen.spec b/xen.spec
index 2c67d0d..7e1020a 100644
--- a/xen.spec
+++ b/xen.spec
@@ -42,7 +42,7 @@ Summary:  Xen - a virtual machine monitor
 Summary(pl.UTF-8): Xen - monitor maszyny wirtualnej
 Name:  xen
 Version:   4.3.2
-Release:   1
+Release:   2
 License:   GPL v2, interface parts on BSD-like
 Group: Applications/System
 Source0:   
http://bits.xensource.com/oss-xen/release/%{version}/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xen.git/commitdiff/a4e2bc4012cfc274de746866c11f885dc2042dd3

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


[packages/anjuta] - release 2 (by relup.sh)

2014-03-25 Thread baggins
commit 8dc86d1fff429f71bf42d8b011d82dd489853709
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Tue Mar 25 08:29:17 2014 +0100

- release 2 (by relup.sh)

 anjuta.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/anjuta.spec b/anjuta.spec
index fdce714..0144d59 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -4,7 +4,7 @@ Summary(pl.UTF-8):  Zintegrowane środowisko programowania 
dla GNOME
 Summary(pt_BR.UTF-8):  Ambiente de desenvolvimento integrado C e C++
 Name:  anjuta
 Version:   3.10.2
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL v2+
 Group: X11/Development/Tools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/anjuta.git/commitdiff/8dc86d1fff429f71bf42d8b011d82dd489853709

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


[packages/xbmc] - upstream fix for ffmpeg 2.2 - rel 3

2014-03-25 Thread baggins
commit eaa434b16dd12ecd90a28da9e19be8e1eac05c65
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Tue Mar 25 13:36:43 2014 +0100

- upstream fix for ffmpeg 2.2
- rel 3

 ffmpeg2.2.patch | 31 +++
 xbmc.spec   |  4 +++-
 2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/xbmc.spec b/xbmc.spec
index d01ae50..eaf53b8 100644
--- a/xbmc.spec
+++ b/xbmc.spec
@@ -15,7 +15,7 @@
 Summary:   XBMC is a free and open source media-player and entertainment 
hub
 Name:  xbmc
 Version:   12.3
-Release:   2
+Release:   3
 License:   GPL v2+ and GPL v3+
 Group: Applications/Multimedia
 Source0:   
http://mirrors.xbmc.org/releases/source/%{name}-%{version}.tar.gz
@@ -24,6 +24,7 @@ Patch0:   ffmpeg2.patch
 Patch1:jpeglib-boolean.patch
 Patch2:%{name}-vdpau.patch
 Patch3:smbclient.patch
+Patch4:ffmpeg2.2.patch
 URL:   http://xbmc.org/
 BuildRequires: Mesa-libGLU-devel
 BuildRequires: OpenGL-devel
@@ -135,6 +136,7 @@ forecast functions, together third-party plugins.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 ./bootstrap
diff --git a/ffmpeg2.2.patch b/ffmpeg2.2.patch
new file mode 100644
index 000..d880e17
--- /dev/null
+++ b/ffmpeg2.2.patch
@@ -0,0 +1,31 @@
+From 632475b20822b010cf18255ce41530ac490cd118 Mon Sep 17 00:00:00 2001
+From: Georgi Chorbadzhiyski g...@unixsol.org
+Date: Fri, 20 Dec 2013 00:25:34 +0200
+Subject: [PATCH] Fix compilation error related to removed structure field by
+ ffmpeg.
+
+ffmpeg removed reference_dts field in struct AVStream.
+
+Related ffmpeg commit:
+  
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=2ba68dd044ca8fc591139c05563840f546a9c0c0
+---
+ lib/xbmc-dll-symbols/DllAvFormat.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/xbmc-dll-symbols/DllAvFormat.c 
b/lib/xbmc-dll-symbols/DllAvFormat.c
+index 4b09663..a592a1f 100644
+--- a/lib/xbmc-dll-symbols/DllAvFormat.c
 b/lib/xbmc-dll-symbols/DllAvFormat.c
+@@ -112,7 +112,9 @@ void xbmc_read_frame_flush(AVFormatContext *s)
+ #define RELATIVE_TS_BASE (INT64_MAX - (1LL48))
+ if(st-first_dts == AV_NOPTS_VALUE) st-cur_dts = RELATIVE_TS_BASE;
+ elsest-cur_dts = AV_NOPTS_VALUE; /* 
we set the current DTS to an unspecified origin */
++#if LIBAVFORMAT_VERSION_INT  AV_VERSION_INT(55,0,0)
+ st-reference_dts = AV_NOPTS_VALUE;
++#endif
+ 
+ st-probe_packets = MAX_PROBE_PACKETS;
+ #endif
+-- 
+1.8.5.5
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xbmc.git/commitdiff/eaa434b16dd12ecd90a28da9e19be8e1eac05c65

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


[packages/intellij-idea-ultimate] - up to 12.1.7

2014-03-25 Thread atler
commit 354f704ec3b7156f50615c3c7b8a284d2cb8c8d6
Author: Jan Palus jan.pa...@gmail.com
Date:   Tue Mar 25 13:55:52 2014 +0100

- up to 12.1.7

 intellij-idea-ultimate.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/intellij-idea-ultimate.spec b/intellij-idea-ultimate.spec
index 1e81730..53c4c09 100644
--- a/intellij-idea-ultimate.spec
+++ b/intellij-idea-ultimate.spec
@@ -3,12 +3,12 @@
 %include   /usr/lib/rpm/macros.java
 Summary:   IntelliJ IDEA - The Most Intelligent Java IDE
 Name:  intellij-idea-ultimate
-Version:   12.1.6
+Version:   12.1.7
 Release:   1
 License:   IntelliJ IDEA Commercial
 Group: Development/Tools
 Source0:   http://download-ln.jetbrains.com/idea/ideaIU-%{version}.tar.gz
-# NoSource0-md5:   b95526c997ac707d8e153789f97c71a0
+# NoSource0-md5:   e7175a458363ad13774a4d41c46dc913
 NoSource:  0
 Source1:   %{product}.desktop
 Patch0:xdg-paths.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/intellij-idea-ultimate.git/commitdiff/354f704ec3b7156f50615c3c7b8a284d2cb8c8d6

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


DISTFILES: cdrtools: cdrtools-3.00.tar.bz2

2014-03-25 Thread glen

Files fetched: 1

STORED: ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.bz2
f9fbab08fbd458b0d2312976d8c5f558  cdrtools-3.00.tar.bz2
Size: 1978563 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/cdrtools] up to 3.00

2014-03-25 Thread glen
commit 3baac27e85c6830834c376c984c80a1a6ce99524
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 16:04:19 2014 +0200

up to 3.00

 cdrtools-config.patch | 219 +-
 cdrtools-rename.patch |  33 
 cdrtools.spec |  68 
 3 files changed, 57 insertions(+), 263 deletions(-)
---
diff --git a/cdrtools.spec b/cdrtools.spec
index b7c2781..f6283f7 100644
--- a/cdrtools.spec
+++ b/cdrtools.spec
@@ -6,13 +6,13 @@ Summary(pt_BR.UTF-8): Um programa de gravação de CD/DVD
 Summary(ru.UTF-8): Программа для записи CD/DVD, запускаемая из командной 
строки
 Summary(uk.UTF-8): Програма для запису CD/DVD, яка запускається з 
командної стрічки
 Name:  cdrtools
-Version:   2.01.01
-Release:   0.%{subver}.1
+Version:   3.00
+Release:   1
 Epoch: 5
 License:   GPL v2 (mkisofs), LGPL v2.1 (cdda2wav), CDDL v1.0 (the rest)
 Group: Applications/System
-Source0:   
ftp://ftp.berlios.de/pub/cdrecord/alpha/%{name}-%{version}%{subver}.tar.bz2
-# Source0-md5: 0564e79a18d9a6768dbbb02a7717c5ab
+Source0:   ftp://ftp.berlios.de/pub/cdrecord/%{name}-%{version}.tar.bz2
+# Source0-md5: f9fbab08fbd458b0d2312976d8c5f558
 Patch0:%{name}-config.patch
 Patch2:%{name}-man.patch
 Patch3:%{name}-make.patch
@@ -231,7 +231,7 @@ BTC.
 
 %prep
 %setup -q
-chmod +w -R *
+chmod -R u+rw -R .
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
@@ -240,11 +240,9 @@ chmod +w -R *
 %patch6 -p1
 
 # Remove profiled make files
-rm -f $(find . -name '*_p.mk')
+rm -v $(find . -name '*_p.mk')
 
-cp -f /usr/share/automake/config.* ./conf
-#ln -sf i586-linux-gcc.rul RULES/x86_64-linux-gcc.rul
-#ln -sf i586-linux-cc.rul RULES/x86_64-linux-cc.rul
+cp -p /usr/share/automake/config.* conf
 
 # kill annoying beep and sleep
 %{__sed} -i -e 's/^__gmake_warn.*//g' RULES/mk-gmake.id
@@ -258,18 +256,28 @@ cp -f /usr/share/automake/config.* ./conf
 
 %{__sed} -i -e 's#/usr/bin/gm4#%{_bindir}/m4#g' autoconf/autoconf
 
-cd ./autoconf
+cd autoconf
+install -d m4
+mv acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4 m4
+mv aclocal.m4 acinclude.m4
+
 for a in acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4; do
: $a
 done
-# don't run aclocal, aclocal.m4 contains only local defs
+
+# extract only needed functions
+sed -ne '/AC_INCL_CHECK_TYPE/,/dnl ###/p' m4/acgeneral.m4  acinclude.m4
+
+%build
+cd autoconf
+%{__aclocal} -I .
 %{__autoconf}
 cd ../cdda2wav
 %{__autoconf}
 cd ..
-
-%build
 %{__make} -j1 \
+   PARCH=%{_arch}-%{_target_vendor} \
+   O_ARCH=%{_target_os} \
CC=%{__cc} \
LDCC=%{__cc} \
COPTOPT=%{rpmcflags} \
@@ -280,31 +288,24 @@ cd ..
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_includedir}/schily/scg}
-
 %{__make} -j1 install \
-   MANDIR=share/man \
-   INS_BASE=$RPM_BUILD_ROOT%{_prefix}
-
-install -p cdda2wav/cdda2mp3   $RPM_BUILD_ROOT%{_bindir}
-install -p cdda2wav/cdda2ogg   $RPM_BUILD_ROOT%{_bindir}
+   PARCH=%{_arch}-%{_target_vendor} \
+   O_ARCH=%{_target_os} \
+   DEFINSUMASK=002 \
+   DEFINSMODEF=644 \
+   DEFINSMODEX=755 \
+   INS_BASE=%{_prefix} \
+   DESTDIR=$RPM_BUILD_ROOT
 
-cp -p include/schily/*.h   $RPM_BUILD_ROOT%{_includedir}/schily
-cp -p incs/*/align.h   $RPM_BUILD_ROOT%{_includedir}/schily
-cp -p incs/*/avoffset.h$RPM_BUILD_ROOT%{_includedir}/schily
-cp -p incs/*/xconfig.h $RPM_BUILD_ROOT%{_includedir}/schily
-cp -p libscg/scg/*.h   $RPM_BUILD_ROOT%{_includedir}/schily/scg
+cp -p libscg/scg/*.h $RPM_BUILD_ROOT%{_includedir}/schily/scg
 
 cp -p cdrecord/cdrecord.dfl$RPM_BUILD_ROOT%{_sysconfdir}/cdrecord.conf
 
-# fix manual pages
-chmod u+rw $RPM_BUILD_ROOT -R
-
-echo '.so isoinfo.8'  $RPM_BUILD_ROOT%{_mandir}/man8/devdump.8
-echo '.so isoinfo.8'  $RPM_BUILD_ROOT%{_mandir}/man8/isovfy.8
-echo '.so isoinfo.8'  $RPM_BUILD_ROOT%{_mandir}/man8/isodump.8
-echo '.so cdda2ogg.1'  $RPM_BUILD_ROOT%{_mandir}/man1/cdda2mp3.1
-
-rm -rf $RPM_BUILD_ROOT%{_includedir}/scg
+rm -r $RPM_BUILD_ROOT%{_includedir}/scg
+rm -r $RPM_BUILD_ROOT%{_includedir}/schily/%{_target_platform}-cc
+rm -r $RPM_BUILD_ROOT%{_docdir}/{mkisofs,rscsi,cdrecord,cdda2wav,libparanoia}
+rm $RPM_BUILD_ROOT%{_mandir}/man5/makefiles.5*
+rm $RPM_BUILD_ROOT%{_mandir}/man5/makerules.5*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -323,6 +324,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/cdrecord.1*
 %{_mandir}/man1/rscsi.1*
 %{_mandir}/man1/scgcheck.1*
+%{_mandir}/man1/scgskeleton.1*
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/cdrtools-config.patch b/cdrtools-config.patch
index ccdcd8f..1f8b0ee 100644
--- a/cdrtools-config.patch
+++ b/cdrtools-config.patch
@@ -1,10 +1,9 @@
-diff -urN cdrtools-2.01.01.orig/cdrecord/cdrecord.1 
cdrtools-2.01.01/cdrecord/cdrecord.1
 cdrtools-2.01.01.orig/cdrecord/cdrecord.1  2010-01-31 22:09:45.0 
+0100

[packages/caja-dropbox] up to 1.7.90

2014-03-25 Thread glen
commit 7f9a86de52690f5e5a9d1019ec480f445f9c4241
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 16:30:53 2014 +0200

up to 1.7.90

 caja-dropbox.patch  | 20 
 caja-dropbox.spec   | 22 --
 desktop.patch   | 11 +++
 dropboxd-path.patch | 22 +++---
 4 files changed, 34 insertions(+), 41 deletions(-)
---
diff --git a/caja-dropbox.spec b/caja-dropbox.spec
index 1c941e1..82c2104 100644
--- a/caja-dropbox.spec
+++ b/caja-dropbox.spec
@@ -1,20 +1,20 @@
 Summary:   Dropbox extension for Caja
 Summary(pl.UTF-8): Rozszerzenie Dropbox dla Caja
 Name:  caja-dropbox
-Version:   0.7.1
+Version:   1.7.90
 Release:   1
 License:   GPL v2 with exceptions
 Group: X11/Applications
-Source0:   
http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
-# Source0-md5: 36fb90fe6fa1463c94707565c98c30c7
+Source0:   
http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
+# Source0-md5: 877e610ce51f3cc69d8da2daeb58f61d
 Patch0:dropboxd-path.patch
-Patch1:%{name}.patch
+Patch1:desktop.patch
 Patch2:caja-versions.patch
 URL:   http://getdropbox.com/
+BuildRequires: caja-devel = 1.1.0
 BuildRequires: glib2-devel = 1:2.14.0
 BuildRequires: gtk+2-devel = 2:2.12.0
 BuildRequires: libnotify-devel = 0.4.4
-BuildRequires: mate-file-manager-devel = 1.1.0
 BuildRequires: pkgconfig
 BuildRequires: python-docutils
 BuildRequires: python-pygtk-devel
@@ -22,7 +22,7 @@ BuildRequires:rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.311
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
-Requires:  mate-file-manager
+Requires:  caja
 Suggests:  python-pygpgme
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,11 +43,9 @@ pomiędzy określonymi maszynami.
 %patch2 -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
-   --disable-dependency-tracking \
-   --enable-static=no \
-
+   --disable-silent-rules \
+   --disable-static
 %{__make}
 
 %install
@@ -55,10 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_desktopdir}/{,caja-}dropbox.desktop
-mv $RPM_BUILD_ROOT%{_bindir}/{,caja-}dropbox
-%{__sed} -i -e '/Exec=/ s/dropbox/%{name}/' 
$RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
-
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/caja/extensions-2.0/*.la
 
 %clean
diff --git a/caja-dropbox.patch b/caja-dropbox.patch
deleted file mode 100644
index 48f3bac..000
--- a/caja-dropbox.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 caja-dropbox-0.7.1/dropbox.in~ 2012-12-23 20:27:53.0 +0200
-+++ caja-dropbox-0.7.1/dropbox.in  2012-12-23 20:42:58.817057547 +0200
-@@ -56,7 +56,7 @@
- 
- PARENT_DIR = os.path.expanduser(~)
- DROPBOXD_PATH = %s/.dropbox-dist/dropboxd % PARENT_DIR
--DESKTOP_FILE = u@DESKTOP_FILE_DIR@/dropbox.desktop
-+DESKTOP_FILE = u@DESKTOP_FILE_DIR@/caja-dropbox.desktop
- 
- enc = locale.getpreferredencoding()
- 
-@@ -1255,7 +1255,7 @@
- # UBUNTU
- if u.config in contents:
- autostart_dir = os.path.join(home_dir, u.config, uautostart)
--autostart_link = os.path.join(autostart_dir, udropbox.desktop)
-+autostart_link = os.path.join(autostart_dir, ucaja-dropbox.desktop)
- if should_autostart:
- if os.path.exists(DESKTOP_FILE):
- if not os.path.exists(autostart_dir):
diff --git a/desktop.patch b/desktop.patch
new file mode 100644
index 000..87d2ed7
--- /dev/null
+++ b/desktop.patch
@@ -0,0 +1,11 @@
+--- caja-dropbox-1.7.90/data/caja-dropbox.desktop~ 2013-08-02 
13:08:23.0 +0300
 caja-dropbox-1.7.90/data/caja-dropbox.desktop  2014-03-25 
16:25:28.408526848 +0200
+@@ -3,7 +3,7 @@
+ Name=caja-Dropbox
+ GenericName=File Synchronizer For Mate
+ Comment=Sync your files across computers and to the web
+-Exec=dropbox start -i
++Exec=caja-dropbox start -i
+ Terminal=false
+ Type=Application
+ Icon=caja-dropbox
diff --git a/dropboxd-path.patch b/dropboxd-path.patch
index b9098a2..0f8f717 100644
--- a/dropboxd-path.patch
+++ b/dropboxd-path.patch
@@ -1,14 +1,22 @@
 nautilus-dropbox-0.6.3/dropbox.in~ 2010-06-15 02:36:52.0 +0300
-+++ nautilus-dropbox-0.6.3/dropbox.in  2010-07-08 20:55:18.697946297 +0300
-@@ -524,7 +524,10 @@
+--- caja-dropbox-1.7.90/./caja-dropbox.in~ 2013-08-02 13:08:23.0 
+0300
 caja-dropbox-1.7.90/./caja-dropbox.in  2014-03-25 16:12:37.274282401 
+0200
+@@ -55,7 +55,9 @@
+ UNPACKING = uUnpacking Dropbox... %d%%
+ 
+ PARENT_DIR = os.path.expanduser(~)
+-DROPBOXD_PATH = %s/.dropbox-dist/dropboxd % PARENT_DIR
++DROPBOXD_PATH = /usr/bin/dropboxd
++if not os.access(DROPBOXD_PATH , os.X_OK):
++  DROPBOXD_PATH = %s/.dropbox-dist/dropboxd % PARENT_DIR
+ DESKTOP_FILE = u@DESKTOP_FILE_DIR@/dropbox.desktop
+ 
+ enc = locale.getpreferredencoding()
+@@ -699,7 

DISTFILES: caja-dropbox: caja-dropbox-1.7.90.tar.xz

2014-03-25 Thread glen

Files fetched: 1

STORED: http://pub.mate-desktop.org/releases/1.7/caja-dropbox-1.7.90.tar.xz
877e610ce51f3cc69d8da2daeb58f61d  caja-dropbox-1.7.90.tar.xz
Size: 309772 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/crossmingw32-runtime] - added rand_s-mingw patch (required for glib 2.40+); release 2

2014-03-25 Thread qboosh
commit 692b81fd00b9208da53d7df61792a74e730e5183
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 18:47:36 2014 +0100

- added rand_s-mingw patch (required for glib 2.40+); release 2

 crossmingw32-runtime.spec |  5 -
 rand_s-mingw.patch| 37 +
 2 files changed, 41 insertions(+), 1 deletion(-)
---
diff --git a/crossmingw32-runtime.spec b/crossmingw32-runtime.spec
index 4d9c28a..3821aca 100644
--- a/crossmingw32-runtime.spec
+++ b/crossmingw32-runtime.spec
@@ -2,7 +2,7 @@ Summary:MinGW32 Binary Utility Development Utilities - 
runtime libraries
 Summary(pl.UTF-8): Zestaw narzędzi MinGW32 - biblioteki uruchomieniowe
 Name:  crossmingw32-runtime
 Version:   4.0.3
-Release:   1
+Release:   2
 Epoch: 1
 License:   BSD-like
 Group: Development/Libraries
@@ -14,6 +14,8 @@ Patch0:   %{name}-format.patch
 Patch1:%{name}-mingwex.patch
 Patch2:crossmingw32-w32api-mmsystem.patch
 Patch3:crossmingw32-w32api-commctrl.patch
+# http://sourceforge.net/p/mingw/bugs/2122/
+Patch4:rand_s-mingw.patch
 URL:   http://www.mingw.org/
 BuildRequires: autoconf = 2.68
 BuildRequires: automake
@@ -117,6 +119,7 @@ dos2unix Makefile.in configure.ac */Makefile.in
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p0
 
 %build
 cp /usr/share/automake/config.sub .
diff --git a/rand_s-mingw.patch b/rand_s-mingw.patch
new file mode 100644
index 000..99fa9d1
--- /dev/null
+++ b/rand_s-mingw.patch
@@ -0,0 +1,37 @@
+--- include/winnt.h2013-08-31 12:40:55.422343650 +0200
 include/winnt.h2013-08-31 12:43:39.036686882 +0200
+@@ -107,6 +107,11 @@
+ #endif
+ typedef void* __ptr64 PVOID64;
+ 
++#ifndef _ERRCODE_DEFINED
++#define _ERRCODE_DEFINED
++typedef int errno_t;
++#endif
++
+ #ifndef _WCHAR_T_DEFINED
+ #define _WCHAR_T_DEFINED
+ #ifndef _WCHAR_T_
+--- include/stdlib.h   2013-08-31 12:27:41.321139008 +0200
 include/stdlib.h   2013-08-31 12:35:18.970541797 +0200
+@@ -232,6 +232,10 @@
+ _CRTIMP int __cdecl __MINGW_NOTHROW rand (void);
+ _CRTIMP void __cdecl __MINGW_NOTHROW srand (unsigned int);
+ 
++#if defined (_CRT_RAND_S)  (WINVER = 0x0501)
++_CRTIMP errno_t __cdecl __MINGW_NOTHROW rand_s (unsigned int*);
++#endif
++
+ _CRTIMP void* __cdecl __MINGW_NOTHROW calloc (size_t, size_t) 
__MINGW_ATTRIB_MALLOC;
+ _CRTIMP void* __cdecl __MINGW_NOTHROW malloc (size_t) __MINGW_ATTRIB_MALLOC;
+ _CRTIMP void* __cdecl __MINGW_NOTHROW realloc (void*, size_t);
+--- lib/lib32/msvcrt.def.in2013-08-31 12:45:45.477904906 +0200
 lib/lib32/msvcrt.def.in2013-08-31 12:47:45.044353824 +0200
+@@ -637,6 +637,7 @@
+ qsort
+ raise
+ rand
++rand_s
+ realloc
+ remove
+ rename


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-runtime.git/commitdiff/692b81fd00b9208da53d7df61792a74e730e5183

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


[packages/crossmingw32-glib2] - updated to 2.40.0 - removed obsolete stacktest,cross patches - updated win32 patch; needs mingw32

2014-03-25 Thread qboosh
commit 966922de0900538ed4942133d39be1efe4db50bb
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 18:57:00 2014 +0100

- updated to 2.40.0
- removed obsolete stacktest,cross patches
- updated win32 patch; needs mingw32 with rand_s() function

 crossmingw32-glib2-stacktest.patch | 13 -
 crossmingw32-glib2.spec| 16 +++-
 glib2-cross.patch  | 18 --
 glib2-win32.patch  | 21 ++---
 4 files changed, 17 insertions(+), 51 deletions(-)
---
diff --git a/crossmingw32-glib2.spec b/crossmingw32-glib2.spec
index 4eec4ea..3ae12db 100644
--- a/crossmingw32-glib2.spec
+++ b/crossmingw32-glib2.spec
@@ -12,15 +12,13 @@ Summary(tr.UTF-8):  Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 %definerealname   glib
 Name:  crossmingw32-glib2
-Version:   2.38.2
+Version:   2.40.0
 Release:   1
 License:   LGPL v2+
 Group: Development/Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glib/2.38/glib-%{version}.tar.xz
-# Source0-md5: 26d1d08e478fc48c181ca8be44f5b69f
-Patch0:%{name}-stacktest.patch
-Patch1:glib2-cross.patch
-Patch2:glib2-win32.patch
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glib/2.40/glib-%{version}.tar.xz
+# Source0-md5: 05fb7cb17eacbc718e90366a1eae60d9
+Patch0:glib2-win32.patch
 URL:   http://www.gtk.org/
 BuildRequires: autoconf = 2.62
 BuildRequires: automake = 1:1.11
@@ -29,10 +27,12 @@ BuildRequires:  crossmingw32-gettext
 BuildRequires: crossmingw32-libffi = 3.0.0
 BuildRequires: crossmingw32-libiconv
 BuildRequires: crossmingw32-pcre = 8.13
+# rand_s()
+BuildRequires: crossmingw32-runtime = 1:4.0.3-2
 BuildRequires: crossmingw32-zlib
 # host glib-genmarshall and glib-compile-schemas are needed for cross-compiling
 BuildRequires: glib2 = 1:2.32.0
-BuildRequires: gtk-doc = 1.15
+BuildRequires: gtk-doc = 1.20
 BuildRequires: libtool = 2:2.2
 BuildRequires: pkgconfig = 1:0.16
 BuildRequires: python = 1:2.5
@@ -139,8 +139,6 @@ Biblioteki DLL glib2 dla Windows.
 %prep
 %setup -q -n %{realname}-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
diff --git a/crossmingw32-glib2-stacktest.patch 
b/crossmingw32-glib2-stacktest.patch
deleted file mode 100644
index ae154da..000
--- a/crossmingw32-glib2-stacktest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 glib-2.12.9/configure.ac.orig  2007-01-17 00:24:39.0 +0100
-+++ glib-2.12.9/configure.ac   2007-03-06 11:44:09.683703523 +0100
-@@ -629,7 +629,9 @@
-   glib_cv_stack_grows=no
- ,
-   glib_cv_stack_grows=yes
--,)
-+,[
-+  glib_cv_stack_grows=no
-+  AC_MSG_WARN([cross-compiling, assuming no growing stack])])
- ])
- 
- dnl AC_C_INLINE is useless to us since it bails out too early, we need to
diff --git a/glib2-cross.patch b/glib2-cross.patch
deleted file mode 100644
index 608829e..000
--- a/glib2-cross.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 glib-2.32.2/configure.ac.orig  2012-05-07 18:14:09.061606437 +0200
-+++ glib-2.32.2/configure.ac   2012-05-07 18:56:32.524886758 +0200
-@@ -452,6 +452,7 @@
- 
- AC_MSG_RESULT($enable_iconv_cache)
- 
-+AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
- 
- dnl
- dnl zlib support
-@@ -921,7 +922,6 @@
- 
- # Checks for libcharset
- AM_LANGINFO_CODESET
--AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
- AC_CHECK_FUNCS(setlocale)
- 
- # check additional type sizes
diff --git a/glib2-win32.patch b/glib2-win32.patch
index a822818..5b82cc4 100644
--- a/glib2-win32.patch
+++ b/glib2-win32.patch
@@ -1,14 +1,3 @@
 glib-2.32.4/gio/gcontenttype.c.orig2012-07-14 22:33:18.0 
+0200
-+++ glib-2.32.4/gio/gcontenttype.c 2012-07-24 16:48:52.400116342 +0200
-@@ -332,7 +332,7 @@
- 
-   /* our test suite and potentially other code used -1 in the past, which is
-* not documented and not allowed; guard against that */
--  g_return_val_if_fail (data_size != (gsize) -1, g_strdup 
(XDG_MIME_TYPE_UNKNOWN));
-+  g_return_val_if_fail (data_size != (gsize) -1, g_strdup (*));
- 
-   if (filename)
- {
 --- glib-2.34.0/gio/gregistrysettingsbackend.c.orig2012-08-19 
16:39:53.0 +0200
 +++ glib-2.34.0/gio/gregistrysettingsbackend.c 2012-09-26 17:54:44.204962755 
+0200
 @@ -233,7 +233,7 @@
@@ -20,3 +9,13 @@
  };
  
  
+--- glib-2.40.0/glib/grand.c.orig  2014-02-22 16:29:07.0 +0100
 glib-2.40.0/glib/grand.c   2014-03-25 18:45:39.693348981 +0100
+@@ -55,6 +55,7 @@
+ #endif
+ 
+ #ifdef G_OS_WIN32
++#include windows.h
+ #include stdlib.h
+ #endif
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-glib2.git/commitdiff/966922de0900538ed4942133d39be1efe4db50bb

___
pld-cvs-commit 

[packages/crossmingw32-atk] - updated to 2.12.0

2014-03-25 Thread qboosh
commit c5489a655219435de2328893e3381f7e0b5ffe57
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 19:09:51 2014 +0100

- updated to 2.12.0

 crossmingw32-atk.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/crossmingw32-atk.spec b/crossmingw32-atk.spec
index 80767c8..ab2da27 100644
--- a/crossmingw32-atk.spec
+++ b/crossmingw32-atk.spec
@@ -2,12 +2,12 @@
 Summary:   ATK - Accessibility Toolkit - cross MinGW32 version
 Summary(pl.UTF-8): ATK - biblioteka ułatwiająca niepełnosprawnym 
korzystanie z komputerów - wersja skrośna dla MinGW32
 Name:  crossmingw32-%{realname}
-Version:   2.10.0
+Version:   2.12.0
 Release:   1
 License:   LGPL v2+
 Group: Development/Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/atk/2.10/%{realname}-%{version}.tar.xz
-# Source0-md5: e77833d4445ebe6842e9f9a0667b0be7
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/atk/2.12/%{realname}-%{version}.tar.xz
+# Source0-md5: 930238dec55fdbf8eda9975b44f07b76
 URL:   https://developer.gnome.org/atk/
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-atk.git/commitdiff/c5489a655219435de2328893e3381f7e0b5ffe57

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


[packages/gobject-introspection] - updated to 1.40.0

2014-03-25 Thread kiesiu
commit 99d63db7bea390fc9fe6924d5289eedcad488e85
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 19:23:48 2014 +0100

- updated to 1.40.0

 gobject-introspection.spec | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gobject-introspection.spec b/gobject-introspection.spec
index 048fbb1..61f5048 100644
--- a/gobject-introspection.spec
+++ b/gobject-introspection.spec
@@ -9,12 +9,12 @@
 Summary:   Introspection for GObject libraries
 Summary(pl.UTF-8): Obserwacja bibliotek GObject
 Name:  gobject-introspection
-Version:   1.38.0
+Version:   1.40.0
 Release:   1
 License:   LGPL v2+ (giscanner) and GPL v2+ (tools)
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.38/%{name}-%{version}.tar.xz
-# Source0-md5: 4851028e950ec0f809e26676b22aba97
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.40/%{name}-%{version}.tar.xz
+# Source0-md5: bbb103b5d88dbf2a257b7a26ae9bc666
 Patch0:%{name}-libtool.patch
 URL:   http://live.gnome.org/GObjectIntrospection
 BuildRequires: autoconf = 2.63
@@ -24,8 +24,8 @@ BuildRequires:bison
 BuildRequires: flex
 BuildRequires: glib2-devel = 1:2.36.0
 BuildRequires: glibc-misc
-%{?with_apidocs:BuildRequires: gtk-doc = 1.15}
-BuildRequires: libffi-devel
+%{?with_apidocs:BuildRequires: gtk-doc = 1.19}
+BuildRequires: libffi-devel = 3.0.0
 BuildRequires: libtool = 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: python = 1:2.6
@@ -52,7 +52,7 @@ Summary(pl.UTF-8):Pliki nagłówkowe biblioteki 
gobject-introspection
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  glib2-devel = 1:2.36.0
-Requires:  libffi-devel
+Requires:  libffi-devel = 3.0.0
 Requires:  python-Mako
 Requires:  python-modules = 1:2.6
 # for ldd


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gobject-introspection.git/commitdiff/99d63db7bea390fc9fe6924d5289eedcad488e85

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


DISTFILES: gobject-introspection: gobject-introspection-1.40.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.40/gobject-introspection-1.40.0.tar.xz
bbb103b5d88dbf2a257b7a26ae9bc666  gobject-introspection-1.40.0.tar.xz
Size: 1286424 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/json-glib] - updated to 1.0.0

2014-03-25 Thread kiesiu
commit 030fd708f51781c206a9987905063dfc252f876d
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 19:34:16 2014 +0100

- updated to 1.0.0

 json-glib.spec | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/json-glib.spec b/json-glib.spec
index 528479f..e87e952 100644
--- a/json-glib.spec
+++ b/json-glib.spec
@@ -1,23 +1,23 @@
 Summary:   JSON-GLib - a library providing serialization and 
deserialization support for the JSON format
 Summary(pl.UTF-8): JSON-GLib - biblioteka zapewniająca serializację i 
deserializację dla formatu JSON
 Name:  json-glib
-Version:   0.16.2
+Version:   1.0.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.16/%{name}-%{version}.tar.xz
-# Source0-md5: 0c6121741956fc34933a7ebae5868ec2
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.0/%{name}-%{version}.tar.xz
+# Source0-md5: d13485f5aa3b93227bbeb689ccfb596c
 URL:   http://live.gnome.org/JsonGlib
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.11
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel = 0.18
-BuildRequires: glib2-devel = 1:2.34.0
+BuildRequires: glib2-devel = 1:2.37.6
 BuildRequires: gobject-introspection-devel = 0.9.5
-BuildRequires: gtk-doc = 1.13
+BuildRequires: gtk-doc = 1.20
 BuildRequires: libtool = 2:2.2.6
 BuildRequires: pkgconfig
-Requires:  glib2 = 1:2.34.0
+Requires:  glib2 = 1:2.37.6
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,7 +35,7 @@ Summary:  Header files for the json-glib library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki json-glib
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  glib2-devel = 1:2.34.0
+Requires:  glib2-devel = 1:2.37.6
 
 %description devel
 Header files for the json-glib library.
@@ -90,9 +90,13 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}-1.0.lang
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/json-glib-format
+%attr(755,root,root) %{_bindir}/json-glib-validate
 %attr(755,root,root) %{_libdir}/libjson-glib-1.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libjson-glib-1.0.so.0
 %{_libdir}/girepository-1.0/Json-1.0.typelib
+%{_mandir}/man1/json-glib-format.1*
+%{_mandir}/man1/json-glib-validate.1*
 
 %files devel
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/json-glib.git/commitdiff/030fd708f51781c206a9987905063dfc252f876d

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


DISTFILES: json-glib: json-glib-1.0.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.0/json-glib-1.0.0.tar.xz
d13485f5aa3b93227bbeb689ccfb596c  json-glib-1.0.0.tar.xz
Size: 547100 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/crossmingw32-runtime] - non-parallel make; release 3

2014-03-25 Thread qboosh
commit f83317c4c362c1728b03b86d51ab7246f27e6c92
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 19:53:59 2014 +0100

- non-parallel make; release 3

 crossmingw32-runtime.spec | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/crossmingw32-runtime.spec b/crossmingw32-runtime.spec
index 3821aca..0ec7838 100644
--- a/crossmingw32-runtime.spec
+++ b/crossmingw32-runtime.spec
@@ -2,7 +2,7 @@ Summary:MinGW32 Binary Utility Development Utilities - 
runtime libraries
 Summary(pl.UTF-8): Zestaw narzędzi MinGW32 - biblioteki uruchomieniowe
 Name:  crossmingw32-runtime
 Version:   4.0.3
-Release:   2
+Release:   3
 Epoch: 1
 License:   BSD-like
 Group: Development/Libraries
@@ -129,15 +129,14 @@ cp /usr/share/automake/config.sub .
--libdir=%{_libdir} \
--host=%{target} \
--build=%{_target_platform}
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 # makefile expects dir before creating it
 install -d $RPM_BUILD_ROOT%{_includedir}/GL
 
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_dlldir}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-runtime.git/commitdiff/f83317c4c362c1728b03b86d51ab7246f27e6c92

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


[packages/crossmingw32-fontconfig] - updated to 2.11.1 - added mingw32 patch (compilation fix wrt. MemoryBarrier)

2014-03-25 Thread qboosh
commit f8b07cf43bac77cd2678425c85a7bd9bd73fa2e9
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 20:18:18 2014 +0100

- updated to 2.11.1
- added mingw32 patch (compilation fix wrt. MemoryBarrier)

 crossmingw32-fontconfig.spec | 15 ++-
 fontconfig-mingw32.patch | 24 
 2 files changed, 34 insertions(+), 5 deletions(-)
---
diff --git a/crossmingw32-fontconfig.spec b/crossmingw32-fontconfig.spec
index c980dc4..293a830 100644
--- a/crossmingw32-fontconfig.spec
+++ b/crossmingw32-fontconfig.spec
@@ -2,13 +2,14 @@
 Summary:   Font configuration and customization tools - cross MinGW32 
versoin
 Summary(pl.UTF-8): Narzędzia do konfigurowania fontów - wersja skrośna dla 
MinGW32
 Name:  crossmingw32-%{realname}
-Version:   2.11.0
-Release:   2
+Version:   2.11.1
+Release:   1
 License:   MIT
 Group: Development/Libraries
 Source0:   http://fontconfig.org/release/%{realname}-%{version}.tar.bz2
-# Source0-md5: 000bd4baf7aefa828e03414d0c8c7dc5
+# Source0-md5: 824d000eb737af6e16c826dd3b2d6c90
 Patch0:%{realname}-bitstream-cyberbit.patch
+Patch1:%{realname}-mingw32.patch
 URL:   http://fontconfig.org/
 BuildRequires: autoconf = 2.61
 BuildRequires: automake = 1:1.11
@@ -86,6 +87,7 @@ Biblioteka DLL freetype dla Windows.
 %prep
 %setup -q -n %{realname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 # uses POSIX-specific dirent interfaces
 %{__sed} -i -e 's/test-migration//' test/Makefile.am
@@ -103,15 +105,18 @@ export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
--with-arch=%{target} \
--with-freetype-config=pkg-config freetype2 \
--disable-docs \
-   --disable-silent-rules
+   --disable-silent-rules \
+   --enable-static
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# fc_cachedir=/dummy is to avoid creating 
${DESTDIR}LOCAL_APPDATA_FONTCONFIG_CACHE dir
 %{__make} -j1 install \
-   DESTDIR=$RPM_BUILD_ROOT
+   DESTDIR=$RPM_BUILD_ROOT \
+   fc_cachedir=/dummy
 
 install -d $RPM_BUILD_ROOT%{_dlldir}
 mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
diff --git a/fontconfig-mingw32.patch b/fontconfig-mingw32.patch
new file mode 100644
index 000..f2aaada
--- /dev/null
+++ b/fontconfig-mingw32.patch
@@ -0,0 +1,24 @@
+--- fontconfig-2.11.1/src/fcint.h.orig 2014-01-20 09:14:20.0 +0100
 fontconfig-2.11.1/src/fcint.h  2014-03-25 20:02:08.436489743 +0100
+@@ -29,6 +29,10 @@
+ #include config.h
+ #endif
+ 
++#ifdef _WIN32
++#include fcwindows.h
++#endif
++
+ #include fcstdint.h
+ 
+ #include stdlib.h
+--- fontconfig-2.11.1/src/fcwindows.h.orig 2014-01-20 09:14:21.0 
+0100
 fontconfig-2.11.1/src/fcwindows.h  2014-03-25 19:23:46.449919680 +0100
+@@ -33,7 +33,7 @@
+ 
+ #ifdef _WIN32
+ #  ifndef _WIN32_WINNT
+-#define _WIN32_WINNT 0x0500
++#define _WIN32_WINNT 0x0600
+ #  endif
+ #  define WIN32_LEAN_AND_MEAN
+ #  define WIN32_EXTRA_LEAN


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-fontconfig.git/commitdiff/f8b07cf43bac77cd2678425c85a7bd9bd73fa2e9

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


[packages/libiscsi] - autotools BRs

2014-03-25 Thread qboosh
commit 0e5ccdd694863f189d274d19f98c38f82d39e0e2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 20:22:20 2014 +0100

- autotools BRs

 libiscsi.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/libiscsi.spec b/libiscsi.spec
index 7f08427..bc15278 100644
--- a/libiscsi.spec
+++ b/libiscsi.spec
@@ -9,6 +9,9 @@ Group:  Libraries
 Source0:   
https://github.com/sahlberg/libiscsi/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
 # Source0-md5: 650266b18b2516d32a5a0aa8027e06d3
 URL:   https://github.com/sahlberg/libiscsi
+BuildRequires: autoconf = 2.50
+BuildRequires: automake
+BuildRequires: libtool = 2:2
 BuildRequires: popt-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libiscsi.git/commitdiff/0e5ccdd694863f189d274d19f98c38f82d39e0e2

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


[packages/gtk+3] - updated to 3.12.0

2014-03-25 Thread kiesiu
commit 4b55f7b7b70c92ab4cf242b6a4f01043fc3fe636
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 20:28:33 2014 +0100

- updated to 3.12.0

 gtk+3.spec | 35 ++-
 1 file changed, 22 insertions(+), 13 deletions(-)
---
diff --git a/gtk+3.spec b/gtk+3.spec
index bcfbf94..0154bb5 100644
--- a/gtk+3.spec
+++ b/gtk+3.spec
@@ -16,12 +16,12 @@ Summary(it.UTF-8):  Il toolkit per GIMP
 Summary(pl.UTF-8): GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk+3
-Version:   3.10.7
+Version:   3.12.0
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.10/gtk+-%{version}.tar.xz
-# Source0-md5: 18a81944a8506231529a76bf2b68372b
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.12/gtk+-%{version}.tar.xz
+# Source0-md5: 4e493fb68cded7420a7d8bcebdf13811
 Patch0:%{name}-papi.patch
 URL:   http://www.gtk.org/
 BuildRequires: at-spi2-atk-devel = 2.6.0
@@ -37,12 +37,13 @@ BuildRequires:  docbook-dtd412-xml
 BuildRequires: docbook-style-xsl
 BuildRequires: gdk-pixbuf2-devel = 2.28.0
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel = 1:2.38.0
-BuildRequires: gobject-introspection-devel = 1.32.0
+BuildRequires: glib2-devel = 1:2.40.0
+BuildRequires: gobject-introspection-devel = 1.39.0
 %if %{with apidocs}
-BuildRequires: gtk-doc = 1.11
-BuildRequires: gtk-doc-automake = 1.11
+BuildRequires: gtk-doc = 1.20
+BuildRequires: gtk-doc-automake = 1.20
 %endif
+BuildRequires: json-glib-devel = 1.0.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool = 2:2.2.6
 BuildRequires: libxml2-progs = 1:2.6.31
@@ -51,6 +52,8 @@ BuildRequires:pango-devel = 1:1.32.4
 %{?with_papi:BuildRequires:papi-devel}
 BuildRequires: perl-base
 BuildRequires: pkgconfig
+BuildRequires: pkgconfig(json-glib-1.0)
+BuildRequires: pkgconfig(rest-0.7)
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.592
 BuildRequires: sqlite3-devel
@@ -70,20 +73,20 @@ BuildRequires:  xz
 %{?with_broadway:BuildRequires:zlib-devel}
 %if %{with wayland}
 # wayland-client, wayland-cursor
-BuildRequires: wayland-devel = 1.2.0
+BuildRequires: wayland-devel = 1.3.90
 BuildRequires: xorg-lib-libxkbcommon-devel = 0.2.0
 %endif
 Requires:  xorg-lib-libX11 = 1.5.0
-Requires(post,postun): glib2 = 1:2.38.0
+Requires(post,postun): glib2 = 1:2.40.0
 Requires:  atk = 1:2.8.0
 Requires:  cairo-gobject = 1.12.0
 Requires:  gdk-pixbuf2 = 2.28.0
-Requires:  glib2 = 1:2.38.0
+Requires:  glib2 = 1:2.40.0
 Requires:  pango = 1:1.32.4
 Requires:  xorg-lib-libXi = 1.3.0
 Requires:  xorg-lib-libXrandr = 1.3.0
 %if %{with wayland}
-Requires:  wayland = 1.2.0
+Requires:  wayland = 1.3.90
 Requires:  xorg-lib-libxkbcommon = 0.2.0
 %endif
 # evince is used as gtk-print-preview-command by default
@@ -150,7 +153,7 @@ Summary:Utility to update icon cache used by GTK+ 
library
 Summary(pl.UTF-8): Narzędzie do uaktualniania cache'a ikon używanego przez 
bibliotekę GTK+
 Group: Applications/System
 Requires:  gdk-pixbuf2 = 2.28.0
-Requires:  glib2 = 1:2.38.0
+Requires:  glib2 = 1:2.40.0
 
 %description -n gtk-update-icon-cache
 Utility to update icon cache used by GTK+ library.
@@ -175,7 +178,7 @@ Requires:   at-spi2-atk-devel = 2.6.0
 Requires:  atk-devel = 1:2.8.0
 Requires:  cairo-gobject-devel = 1.12.0
 Requires:  gdk-pixbuf2-devel = 2.28.0
-Requires:  glib2-devel = 1:2.38.0
+Requires:  glib2-devel = 1:2.40.0
 Requires:  pango-devel = 1:1.32.4
 Requires:  shared-mime-info
 
@@ -368,9 +371,11 @@ exit 0
 %dir %{_libdir}/gtk-3.0/%{abivers}/immodules
 %dir %{_libdir}/gtk-3.0/%{abivers}/printbackends
 %ghost %{_libdir}/gtk-3.0/%{abivers}/gtk.immodules
+%attr(755,root,root) 
%{_libdir}/gtk-3.0/%{abivers}/printbackends/libprintbackend-cloudprint.so
 %attr(755,root,root) 
%{_libdir}/gtk-3.0/%{abivers}/printbackends/libprintbackend-file.so
 %attr(755,root,root) 
%{_libdir}/gtk-3.0/%{abivers}/printbackends/libprintbackend-lpr.so
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-am-et.so
+%{?with_broadway:%attr(755,root,root) 
%{_libdir}/gtk-3.0/%{abivers}/immodules/im-broadway.so}
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-cedilla.so
 %attr(755,root,root) 
%{_libdir}/gtk-3.0/%{abivers}/immodules/im-cyrillic-translit.so
 %attr(755,root,root) %{_libdir}/gtk-3.0/%{abivers}/immodules/im-inuktitut.so
@@ -454,6 +459,10 @@ exit 0
 %attr(755,root,root) %{_bindir}/gtk3-widget-factory
 %{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml
+%{_desktopdir}/gtk3-demo.desktop
+%{_desktopdir}/gtk3-widget-factory.desktop
+%{_iconsdir}/hicolor/*/apps/gtk3-demo.png
+%{_iconsdir}/hicolor/*/apps/gtk3-widget-factory.png
 %{_examplesdir}/%{name}-%{version}
 
 %if %{with cups}

DISTFILES: gtk+3: gtk+-3.12.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.12/gtk+-3.12.0.tar.xz
4e493fb68cded7420a7d8bcebdf13811  gtk+-3.12.0.tar.xz
Size: 14738160 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/gjs] - updated to 1.40.0 - gtk+3 and mozjs24 dependency

2014-03-25 Thread kiesiu
commit 1da5aa73853845b0c3c4365433002a026d568809
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 21:00:08 2014 +0100

- updated to 1.40.0
- gtk+3 and mozjs24 dependency

 gjs.spec | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gjs.spec b/gjs.spec
index 24d19d2..1035077 100644
--- a/gjs.spec
+++ b/gjs.spec
@@ -5,12 +5,12 @@
 Summary:   JavaScript bindings for GNOME
 Summary(pl.UTF-8): Wiązania JavaScriptu dla GNOME
 Name:  gjs
-Version:   1.38.1
+Version:   1.40.0
 Release:   1
 License:   MIT and (MPL v1.1 or GPL v2+ or LGPL v2+)
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gjs/1.38/%{name}-%{version}.tar.xz
-# Source0-md5: 0f3422a114cb69735274e75e325013a3
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gjs/1.40/%{name}-%{version}.tar.xz
+# Source0-md5: 17f0ce474fbe6dda423a97c7f22fb073
 Patch0:%{name}-systemtap.patch
 URL:   http://live.gnome.org/Gjs
 BuildRequires: autoconf = 2.61
@@ -19,11 +19,12 @@ BuildRequires:  cairo-devel
 BuildRequires: cairo-gobject-devel
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.36.0
-BuildRequires: gobject-introspection-devel = 1.38.0
+BuildRequires: gobject-introspection-devel = 1.39.3
+BuildRequires: gtk+3-devel
 BuildRequires: libffi-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: mozjs17-devel
+BuildRequires: mozjs24-devel
 BuildRequires: pkgconfig
 BuildRequires: readline-devel
 %{?with_systemtap:BuildRequires:   systemtap-sdt-devel}
@@ -46,8 +47,8 @@ Group:Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  dbus-devel
 Requires:  glib2-devel = 1:2.36.0
-Requires:  gobject-introspection-devel = 1.38.0
-Requires:  mozjs17-devel
+Requires:  gobject-introspection-devel = 1.39.3
+Requires:  mozjs24-devel
 
 %description devel
 Header files for gjs library.
@@ -110,7 +111,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/gjs
 %dir %{_libdir}/gjs/girepository-1.0
 %{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
-%{_datadir}/gjs-1.0
 
 %files devel
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gjs.git/commitdiff/1da5aa73853845b0c3c4365433002a026d568809

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


DISTFILES: gjs: gjs-1.40.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gjs/1.40/gjs-1.40.0.tar.xz
17f0ce474fbe6dda423a97c7f22fb073  gjs-1.40.0.tar.xz
Size: 446228 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/gsettings-desktop-schemas] - updated to 3.12.0

2014-03-25 Thread qboosh
commit 512df3d69ba45e93447934c9e852b398513072ff
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 21:05:50 2014 +0100

- updated to 3.12.0

 gsettings-desktop-schemas.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gsettings-desktop-schemas.spec b/gsettings-desktop-schemas.spec
index 51f1439..70c50c5 100644
--- a/gsettings-desktop-schemas.spec
+++ b/gsettings-desktop-schemas.spec
@@ -1,12 +1,12 @@
 Summary:   A collection of GSettings schemas
 Summary(pl.UTF-8): Zbiór schematów GSettings
 Name:  gsettings-desktop-schemas
-Version:   3.10.1
+Version:   3.12.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: f9ffca591a984f19a1dd9caeb96b5f23
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: cb5ae0d658d0627f8727672bbd5267f0
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake = 1:1.9
@@ -81,6 +81,7 @@ fi
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.keyboard.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.a11y.mouse.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.desktop.app-folders.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.datetime.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.desktop.default-applications.gschema.xml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gsettings-desktop-schemas.git/commitdiff/512df3d69ba45e93447934c9e852b398513072ff

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


DISTFILES: gsettings-desktop-schemas: gsettings-desktop-schemas-3.12.0.tar.xz

2014-03-25 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.12/gsettings-desktop-schemas-3.12.0.tar.xz
cb5ae0d658d0627f8727672bbd5267f0  
gsettings-desktop-schemas-3.12.0.tar.xz
Size: 479084 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/gnome-themes-standard] - updated to 3.12.0

2014-03-25 Thread kiesiu
commit 0b0bde265accadef13840e3c68c15e261900f3ff
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 21:27:44 2014 +0100

- updated to 3.12.0

 gnome-themes-standard.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index b6936ad..ee47ec3 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -1,12 +1,12 @@
 Summary:   Default themes for GNOME environment
 Summary(pl.UTF-8): Domyślne motywy dla środowiska GNOME
 Name:  gnome-themes-standard
-Version:   3.10.0
+Version:   3.12.0
 Release:   1
 License:   LGPL
 Group: Themes
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: 854209d213c8d6ab89c053a3f9077e57
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: 5036f65f08bbe305ff82c9ab97b2aa3f
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake = 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-themes-standard.git/commitdiff/0b0bde265accadef13840e3c68c15e261900f3ff

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


DISTFILES: gnome-themes-standard: gnome-themes-standard-3.12.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/3.12/gnome-themes-standard-3.12.0.tar.xz
5036f65f08bbe305ff82c9ab97b2aa3f  gnome-themes-standard-3.12.0.tar.xz
Size: 5911004 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/gnome-icon-theme] - updated to 3.12.0

2014-03-25 Thread kiesiu
commit 78ae93848c1ed7ef51e6a57a2a8cd1d20186221b
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 21:33:21 2014 +0100

- updated to 3.12.0

 gnome-icon-theme.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec
index 05064de..ceda41b 100644
--- a/gnome-icon-theme.spec
+++ b/gnome-icon-theme.spec
@@ -1,12 +1,12 @@
 Summary:   Default icon themes for GNOME environment
 Summary(pl.UTF-8): Domyślne motywy ikon dla środowiska GNOME
 Name:  gnome-icon-theme
-Version:   3.10.0
+Version:   3.12.0
 Release:   1
 License:   LGPL v3 or CC-BY-SA v3.0
 Group: Themes
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: dc019e394a35b2642469bf7c299ca163
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: f14bed7f804e843189ffa7021141addd
 Patch0:%{name}-am.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.53


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-icon-theme.git/commitdiff/78ae93848c1ed7ef51e6a57a2a8cd1d20186221b

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


DISTFILES: gnome-icon-theme: gnome-icon-theme-3.12.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/3.12/gnome-icon-theme-3.12.0.tar.xz
f14bed7f804e843189ffa7021141addd  gnome-icon-theme-3.12.0.tar.xz
Size: 17742624 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/gnome-icon-theme-symbolic] - updated to 3.12.0

2014-03-25 Thread kiesiu
commit 9a3d8f8b5c168a3e43b31ad2b371b539a47703be
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 21:36:15 2014 +0100

- updated to 3.12.0

 gnome-icon-theme-symbolic.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-icon-theme-symbolic.spec b/gnome-icon-theme-symbolic.spec
index 8d8520e..daddeba 100644
--- a/gnome-icon-theme-symbolic.spec
+++ b/gnome-icon-theme-symbolic.spec
@@ -1,12 +1,12 @@
 Summary:   Default symbolic icon themes for GNOME environment
 Summary(pl.UTF-8): Domyślne motywy ikon symbolicznych dla środowiska GNOME
 Name:  gnome-icon-theme-symbolic
-Version:   3.10.1
+Version:   3.12.0
 Release:   1
 License:   CC-BY-SA v3.0
 Group: Themes
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-symbolic/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: 348fa5965fdce9f9ebd76fed9ccd6851
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-symbolic/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: 3c9c0e6b9fa04b3cbbb84da825a26fd9
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake = 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-icon-theme-symbolic.git/commitdiff/9a3d8f8b5c168a3e43b31ad2b371b539a47703be

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


DISTFILES: gnome-icon-theme-symbolic: gnome-icon-theme-symbolic-3.12.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-symbolic/3.12/gnome-icon-theme-symbolic-3.12.0.tar.xz
3c9c0e6b9fa04b3cbbb84da825a26fd9  
gnome-icon-theme-symbolic-3.12.0.tar.xz
Size: 230420 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/gnome-icon-theme-extras] - updated to 3.12.0

2014-03-25 Thread kiesiu
commit c6add9af33c1681b23b1d4b0c510a0402ec2d99d
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 21:42:01 2014 +0100

- updated to 3.12.0

 gnome-icon-theme-extras.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-icon-theme-extras.spec b/gnome-icon-theme-extras.spec
index ffd2cf8..4dfc1af 100644
--- a/gnome-icon-theme-extras.spec
+++ b/gnome-icon-theme-extras.spec
@@ -1,12 +1,12 @@
 Summary:   Additional icons for GNOME environment
 Summary(pl.UTF-8): Dodatkowe ikony dla środowiska GNOME
 Name:  gnome-icon-theme-extras
-Version:   3.6.2
+Version:   3.12.0
 Release:   1
 License:   CC-BY-SA
 Group: Themes
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-extras/3.6/%{name}-%{version}.tar.xz
-# Source0-md5: 41a37beccf627237d98eef2b472e9c4d
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-extras/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: 91f8f7e35a3d8d926716d88b8b1e9a29
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake = 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-icon-theme-extras.git/commitdiff/c6add9af33c1681b23b1d4b0c510a0402ec2d99d

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


DISTFILES: gnome-icon-theme-extras: gnome-icon-theme-extras-3.12.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme-extras/3.12/gnome-icon-theme-extras-3.12.0.tar.xz
91f8f7e35a3d8d926716d88b8b1e9a29  gnome-icon-theme-extras-3.12.0.tar.xz
Size: 1729576 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/geocode-glib] - updated to 3.12.0

2014-03-25 Thread qboosh
commit 01368b71728b67d08c4b139b99f752d6c622291b
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Mar 25 21:49:32 2014 +0100

- updated to 3.12.0

 geocode-glib.spec | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/geocode-glib.spec b/geocode-glib.spec
index 726712c..2f34132 100644
--- a/geocode-glib.spec
+++ b/geocode-glib.spec
@@ -6,29 +6,28 @@
 Summary:   GLib geocoding library that uses the Yahoo! Place Finder service
 Summary(pl.UTF-8): Biblioteka GLib do geokodowania wykorzystująca serwis 
Yahoo! Place Finder
 Name:  geocode-glib
-Version:   3.10.0
+Version:   3.12.0
 Release:   1
 License:   LGPL v2+
 Group: Libraries
-Source0:   
http://download.gnome.org/sources/geocode-glib/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: 0f20b52196bd86294d093f97397a37db
+Source0:   
http://download.gnome.org/sources/geocode-glib/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: a14c9802c63c35d9ae9091053e192517
 URL:   https://developer.gnome.org/geocode-glib/
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.11
-BuildRequires: gettext-devel = 0.17
+BuildRequires: gettext-devel = 0.18
 BuildRequires: glib2-devel = 1:2.34
 BuildRequires: gnome-common
 BuildRequires: gobject-introspection-devel = 0.6.3
 BuildRequires: gtk-doc = 1.13
-BuildRequires: intltool = 0.41.0
-BuildRequires: json-glib-devel = 0.16.2
+BuildRequires: json-glib-devel = 0.99.2
 BuildRequires: libsoup-devel = 2.4
 BuildRequires: libtool = 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: tar = 1:1.22
 BuildRequires: xz
 Requires:  glib2 = 1:2.34
-Requires:  json-glib = 0.16.2
+Requires:  json-glib = 0.99.2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -82,7 +81,6 @@ Dokumentacja API biblioteki geocode-glib.
 %setup -q
 
 %build
-%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -113,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libgeocode-glib.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgeocode-glib.so.0
 %{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
+%{_iconsdir}/gnome/scalable/places/poi-*.svg
 
 %files devel
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geocode-glib.git/commitdiff/01368b71728b67d08c4b139b99f752d6c622291b

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


DISTFILES: geocode-glib: geocode-glib-3.12.0.tar.xz

2014-03-25 Thread qboosh

Files fetched: 1

STORED: 
http://download.gnome.org/sources/geocode-glib/3.12/geocode-glib-3.12.0.tar.xz
a14c9802c63c35d9ae9091053e192517  geocode-glib-3.12.0.tar.xz
Size: 346248 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/dropbox] up to 2.6.25

2014-03-25 Thread glen
commit 284b53dc4bb97824aa84179b7a94484cc3661a01
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 23:16:22 2014 +0200

up to 2.6.25

 dropbox.spec | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/dropbox.spec b/dropbox.spec
index 435a260..8374108 100644
--- a/dropbox.spec
+++ b/dropbox.spec
@@ -6,17 +6,17 @@
 #   http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall
 Summary:   Sync and backup files between computers
 Name:  dropbox
-Version:   2.2.13
+Version:   2.6.25
 Release:   1
 License:   Proprietary
 Group: Daemons
-URL:   http://www.dropbox.com/
 Source0:   http://dl-web.dropbox.com/u/17/%{name}-lnx.x86-%{version}.tar.gz
-# NoSource0-md5:   e69279eabdd37670ab4430be2f44dfae
+# NoSource0-md5:   4521809aa11f5b8628d36b4462622dd8
 NoSource:  0
 Source1:   
http://dl-web.dropbox.com/u/17/%{name}-lnx.x86_64-%{version}.tar.gz
-# NoSource1-md5:   2b5b5981aa6bf6c295b17f88551dead2
+# NoSource1-md5:   a303933f7abc52c13a4b03067c87c754
 NoSource:  1
+URL:   http://www.dropbox.com/
 BuildRequires: rpmbuild(macros) = 1.566
 BuildRequires: sed = 4.0
 BuildRequires: tar = 1:1.15.1
@@ -28,7 +28,7 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define_noautoprovfiles%{_libdir}/%{name}
 
 # provided by package itself, but autodeps disabled
-%define_noautoreq  libcrypto.so libssl.so 
libwx_.*.so librsync.so.1 libpng12.so
+%define_noautoreq  libwx_.*.so librsync.so.1 
libffi.so.6
 
 # a zip and executable at the same time
 %define_noautostrip.*/library.zip\\|.*/dropbox
@@ -59,7 +59,8 @@ them from any computer or mobile device using the Dropbox 
website.
 %endif
 
 # no need to package this
-%{__rm} -r distribute-0.6.26-py2.7.egg
+# altho system python is also 2.7, don't know how to enforce using it system 
libs
+#%{__rm} -r distribute-0.6.26-py2.7.egg
 
 # libraries to be taken from system
 # for a in *.so*; do ls -ld /lib/$a /usr/lib/$a; done 2/dev/null
@@ -101,9 +102,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/dropboxd
 %{_libdir}/%{name}/library.zip
 
-%dir %{_libdir}/%{name}/mock-*-py*.egg
-%{_libdir}/%{name}/mock-*-py*.egg/mock.py[co]
-%{_libdir}/%{name}/mock-*-py*.egg/EGG-INFO
+%{_libdir}/%{name}/cffi-*-py*.egg
+%{_libdir}/%{name}/distribute-*-py*.egg
+%{_libdir}/%{name}/dropbox_sqlite_ext-*-py*.egg
+%{_libdir}/%{name}/mock-*-py*.egg
+%{_libdir}/%{name}/pycparser-*-py*.egg-info
 
 %dir %{_libdir}/%{name}/images
 %{_libdir}/%{name}/images/emblems


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dropbox.git/commitdiff/284b53dc4bb97824aa84179b7a94484cc3661a01

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


[packages/gnome-desktop] - updated to 3.12.0 - new soname

2014-03-25 Thread kiesiu
commit 40a64e0b9d01378e67c3ff572aefa238f3c5ef9f
Author: Łukasz Kieś kie...@pld-linux.org
Date:   Tue Mar 25 22:21:32 2014 +0100

- updated to 3.12.0
- new soname

 gnome-desktop.spec | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/gnome-desktop.spec b/gnome-desktop.spec
index b39939f..ee7bf16 100644
--- a/gnome-desktop.spec
+++ b/gnome-desktop.spec
@@ -1,12 +1,12 @@
 Summary:   gnome-desktop library
 Summary(pl.UTF-8): Biblioteka gnome-desktop
 Name:  gnome-desktop
-Version:   3.10.2
+Version:   3.12.0
 Release:   1
 License:   LGPL
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: f610e6a0c0fe288100ea8e78c01ed0ca
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: d4435879a3eab6c4ea39952cd02072c1
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.11
@@ -31,7 +31,6 @@ BuildRequires:xkeyboard-config
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel = 1.1
 BuildRequires: xorg-lib-libXrandr-devel = 1.3
-BuildRequires: xorg-lib-libxkbfile-devel
 BuildRequires: xz
 BuildRequires: yelp-tools
 Requires:  glib2 = 1:2.36.0
@@ -135,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.8
+%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.10
 %attr(755,root,root) %{_libdir}/gnome-rr-debug
 %{_datadir}/gnome/gnome-version.xml
 %{_datadir}/libgnome-desktop-3.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-desktop.git/commitdiff/40a64e0b9d01378e67c3ff572aefa238f3c5ef9f

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


DISTFILES: gnome-desktop: gnome-desktop-3.12.0.tar.xz

2014-03-25 Thread kiesiu

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.12/gnome-desktop-3.12.0.tar.xz
d4435879a3eab6c4ea39952cd02072c1  gnome-desktop-3.12.0.tar.xz
Size: 1093260 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/caja-dropbox] more renames

2014-03-25 Thread glen
commit 63848bd7f5875e6b4aa9474ff11a2d224f3f4f06
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 21:52:01 2014 +

more renames

this time desktop file path which is used to setup/remove autostart

 desktop.patch | 20 
 1 file changed, 20 insertions(+)
---
diff --git a/desktop.patch b/desktop.patch
index 87d2ed7..bdd91aa 100644
--- a/desktop.patch
+++ b/desktop.patch
@@ -9,3 +9,23 @@
  Terminal=false
  Type=Application
  Icon=caja-dropbox
+--- caja-dropbox-1.7.90/caja-dropbox.in~   2014-03-25 21:50:16.0 
+
 caja-dropbox-1.7.90/caja-dropbox.in2014-03-25 21:50:42.062906663 
+
+@@ -58,7 +58,7 @@
+ DROPBOXD_PATH = /usr/bin/dropboxd
+ if not os.access(DROPBOXD_PATH , os.X_OK):
+   DROPBOXD_PATH = %s/.dropbox-dist/dropboxd % PARENT_DIR
+-DESKTOP_FILE = u@DESKTOP_FILE_DIR@/dropbox.desktop
++DESKTOP_FILE = u@DESKTOP_FILE_DIR@/caja-dropbox.desktop
+ 
+ enc = locale.getpreferredencoding()
+ 
+@@ -1252,7 +1252,7 @@ def reroll_autostart(should_autostart):
+ # UBUNTU
+ if u.config in contents:
+ autostart_dir = os.path.join(home_dir, u.config, uautostart)
+-autostart_link = os.path.join(autostart_dir, udropbox.desktop)
++autostart_link = os.path.join(autostart_dir, ucaja-dropbox.desktop)
+ if should_autostart:
+ if os.path.exists(DESKTOP_FILE):
+ if not os.path.exists(autostart_dir):


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/caja-dropbox.git/commitdiff/731add456fb630d141deaf293bf771f50b2451f3

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


[packages/caja-dropbox] - release 2 (by relup.sh)

2014-03-25 Thread glen
commit 731add456fb630d141deaf293bf771f50b2451f3
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Mar 25 21:52:12 2014 +

- release 2 (by relup.sh)

 caja-dropbox.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/caja-dropbox.spec b/caja-dropbox.spec
index 82c2104..8461669 100644
--- a/caja-dropbox.spec
+++ b/caja-dropbox.spec
@@ -2,7 +2,7 @@ Summary:Dropbox extension for Caja
 Summary(pl.UTF-8): Rozszerzenie Dropbox dla Caja
 Name:  caja-dropbox
 Version:   1.7.90
-Release:   1
+Release:   2
 License:   GPL v2 with exceptions
 Group: X11/Applications
 Source0:   
http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/caja-dropbox.git/commitdiff/731add456fb630d141deaf293bf771f50b2451f3

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


[packages/yelp-tools] Update to 3.12.0

2014-03-25 Thread megabajt
commit 6570d916ea7ac2042b16466ca4776c1be15b403f
Author: Marcin Banasiak marcin.banas...@gmail.com
Date:   Tue Mar 25 22:58:39 2014 +0100

Update to 3.12.0

 yelp-tools.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yelp-tools.spec b/yelp-tools.spec
index 5539bd4..b32ac22 100644
--- a/yelp-tools.spec
+++ b/yelp-tools.spec
@@ -1,12 +1,12 @@
 Summary:   Tools to create, manage, and publish documentation for Yelp
 Summary(pl.UTF-8): Narzędzia do tworzenia, zarządzania i publikowania 
dokumentacji dla Yelpa
 Name:  yelp-tools
-Version:   3.10.0
+Version:   3.12.0
 Release:   1
 License:   GPL v2+
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: c71f6f1cc455b9d7343dc489a1a5aadb
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: f65fc6f6b88387985f043d3f73a0e434
 URL:   http://projects.gnome.org/yelp/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yelp-tools.git/commitdiff/6570d916ea7ac2042b16466ca4776c1be15b403f

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


DISTFILES: yelp-tools: yelp-tools-3.12.0.tar.xz

2014-03-25 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/3.12/yelp-tools-3.12.0.tar.xz
f65fc6f6b88387985f043d3f73a0e434  yelp-tools-3.12.0.tar.xz
Size: 202592 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/yelp-xsl] Update to 3.12.0

2014-03-25 Thread megabajt
commit c7ea138ba89060dfa0f49a88c67f3234318b034b
Author: Marcin Banasiak marcin.banas...@gmail.com
Date:   Tue Mar 25 23:00:25 2014 +0100

Update to 3.12.0

 yelp-xsl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/yelp-xsl.spec b/yelp-xsl.spec
index 671bfeb..cc67072 100644
--- a/yelp-xsl.spec
+++ b/yelp-xsl.spec
@@ -1,12 +1,12 @@
 Summary:   XSL stylesheets for the Yelp help browser
 Summary(pl.UTF-8): Arkusze styli XSL dla przeglądarki pomocy Yelp
 Name:  yelp-xsl
-Version:   3.10.1
+Version:   3.12.0
 Release:   1
 License:   LGPL v2+
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.10/%{name}-%{version}.tar.xz
-# Source0-md5: ce22edbedc8c223960953689c677a6de
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.12/%{name}-%{version}.tar.xz
+# Source0-md5: 662317dc4f6aeafce0d4ffb2b3766115
 URL:   http://projects.gnome.org/yelp/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/yelp-xsl.git/commitdiff/c7ea138ba89060dfa0f49a88c67f3234318b034b

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


DISTFILES: yelp-xsl: yelp-xsl-3.12.0.tar.xz

2014-03-25 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.12/yelp-xsl-3.12.0.tar.xz
662317dc4f6aeafce0d4ffb2b3766115  yelp-xsl-3.12.0.tar.xz
Size: 564456 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/poldek] remove superfluous BR: libsemanage-devel

2014-03-25 Thread draenog
commit a8e42a49dda5bd6de668f6ad40f16142eca89ed5
Author: Kacper Kornet drae...@pld-linux.org
Date:   Wed Mar 26 01:06:20 2014 +

remove superfluous BR: libsemanage-devel

The failed builds are the result of missing R: in rpm-devel.

 poldek.spec | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/poldek.spec b/poldek.spec
index 8014395..32f6bbe 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -60,7 +60,6 @@ BuildRequires:bzip2-devel
 BuildRequires: check-devel
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
-BuildRequires: libsemanage-devel
 BuildRequires: libtool
 BuildRequires: libxml2-devel
 BuildRequires: neon-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/a8e42a49dda5bd6de668f6ad40f16142eca89ed5

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


[packages/poldek] gettextize to replace config.rpath

2014-03-25 Thread draenog
commit 5c81138ae5d95ca0d538803563eee07c49581e6d
Author: Kacper Kornet drae...@pld-linux.org
Date:   Wed Mar 26 01:02:05 2014 +

gettextize to replace config.rpath

config.rpath present in sources doesn't know about lib64 directories.
In the result libtool in x86_64 didn't expand dependent libraries.

 poldek.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/poldek.spec b/poldek.spec
index bebd314..8014395 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -230,6 +230,7 @@ find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs 
-0 -r -l512 rm -f
 chmod u+x ./configure ./doc/conf-xml2.sh
 
 %build
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoheader}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/a8e42a49dda5bd6de668f6ad40f16142eca89ed5

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


[packages/poldek] remove also static selinux libraries from BRs

2014-03-25 Thread draenog
commit c12d2d305026c1bc37a7f6f33c6c2149ff37e233
Author: Kacper Kornet drae...@pld-linux.org
Date:   Wed Mar 26 01:22:49 2014 +

remove also static selinux libraries from BRs

 poldek.spec | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/poldek.spec b/poldek.spec
index 32f6bbe..7e6d404 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -80,8 +80,6 @@ BuildRequires:zlib-devel
 BuildRequires: %{db_pkg}-static = %{ver_db}-%{ver_db_rel}
 BuildRequires: bzip2-static
 BuildRequires: glibc-static
-BuildRequires: libselinux-static
-BuildRequires: libsemanage-static
 BuildRequires: libxml2-static
 BuildRequires: ncurses-static
 BuildRequires: openssl-static


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/c12d2d305026c1bc37a7f6f33c6c2149ff37e233

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


[packages/rpm] add selinux to devel and static subpackages

2014-03-25 Thread draenog
commit c7b2d5f971ba5702060c8b8bab1f4af942acf67f
Author: Kacper Kornet drae...@pld-linux.org
Date:   Wed Mar 26 01:47:52 2014 +

add selinux to devel and static subpackages

 rpm.spec | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index 5e735aa..938c1f4 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -481,7 +481,11 @@ Requires:  bzip2-devel
 Requires:  elfutils-devel
 %{?with_keyutils:Requires: keyutils-devel}
 Requires:  libmagic-devel
-%{?with_selinux:Requires:  libselinux-devel}
+%if %{with selinux}
+Requires:  libselinux-devel
+Requires:  libsemanage-devel
+Requires:  libsepol-devel
+%endif
 Requires:  popt-devel = %{reqpopt_ver}
 Requires:  zlib-devel
 
@@ -545,6 +549,11 @@ Requires:  bzip2-static
 Requires:  elfutils-static
 %{?with_keyutils:Requires: keyutils-static}
 Requires:  libmagic-static
+%if %{with selinux}
+Requires:  libselinux-static
+Requires:  libsemanage-static
+Requires:  libsepol-static
+%endif
 Requires:  popt-static = %{reqpopt_ver}
 Requires:  zlib-static
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/c7b2d5f971ba5702060c8b8bab1f4af942acf67f

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


[packages/gdk-pixbuf2] - updated to 2.30.7

2014-03-25 Thread qboosh
commit 2aecb87bb97dd089b0435c2e072374f34b3e9417
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Mar 26 04:59:40 2014 +0100

- updated to 2.30.7

 gdk-pixbuf2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec
index fc3f264..aae8abc 100644
--- a/gdk-pixbuf2.spec
+++ b/gdk-pixbuf2.spec
@@ -8,12 +8,12 @@
 Summary:   An image loading and scaling library
 Summary(pl.UTF-8): Biblioteka ładująca i skalująca obrazki
 Name:  gdk-pixbuf2
-Version:   2.30.6
+Version:   2.30.7
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbuf-%{version}.tar.xz
-# Source0-md5: eac7e50ac656637206cf5a91351b59f9
+# Source0-md5: 1195d26f14adfe99ff0878d37678a70a
 Patch0:%{name}-png-nodep.patch
 URL:   http://developer.gnome.org/gdk-pixbuf/
 BuildRequires: autoconf = 2.63


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdk-pixbuf2.git/commitdiff/2aecb87bb97dd089b0435c2e072374f34b3e9417

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


DISTFILES: gdk-pixbuf2: gdk-pixbuf-2.30.7.tar.xz

2014-03-25 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.7.tar.xz
1195d26f14adfe99ff0878d37678a70a  gdk-pixbuf-2.30.7.tar.xz
Size: 1329096 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/crossmingw32-gdk-pixbuf2] - updated to 2.30.7

2014-03-25 Thread qboosh
commit 3b977e5191550c2e36f3349968051d12af3241b8
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Wed Mar 26 05:04:27 2014 +0100

- updated to 2.30.7

 crossmingw32-gdk-pixbuf2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-gdk-pixbuf2.spec b/crossmingw32-gdk-pixbuf2.spec
index 0eddc1d..c661eb0 100644
--- a/crossmingw32-gdk-pixbuf2.spec
+++ b/crossmingw32-gdk-pixbuf2.spec
@@ -5,12 +5,12 @@
 Summary:   An image loading and scaling library - cross MinGW32 version
 Summary(pl.UTF-8): Biblioteka ładująca i skalująca obrazki - wersja 
skrośna MinGW32
 Name:  crossmingw32-gdk-pixbuf2
-Version:   2.30.6
+Version:   2.30.7
 Release:   1
 License:   LGPL v2+
 Group: Development/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbuf-%{version}.tar.xz
-# Source0-md5: eac7e50ac656637206cf5a91351b59f9
+# Source0-md5: 1195d26f14adfe99ff0878d37678a70a
 Patch0:gdk-pixbuf2-png-nodep.patch
 Patch1:gdk-pixbuf2-gdip.patch
 URL:   http://developer.gnome.org/gdk-pixbuf/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gdk-pixbuf2.git/commitdiff/3b977e5191550c2e36f3349968051d12af3241b8

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