[packages/virt-manager] - won't even start without python-ipaddr, libvirt-glib and spice-gtk, added Rs, release 5

2013-07-22 Thread hawk
commit e0a77bc7af83e801782dc16c9013921efafb9884
Author: Marcin Krol h...@tld-linux.org
Date:   Mon Jul 22 12:41:29 2013 +

- won't even start without python-ipaddr, libvirt-glib and spice-gtk,
  added Rs, release 5

 virt-manager.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/virt-manager.spec b/virt-manager.spec
index 66ae381..ffe07b2 100644
--- a/virt-manager.spec
+++ b/virt-manager.spec
@@ -2,7 +2,7 @@ Summary:Virtual Machine Manager
 Summary(pl.UTF-8): Zarządca maszyn wirtualnych
 Name:  virt-manager
 Version:   0.10.0
-Release:   4
+Release:   5
 Epoch: 1
 License:   GPL v2+
 Group: Applications/Emulators
@@ -20,17 +20,20 @@ Requires(post,postun):  gtk-update-icon-cache
 Requires:  gtk+3 = 3.0
 Requires:  gtk3-vnc = 0.4.3
 Requires:  hicolor-icon-theme
+Requires:  libvirt-glib
 Requires:  python-dbus = 0.84.0
 Requires:  python-gnome-desktop-librsvg = 2.32.0
 Requires:  python-gnome-gconf = 2.28.1
+Requires:  python-ipaddr
 Requires:  python-libvirt = 0.9.6
+Requires:  python-ipaddr
 Requires:  python-pygobject3
 Requires:  python-virtinst = %{epoch}:%{version}-%{release}
+Requires:  spice-gtk
 Requires:  vte = 0.34
 Suggests:  gnome-keyring = 0.4.9
 Suggests:  python-gnome-desktop-keyring = 2.15.4
 Suggests:  python-libguestfs = 1.12.0
-Suggests:  spice-gtk
 ExclusiveArch: %{ix86} %{x8664} ia64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/virt-manager.git/commitdiff/e0a77bc7af83e801782dc16c9013921efafb9884

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


[packages/libvirt] - add 10 seconds timeout to udevadm settle called by libvirtd, workarounds libvirt bug (details of

2013-07-22 Thread hawk
commit 7448c7c998d4c36e8e260e0cba66bf347f11f5cf
Author: Marcin Krol h...@tld-linux.org
Date:   Mon Jul 22 13:06:09 2013 +

- add 10 seconds timeout to udevadm settle called by libvirtd,
  workarounds libvirt bug (details of problem available here:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663931#68
  note: problem seems old and all major distros uses this fix,
  its weird that upstream hasn't fixed it already)

 libvirt-udevadm-settle.patch | 12 
 libvirt.spec |  4 +++-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/libvirt.spec b/libvirt.spec
index 69d2037..d3a9ce2 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -34,7 +34,7 @@ Summary:  Toolkit to interact with virtualization 
capabilities
 Summary(pl.UTF-8): Narzędzia współpracujące z funkcjami wirtualizacji
 Name:  libvirt
 Version:   1.1.0
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   ftp://ftp.libvirt.org/libvirt/%{name}-%{version}.tar.gz
@@ -46,6 +46,7 @@ Patch1:   %{name}-lxc.patch
 Patch2:%{name}-qemu-acl.patch
 Patch3:%{name}-xend.patch
 Patch4:virtlockd.init.patch
+Patch5:%{name}-udevadm-settle.patch
 URL:   http://www.libvirt.org/
 BuildRequires: audit-libs-devel
 BuildRequires: augeas-devel
@@ -428,6 +429,7 @@ Sondy systemtap/dtrace dla libvirt.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # weird translations
 %{__rm} po/{my,eu_ES}.{po,gmo}
diff --git a/libvirt-udevadm-settle.patch b/libvirt-udevadm-settle.patch
new file mode 100644
index 000..a645d9f
--- /dev/null
+++ b/libvirt-udevadm-settle.patch
@@ -0,0 +1,12 @@
+diff -urP libvirt-1.1.0.orig/src/util/virutil.c 
libvirt-1.1.0/src/util/virutil.c
+--- libvirt-1.1.0.orig/src/util/virutil.c  2013-07-01 03:08:36.0 
+
 libvirt-1.1.0/src/util/virutil.c   2013-07-22 12:58:14.053179206 +
+@@ -1419,7 +1419,7 @@
+ void virFileWaitForDevices(void)
+ {
+ # ifdef UDEVADM
+-const char *const settleprog[] = { UDEVADM, settle, NULL };
++const char *const settleprog[] = { UDEVADM, settle, --timeout=10 , 
NULL };
+ # else
+ const char *const settleprog[] = { UDEVSETTLE, NULL };
+ # endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvirt.git/commitdiff/7448c7c998d4c36e8e260e0cba66bf347f11f5cf

___
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] taskwarrior hack

2013-07-22 Thread wiget
commit 5a70128ca952487fe7416936f8cc49c82e47f802
Author: Artur Frysiak ar...@frysiak.net
Date:   Mon Jul 22 16:24:18 2013 +0200

taskwarrior hack

 pldnotify.awk | 5 +
 1 file changed, 5 insertions(+)
---
diff --git a/pldnotify.awk b/pldnotify.awk
index 762a743..30f9786 100755
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -319,6 +319,11 @@ function get_links(url,filename,   
errno,link,oneline,retval,odp,wholeodp,lowero
d(hackage haskell tarball url, mungled url to:  url)
}
 
+   if (url ~/^http:\/\/www.taskwarrior.org\/download\//) {
+   url = 
http://taskwarrior.org/projects/taskwarrior/wiki/Download;
+   d(taskwarrior tarball url, mungled url to:  url)
+   }
+
d(Retrieving:  url)
user_agent = Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) 
Gecko/20100129 PLD/3.0 (Th) Iceweasel/3.6
cmd = wget -t 2 -T 45 --user-agent \ user_agent \ -nv -O - \ url 
\ --passive-ftp --no-check-certificate   tmpfile  2  tmpfileerr


 gitweb:

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

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


DISTFILES: dwz: dwz-0.11.tar.bz2

2013-07-22 Thread pluto

Files fetched: 1

STORED: no-url://dwz-0.11.tar.bz2
69944ddd03b259eace1370e94e6dd955  dwz-0.11.tar.bz2
Size: 91056 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/ewebkit] - added harfbuzz-icu patch (fixes build with harfbuzz icu API in separate library) - release .2

2013-07-22 Thread qboosh
commit 295377d60ef05f10e5845a2f0ae6ef38759c22e5
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 18:28:26 2013 +0200

- added harfbuzz-icu patch (fixes build with harfbuzz icu API in separate 
library)
- release .2

 ewebkit-harfbuzz-icu.patch | 36 
 ewebkit.spec   |  4 +++-
 2 files changed, 39 insertions(+), 1 deletion(-)
---
diff --git a/ewebkit.spec b/ewebkit.spec
index 2806328..64982ba 100644
--- a/ewebkit.spec
+++ b/ewebkit.spec
@@ -3,12 +3,13 @@ Summary(pl.UTF-8):WebKit-EFL - silnik WWW dla aplikacji 
EFL
 Name:  ewebkit
 Version:   0
 %definesubver  r127150
-Release:   0.%{subver}.1
+Release:   0.%{subver}.2
 License:   BSD
 Group: Libraries
 Source0:   
http://packages.profusion.mobi/webkit-efl/webkit-efl-svn-%{subver}.tar.bz2
 # Source0-md5: 54332bd571a23d44e32837f4fa3a1c76
 Patch0:%{name}-lib.patch
+Patch1:%{name}-harfbuzz-icu.patch
 URL:   http://trac.enlightenment.org/e/wiki/EWebKit
 BuildRequires: bison
 BuildRequires: cairo-devel = 1.10
@@ -91,6 +92,7 @@ Pliki nagłówkowe biblioteki WebKit-EFL.
 %prep
 %setup -q -n webkit-efl-svn-%{subver}
 %patch0 -p1
+%patch1 -p1
 
 %build
 # replace -g2 with -g1 to not run into 4 GB ar format limit
diff --git a/ewebkit-harfbuzz-icu.patch b/ewebkit-harfbuzz-icu.patch
new file mode 100644
index 000..a5a8914
--- /dev/null
+++ b/ewebkit-harfbuzz-icu.patch
@@ -0,0 +1,36 @@
+--- webkit-efl-svn-r127150/Source/cmake/FindHarfBuzz.cmake.orig
2012-08-30 20:44:46.0 +0200
 webkit-efl-svn-r127150/Source/cmake/FindHarfBuzz.cmake 2013-07-21 
15:10:41.231121247 +0200
+@@ -33,14 +33,20 @@
+ INCLUDE(FindPkgConfig)
+ 
+ PKG_CHECK_MODULES(PC_HARFBUZZ harfbuzz=0.9.0)
++PKG_CHECK_MODULES(PC_HARFBUZZ_ICU harfbuzz-icu)
+ 
+ FIND_PATH(HARFBUZZ_INCLUDE_DIRS NAMES hb.h
+   HINTS ${PC_HARFBUZZ_INCLUDE_DIRS} ${PC_HARFBUZZ_INCLUDEDIR}
+ )
+ 
+-FIND_LIBRARY(HARFBUZZ_LIBRARIES NAMES harfbuzz
++FIND_LIBRARY(HARFBUZZ_LIBRARY NAMES harfbuzz
+   HINTS ${PC_HARFBUZZ_LIBRARY_DIRS} ${PC_HARFBUZZ_LIBDIR}
+ )
+ 
++FIND_LIBRARY(HARFBUZZ_ICU_LIBRARY NAMES harfbuzz-icu
++  HINTS ${PC_HARFBUZZ_ICU_LIBRARY_DIRS} ${PC_HARFBUZZ_ICU_LIBDIR}
++)
++SET(HARFBUZZ_LIBRARIES ${HARFBUZZ_ICU_LIBRARY} ${HARFBUZZ_LIBRARY})
++
+ INCLUDE(FindPackageHandleStandardArgs)
+ FIND_PACKAGE_HANDLE_STANDARD_ARGS(HarfBuzz DEFAULT_MSG HARFBUZZ_INCLUDE_DIRS 
HARFBUZZ_LIBRARIES)
+--- webkit-efl-svn-r127150/Source/WebCore/PlatformEfl.cmake.orig   
2012-08-30 20:44:46.0 +0200
 webkit-efl-svn-r127150/Source/WebCore/PlatformEfl.cmake2013-07-21 
21:19:51.196858362 +0200
+@@ -167,7 +167,8 @@
+   platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp
+ )
+ LIST(APPEND WebCore_LIBRARIES
+-  ${HARFBUZZ_LIBRARIES}
++  ${HARFBUZZ_ICU_LIBRARY}
++  ${HARFBUZZ_LIBRARY}
+ )
+   ENDIF ()
+ ENDIF ()


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ewebkit.git/commitdiff/295377d60ef05f10e5845a2f0ae6ef38759c22e5

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


[packages/dwz] updated to 0.11.

2013-07-22 Thread pluto
commit 4e07ed19d1a08a97282373fcc19ac8c17a975c7e
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Mon Jul 22 18:17:53 2013 +0200

updated to 0.11.

 dwz.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dwz.spec b/dwz.spec
index b75fb1d..37ebfdf 100644
--- a/dwz.spec
+++ b/dwz.spec
@@ -1,6 +1,6 @@
 Summary:   DWARF optimization and duplicate removal tool
 Name:  dwz
-Version:   0.6
+Version:   0.11
 Release:   1
 License:   GPL v2+ and GPL v3+
 Group: Development/Tools
@@ -9,7 +9,7 @@ Group:  Development/Tools
 #   | bzip2 -9  %{name}-%{version}.tar.bz2
 # using fedora tarballs from http://pkgs.fedoraproject.org/repo/pkgs/dwz/
 Source0:   %{name}-%{version}.tar.bz2
-# Source0-md5: e72adeacdae79647f34f139f7957bcb1
+# Source0-md5: 69944ddd03b259eace1370e94e6dd955
 BuildRequires: elfutils-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dwz.git/commitdiff/4e07ed19d1a08a97282373fcc19ac8c17a975c7e

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


[packages/xen] - fix building documentation with latest perl and texinfo - replace our xendomains script with one f

2013-07-22 Thread baggins
commit e9dbc55173098ecca52e6100d985964c3d0e0b0c
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Mon Jul 22 18:13:50 2013 +0200

- fix building documentation with latest perl and texinfo
- replace our xendomains script with one from debian (much cleaner and 
simpler)
- added xendomains systemd service
- package all files under /usr/lib/xen/bin on all archs

 xen-doc.patch  | 114 +++
 xen-init-list  |  77 
 xen-toolstack  |  33 
 xen.spec   |  22 ++-
 xendomains.init| 552 +++--
 xendomains.service |  16 ++
 xendomains.sh  | 220 +
 7 files changed, 677 insertions(+), 357 deletions(-)
---
diff --git a/xen.spec b/xen.spec
index c120a63..02105d2 100644
--- a/xen.spec
+++ b/xen.spec
@@ -65,6 +65,8 @@ Source39: xend.service
 Source40:  xend.tmpfiles
 Source41:  xen-watchdog.service
 Source42:  xen-dom0-modules-load.conf
+Source43:  xendomains.sh
+Source44:  xendomains.service
 # sysvinit scripts
 Source50:  xend.init
 Source51:  xenconsoled.init
@@ -76,6 +78,8 @@ Source56: xen.tmpfiles
 Source57:  xen.cfg
 Source58:  xen.efi-boot-update
 Source59:  vif-openvswitch
+Source60:  xen-init-list
+Source61:  xen-toolstack
 Patch0:%{name}-python_scripts.patch
 Patch1:%{name}-symbols.patch
 Patch2:%{name}-curses.patch
@@ -93,6 +97,7 @@ Patch12:  %{name}-scripts-locking.patch
 Patch13:   %{name}-close_lockfd_after_lock_attempt.patch
 Patch14:   %{name}-librt.patch
 Patch15:   %{name}-ulong.patch
+Patch16:   %{name}-doc.patch
 URL:   http://www.xen.org/products/xenhyp.html
 %{?with_opengl:BuildRequires:  OpenGL-devel}
 %{?with_sdl:BuildRequires: SDL-devel = 1.2.1}
@@ -381,6 +386,7 @@ Nadzorca Xen w postaci, która może być uruchomiona wprost z 
firmware
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 # stubdom sources
 ln -s %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} stubdom
@@ -455,6 +461,8 @@ install %{SOURCE39} 
$RPM_BUILD_ROOT%{systemdunitdir}/xend.service
 install %{SOURCE40} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/xend.conf
 install %{SOURCE41} $RPM_BUILD_ROOT%{systemdunitdir}/xen-watchdog.service
 install %{SOURCE42} $RPM_BUILD_ROOT/etc/modules-load.d/xen-dom0.conf
+install %{SOURCE43} $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/bin/xendomains.sh
+install %{SOURCE44} $RPM_BUILD_ROOT%{systemdunitdir}/xendomains.service
 # sysvinit scripts
 %{__rm} $RPM_BUILD_ROOT/etc/rc.d/init.d/*
 install %{SOURCE50} $RPM_BUILD_ROOT/etc/rc.d/init.d/xend
@@ -465,6 +473,9 @@ install %{SOURCE54} 
$RPM_BUILD_ROOT/etc/rc.d/init.d/xendomains
 install %{SOURCE55} $RPM_BUILD_ROOT/etc/logrotate.d/xen
 install %{SOURCE56} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/xen.conf
 
+install %{SOURCE60} $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/bin/xen-init-list
+install %{SOURCE61} $RPM_BUILD_ROOT%{_prefix}/lib/%{name}/bin/xen-toolstack
+
 %if %{with efi}
 install %{SOURCE57} $RPM_BUILD_ROOT/etc/efi-boot/xen.cfg
 sed -e's;@libdir@;%{_libdir};g' -e's;@target_cpu@;%{_target_cpu};g' \
@@ -508,7 +519,7 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/chkconfig --add xenconsoled
 /sbin/chkconfig --add xenstored
 /sbin/chkconfig --add xendomains
-%systemd_post xen-watchdog.service xenconsoled.service xenstored.service
+%systemd_post xen-watchdog.service xenconsoled.service xenstored.service 
xendomains.service
 
 %preun
 if [ $1 = 0 ]; then
@@ -524,7 +535,7 @@ if [ $1 = 0 ]; then
%service xen-watchdog stop
/sbin/chkconfig --del xen-watchdog
 fi
-%systemd_preun xen-watchdog.service xenconsoled.service xenstored.service
+%systemd_preun xen-watchdog.service xenconsoled.service xenstored.service 
xendomains.service
 
 %postun
 %systemd_reload
@@ -554,7 +565,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING README* docs/misc/* 
+%doc COPYING README* docs/misc/*
 %doc docs/html/*
 %doc tools/qemu-xen-dir/*.html
 %doc _doc/*
@@ -576,6 +587,7 @@ fi
 %{systemdunitdir}/xen-watchdog.service
 %{systemdunitdir}/xenconsoled.service
 %{systemdunitdir}/xenstored.service
+%{systemdunitdir}/xendomains.service
 %dir %{_sysconfdir}/xen
 %dir %{_sysconfdir}/xen/auto
 %dir %{_sysconfdir}/xen/examples
@@ -625,9 +637,7 @@ fi
 %if %{_lib} != lib
 %dir %{_prefix}/lib/%{name}
 %dir %{_prefix}/lib/%{name}/bin
-%attr(755,root,root) %{_prefix}/lib/%{name}/bin/qemu-dm
-%attr(755,root,root) %{_prefix}/lib/%{name}/bin/stubdom-dm
-%attr(755,root,root) %{_prefix}/lib/%{name}/bin/stubdompath.sh
+%attr(755,root,root) %{_prefix}/lib/%{name}/bin/*
 %endif
 %dir %{_prefix}/lib/%{name}/boot
 %{_prefix}/lib/%{name}/boot/ioemu-stubdom.gz
diff --git a/xen-doc.patch b/xen-doc.patch
new file mode 100644
index 000..1f185b0
--- /dev/null
+++ b/xen-doc.patch
@@ -0,0 +1,114 @@
+diff -ur xen-4.2.2/docs/man/xl.cfg.pod.5 xen-4.2.2.doc/docs/man/xl.cfg.pod.5
+--- xen-4.2.2/docs/man/xl.cfg.pod.52013-04-23 

[packages/samba4] - added triggers to readd initscripts removed by old uninstalled packages - rel 2

2013-07-22 Thread baggins
commit 7a0a86a00bd4c732cf30fdffee0986f498d165c8
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Mon Jul 22 19:26:56 2013 +0200

- added triggers to readd initscripts removed by old uninstalled packages
- rel 2

 samba4.spec | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/samba4.spec b/samba4.spec
index d269466..16d97ef 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -18,7 +18,7 @@ Summary:  Active Directory server
 Summary(pl.UTF-8): Serwer Active Directory
 Name:  samba4
 Version:   4.0.7
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL v3
 Group: Networking/Daemons
@@ -922,6 +922,11 @@ fi
 %postun -n samba3-server
 %systemd_reload
 
+%triggerpostun -n samba3-server -- samba  1:4.0.0-1
+/sbin/chkconfig --add smb
+%service smb restart Samba3 daemons
+%systemd_post smb.service nmb.service
+
 %post -n samba3-winbind
 /sbin/chkconfig --add winbind
 %service winbind restart Winbind daemon
@@ -937,6 +942,11 @@ fi
 %postun -n samba3-winbind
 %systemd_reload
 
+%triggerpostun -n samba3-winbind -- samba-winbind  1:4.0.0-1
+/sbin/chkconfig --add winbind
+%service winbind restart Winbind daemon
+%systemd_post winbind.service
+
 %post -n samba3-swat
 %service -q rc-inetd reload
 
@@ -956,6 +966,11 @@ if [ $1 = 0 ]; then
%service -q ldap restart
 fi
 
+%triggerpostun -n openldap-schema-samba3 -- openldap-schema-samba  1:4.0.0-1
+# dependant schemas: cosine(uid) inetorgperson(displayName) nis(gidNumber)
+%openldap_schema_register %{schemadir}/samba.schema -d cosine,inetorgperson,nis
+%service -q ldap restart
+
 %files
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) /etc/env.d/LDB_MODULES_PATH


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/samba4.git/commitdiff/7a0a86a00bd4c732cf30fdffee0986f498d165c8

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


[packages/elementary] - updated to 1.7.7

2013-07-22 Thread qboosh
commit 429c96cb20baee40da7c396fc59d896106ea9707
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 19:46:04 2013 +0200

- updated to 1.7.7

 elementary.spec | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/elementary.spec b/elementary.spec
index fb0b2f0..a4ac696 100644
--- a/elementary.spec
+++ b/elementary.spec
@@ -7,23 +7,23 @@
 %bcond_without ewebkit # Web (WebKit) support
 #
 
-%defineecore_ver   1.7.6
-%defineedbus_ver   1.7.6
-%defineedje_ver1.7.6
-%defineeet_ver 1.7.6
-%defineefreet_ver  1.7.6
-%defineeina_ver1.7.6
-%defineevas_ver1.7.6
+%defineecore_ver   1.7.7
+%defineedbus_ver   1.7.7
+%defineedje_ver1.7.7
+%defineeet_ver 1.7.7
+%defineefreet_ver  1.7.7
+%defineeina_ver1.7.7
+%defineevas_ver1.7.7
 
 Summary:   Basic widget set
 Summary(pl.UTF-8): Zestaw prostych widżetów
 Name:  elementary
-Version:   1.7.6
-Release:   2
+Version:   1.7.7
+Release:   1
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: b9916d954ba71aa3a8735d5f37fa88c0
+# Source0-md5: 311d46446778dcd9ee8939c504283c26
 URL:   http://trac.enlightenment.org/e/wiki/Elementary
 BuildRequires: e_dbus-devel = %{edbus_ver}
 BuildRequires: ecore-con-devel = %{ecore_ver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/elementary.git/commitdiff/429c96cb20baee40da7c396fc59d896106ea9707

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


DISTFILES: elementary: elementary-1.7.7.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/elementary-1.7.7.tar.bz2
311d46446778dcd9ee8939c504283c26  elementary-1.7.7.tar.bz2
Size: 9360420 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/mono] - updated to 3.1.2 - added destdir patch (fixes mono symlink when using DESTDIR install)

2013-07-22 Thread qboosh
commit 87d578c9849650e134d83c306e191ee49e5c3d90
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 20:01:48 2013 +0200

- updated to 3.1.2
- added destdir patch (fixes mono symlink when using DESTDIR install)

 mono-destdir.patch | 11 +++
 mono.spec  | 15 +++
 2 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/mono.spec b/mono.spec
index 35f7364..3f90fc8 100644
--- a/mono.spec
+++ b/mono.spec
@@ -18,13 +18,13 @@
 Summary:   Common Language Infrastructure implementation
 Summary(pl.UTF-8): Implementacja Common Language Infrastructure
 Name:  mono
-Version:   3.0.12
+Version:   3.1.2
 Release:   1
 License:   LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, 
tools), GPL v2 (tools)
 Group: Development/Languages
 # latest downloads summary at http://download.mono-project.com/sources-stable/
 Source0:   
http://download.mono-project.com/sources/mono/%{name}-%{version}.tar.bz2
-# Source0-md5: 7833809f5ddac1b8c605d4d26789987b
+# Source0-md5: 6df8ead3d6e3bd47d2af132d2f706ce1
 Patch1:%{name}-mint.patch
 Patch2:%{name}-sonames.patch
 Patch3:%{name}-awk.patch
@@ -34,6 +34,7 @@ Patch6:   %{name}-ARG_MAX.patch
 Patch7:%{name}-fix-null-requirement.patch
 Patch8:%{name}-docs-build.patch
 Patch9:%{name}-format-security.patch
+Patch10:   %{name}-destdir.patch
 URL:   http://www.mono-project.com/
 %if %(test -r /dev/random; echo $?)
 BuildRequires: ACCESSIBLE_/dev/random
@@ -230,6 +231,7 @@ oraz dotGNU.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 # for jay
 cat  mcs/build/config-default.make 'EOF'
@@ -360,6 +362,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mconfig
 %attr(755,root,root) %{_bindir}/mdbrebase
 %attr(755,root,root) %{_bindir}/mkbundle
+%attr(755,root,root) %{_bindir}/mono-boehm
 %attr(755,root,root) %{_bindir}/mono-configuration-crypto
 %attr(755,root,root) %{_bindir}/mono-service
 %attr(755,root,root) %{_bindir}/mono-service2
@@ -381,8 +384,10 @@ rm -rf $RPM_BUILD_ROOT
 %else
 %attr(755,root,root) %{_libdir}/libmono-2.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libmono-2.0.so.1
+%attr(755,root,root) %{_libdir}/libmonoboehm-2.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmonoboehm-2.0.so.1
 %attr(755,root,root) %{_libdir}/libmonosgen-2.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libmonosgen-2.0.so.0
+%attr(755,root,root) %ghost %{_libdir}/libmonosgen-2.0.so.1
 %endif
 %attr(755,root,root) %{_libdir}/libmono-profiler-aot.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libmono-profiler-aot.so.0
@@ -551,8 +556,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmint.la
 %else
 %attr(755,root,root) %{_libdir}/libmono-2.0.so
+%attr(755,root,root) %{_libdir}/libmonoboehm-2.0.so
 %attr(755,root,root) %{_libdir}/libmonosgen-2.0.so
 %{_libdir}/libmono-2.0.la
+%{_libdir}/libmonoboehm-2.0.la
 %{_libdir}/libmonosgen-2.0.la
 %endif
 %attr(755,root,root) %{_libdir}/libmono-profiler-aot.so
@@ -683,7 +690,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_prefix}/lib/mono/2.0/*.mdb
 %{_prefix}/lib/mono/3.5/*.mdb
 %{_prefix}/lib/mono/4.5/*.mdb
-%{_prefix}/lib/mono/4.5/Facades/*.mdb
 %{_prefix}/lib/mono/gac/*/*/*.mdb
 %{_prefix}/lib/mono/mono-configuration-crypto/4.5/*.mdb
 
@@ -737,6 +743,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libmint.a
 %else
 %{_libdir}/libmono-2.0.a
+%{_libdir}/libmonoboehm-2.0.a
 %{_libdir}/libmonosgen-2.0.a
 %endif
 %{_libdir}/libmono-profiler-aot.a
diff --git a/mono-destdir.patch b/mono-destdir.patch
new file mode 100644
index 000..ba76b4a
--- /dev/null
+++ b/mono-destdir.patch
@@ -0,0 +1,11 @@
+--- mono-3.1.2/mono/mini/Makefile.am.orig  2013-07-17 02:33:58.0 
+0200
 mono-3.1.2/mono/mini/Makefile.am   2013-07-21 21:05:53.293560192 +0200
+@@ -118,7 +118,7 @@
+   ln -sf $ $@
+ 
+ install-exec-hook:
+-  ln -sf $(DESTDIR)$(bindir)/mono-$(mono_bin_suffix) 
$(DESTDIR)$(bindir)/mono
++  ln -sf mono-$(mono_bin_suffix) $(DESTDIR)$(bindir)/mono
+   (cd $(DESTDIR)$(libdir); for i in libmono$(libmono_suffix)*; do ln -sf 
$$i `echo $$i | sed s/$(libmono_suffix)//` ; done)
+ endif
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mono.git/commitdiff/87d578c9849650e134d83c306e191ee49e5c3d90

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


[packages/elemines] Created branch master

2013-07-22 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


DISTFILES: elemines: elemines-0.2.3.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/elemines-0.2.3.tar.bz2
61851b2de5c2aef3fe41381bc2c444ed  elemines-0.2.3.tar.bz2
Size: 588274 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: mono: mono-3.1.2.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: http://download.mono-project.com/sources/mono/mono-3.1.2.tar.bz2
6df8ead3d6e3bd47d2af132d2f706ce1  mono-3.1.2.tar.bz2
Size: 81480600 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/elemines] - new

2013-07-22 Thread qboosh
commit e5b16b733709d3018033efba7cd532e73f5d2bf2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 20:08:39 2013 +0200

- new

 elemines.spec | 87 +++
 1 file changed, 87 insertions(+)
---
diff --git a/elemines.spec b/elemines.spec
new file mode 100644
index 000..18fa894
--- /dev/null
+++ b/elemines.spec
@@ -0,0 +1,87 @@
+%defineecore_ver   1.7.0
+%defineedje_ver1.7.0
+%defineeina_ver1.7.0
+%defineelementary_ver  1.7.0
+%defineetrophy_ver 0.5.1
+%defineevas_ver1.7.0
+
+Summary:   Elemines - EFL minesweeper clone
+Summary(pl.UTF-8): Elemines - klon sapera oparty na EFL
+Name:  elemines
+Version:   0.2.3
+Release:   1
+License:   BSD-like (code), GPL v2+ (some artwork) and SIL OFL (fonts)
+Group: Libraries
+Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+# Source0-md5: 61851b2de5c2aef3fe41381bc2c444ed
+URL:   http://enlightenment.org/
+BuildRequires: autoconf = 2.65
+BuildRequires: automake = 1:1.10
+BuildRequires: gettext-devel = 0.17
+BuildRequires: libtool = 2:2.2
+BuildRequires: ecore-devel = %{ecore_ver}
+BuildRequires: edje = %{edje_ver}
+BuildRequires: edje-devel = %{edje_ver}
+BuildRequires: eina-devel = %{eina_ver}
+BuildRequires: elementary-devel = %{elementary_ver}
+BuildRequires: etrophy-devel = %{etrophy_ver}
+BuildRequires: evas-devel = %{evas_ver}
+BuildRequires: pkgconfig
+Requires:  ecore = %{ecore_ver}
+Requires:  edje-libs = %{edje_ver}
+Requires:  eina = %{eina_ver}
+Requires:  elementary = %{elementary_ver}
+Requires:  etrophy = %{etrophy_ver}
+Requires:  evas = %{evas_ver}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Elemines is an EFL minesweeper clone.
+
+%description -l pl.UTF-8
+Elemines to klon gry w sapera oparty na bibliotekach EFL.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   --disable-silent-rules \
+   --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   icondir=%{_pixmapsdir}
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/eleminesql.la
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/elemines
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS OFL.txt README README.artwork TODO
+%attr(755,root,root) %{_bindir}/elemines
+%attr(755,root,root) %{_bindir}/eleminesql
+%attr(755,root,root) %{_libdir}/eleminesql.so
+%{_datadir}/%{name}
+%{_desktopdir}/elemines.desktop
+%{_pixmapsdir}/elemines.png
+%{_mandir}/man1/elemines.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/elemines.git/commitdiff/e5b16b733709d3018033efba7cd532e73f5d2bf2

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


[packages/expedite] - updated to 1.7.7

2013-07-22 Thread qboosh
commit fe9038a9cf7eddffa9dcbba29727a01c56a018f9
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 20:29:30 2013 +0200

- updated to 1.7.7

 expedite.spec | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/expedite.spec b/expedite.spec
index 233cbe3..6ecfb96 100644
--- a/expedite.spec
+++ b/expedite.spec
@@ -1,26 +1,26 @@
 Summary:   Evas benchmarking tool
 Summary(pl.UTF-8): Narzędzie do testowania szybkości Evas
 Name:  expedite
-Version:   1.7.6
-Release:   2
+Version:   1.7.7
+Release:   1
 License:   BSD
 Group: Applications/Graphics
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 85c2a81fcc21639d6d9bef90a912aea2
+# Source0-md5: 5a05730ea784a3888fadd62dffc2ab79
 URL:   http://trac.enlightenment.org/e/wiki/Expedite
 BuildRequires: DirectFB-devel
 BuildRequires: SDL-devel
-BuildRequires: eina-devel = 1.7.6
-BuildRequires: eet-devel = 1.7.6
-BuildRequires: evas-devel = 1.7.6
+BuildRequires: eina-devel = 1.7.7
+BuildRequires: eet-devel = 1.7.7
+BuildRequires: evas-devel = 1.7.7
 BuildRequires: libxcb-devel
 BuildRequires: pkgconfig
 BuildRequires: sed = 4.0
 BuildRequires: xcb-util-keysyms-devel
 BuildRequires: xorg-lib-libX11-devel
-Requires:  eet = 1.7.6
-Requires:  eina = 1.7.6
-Requires:  evas = 1.7.6
+Requires:  eet = 1.7.7
+Requires:  eina = 1.7.7
+Requires:  evas = 1.7.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/expedite.git/commitdiff/fe9038a9cf7eddffa9dcbba29727a01c56a018f9

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


[packages/xen] - rel 2

2013-07-22 Thread baggins
commit 63ac0a63d3ed37f7b326d1808b40598967970846
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Mon Jul 22 20:30:08 2013 +0200

- rel 2

 xen.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xen.spec b/xen.spec
index 02105d2..eaf9261 100644
--- a/xen.spec
+++ b/xen.spec
@@ -30,7 +30,7 @@ Summary:  Xen - a virtual machine monitor
 Summary(pl.UTF-8): Xen - monitor maszyny wirtualnej
 Name:  xen
 Version:   4.2.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/63ac0a63d3ed37f7b326d1808b40598967970846

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


[packages/pl] - updated to 6.4.1

2013-07-22 Thread qboosh
commit bd22d79d35472e2f97d0c75554839a277b06829f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 20:33:46 2013 +0200

- updated to 6.4.1

 pl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pl.spec b/pl.spec
index 1a64d20..3025c80 100644
--- a/pl.spec
+++ b/pl.spec
@@ -13,13 +13,13 @@
 Summary:   SWI Prolog Language
 Summary(pl.UTF-8): Język SWI Prolog
 Name:  pl
-Version:   6.4.0
+Version:   6.4.1
 Release:   1
 License:   LGPL v2.1+
 Group: Development/Languages
 #Source0Download: http://www.swi-prolog.org/download/stable
 Source0:   
http://www.swi-prolog.org/download/stable/src/%{name}-%{version}.tar.gz
-# Source0-md5: 1fe29778bef25bff8116745e56ec3b28
+# Source0-md5: e6b26e08ab1d12cfedc8729e3dc33143
 Patch0:%{name}-clib-configure.patch
 Patch1:%{name}-xpce-install.patch
 Patch2:%{name}-format.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pl.git/commitdiff/bd22d79d35472e2f97d0c75554839a277b06829f

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


DISTFILES: pl: pl-6.4.1.tar.gz

2013-07-22 Thread qboosh

Files fetched: 1

STORED: http://www.swi-prolog.org/download/stable/src/pl-6.4.1.tar.gz
e6b26e08ab1d12cfedc8729e3dc33143  pl-6.4.1.tar.gz
Size: 14616444 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: expedite: expedite-1.7.7.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/expedite-1.7.7.tar.bz2
5a05730ea784a3888fadd62dffc2ab79  expedite-1.7.7.tar.bz2
Size: 5757940 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/enlightenment] - updated to 0.17.3

2013-07-22 Thread qboosh
commit 3be4c5bcd9a4b92d9920d9926bce62b07bae2506
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 21:01:21 2013 +0200

- updated to 0.17.3

 enlightenment.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/enlightenment.spec b/enlightenment.spec
index c135b4c..a4efd5e 100644
--- a/enlightenment.spec
+++ b/enlightenment.spec
@@ -20,12 +20,12 @@ Summary:Enlightenment Window Manager
 Summary(hu.UTF-8): Enlightenment ablakkezelő
 Summary(pl.UTF-8): Zarządca okien X - Enlightenment
 Name:  enlightenment
-Version:   0.17.2.1
+Version:   0.17.3
 Release:   1
 License:   BSD
 Group: X11/Window Managers
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: a0da142a9a44540506149936bfc6e28c
+# Source0-md5: 5c3eae5c568d71217e01c8be34205bac
 Source1:   %{name}-xsession.desktop
 Source2:   enlightenmentDR17-wcnt.txt
 URL:   http://enlightenment.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/enlightenment.git/commitdiff/3be4c5bcd9a4b92d9920d9926bce62b07bae2506

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


[packages/xen] - don't restart xen services, especially xendomains

2013-07-22 Thread baggins
commit 287e668503c5bb5215b6bf5a452ff86c4cf3b5e7
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Mon Jul 22 21:01:33 2013 +0200

- don't restart xen services, especially xendomains

 xen.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/xen.spec b/xen.spec
index eaf9261..5621eba 100644
--- a/xen.spec
+++ b/xen.spec
@@ -519,6 +519,7 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/chkconfig --add xenconsoled
 /sbin/chkconfig --add xenstored
 /sbin/chkconfig --add xendomains
+NORESTART=1
 %systemd_post xen-watchdog.service xenconsoled.service xenstored.service 
xendomains.service
 
 %preun


 gitweb:

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

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


DISTFILES: enlightenment: enlightenment-0.17.3.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/enlightenment-0.17.3.tar.bz2
5c3eae5c568d71217e01c8be34205bac  enlightenment-0.17.3.tar.bz2
Size: 29332256 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-lib-libXfont: libXfont-1.4.6.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/lib/libXfont-1.4.6.tar.bz2
351a9b7348d165029bda52c9fdcb5c7a  libXfont-1.4.6.tar.bz2
Size: 489067 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/enlightenment-theme-default] - updated to 0.17.3

2013-07-22 Thread qboosh
commit 257fdcf5a30f9772bfd717631497800247480c14
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 21:22:56 2013 +0200

- updated to 0.17.3

 enlightenment-theme-default.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/enlightenment-theme-default.spec b/enlightenment-theme-default.spec
index 89a64e5..13d5483 100644
--- a/enlightenment-theme-default.spec
+++ b/enlightenment-theme-default.spec
@@ -11,12 +11,12 @@
 Summary:   Default Enlightenment themes
 Summary(pl.UTF-8): Domyślne motywy Enlightenmenta
 Name:  enlightenment-theme-default
-Version:   0.17.2.1
+Version:   0.17.3
 Release:   1
 License:   BSD
 Group: Themes
 Source0:   
http://download.enlightenment.org/releases/%{src_name}-%{version}.tar.bz2
-# Source0-md5: a0da142a9a44540506149936bfc6e28c
+# Source0-md5: 5c3eae5c568d71217e01c8be34205bac
 URL:   http://enlightenment.org/
 BuildRequires: edje
 BuildArch: noarch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/enlightenment-theme-default.git/commitdiff/257fdcf5a30f9772bfd717631497800247480c14

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


[packages/xorg-lib-libXfont] - updated to 1.4.6

2013-07-22 Thread qboosh
commit 6c5cd6ad7f6f834b94ae7352889b47de608ffd95
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 21:24:23 2013 +0200

- updated to 1.4.6

 xorg-lib-libXfont.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xorg-lib-libXfont.spec b/xorg-lib-libXfont.spec
index 2f74cff..94a8ad5 100644
--- a/xorg-lib-libXfont.spec
+++ b/xorg-lib-libXfont.spec
@@ -1,12 +1,12 @@
 Summary:   X font library used by the X server
 Summary(pl.UTF-8): Używana przez X serwer biblioteka fontów X
 Name:  xorg-lib-libXfont
-Version:   1.4.5
+Version:   1.4.6
 Release:   1
 License:   MIT
 Group: X11/Libraries
 Source0:   
http://xorg.freedesktop.org/releases/individual/lib/libXfont-%{version}.tar.bz2
-# Source0-md5: 6851da5dae0a6cf5f7c9b9e2b05dd3b4
+# Source0-md5: 351a9b7348d165029bda52c9fdcb5c7a
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-lib-libXfont.git/commitdiff/6c5cd6ad7f6f834b94ae7352889b47de608ffd95

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


[packages/xorg-lib-libpciaccess] - updated to 0.13.2

2013-07-22 Thread qboosh
commit 310fa25ae4dbd561d5cbe3ae5f060a178730b27c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Mon Jul 22 21:31:26 2013 +0200

- updated to 0.13.2

 xorg-lib-libpciaccess.spec | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/xorg-lib-libpciaccess.spec b/xorg-lib-libpciaccess.spec
index 56b1e23..8cb329f 100644
--- a/xorg-lib-libpciaccess.spec
+++ b/xorg-lib-libpciaccess.spec
@@ -1,18 +1,19 @@
 Summary:   libpciaccess library to access PCI bus and devices
 Summary(pl.UTF-8): Biblioteka libpciaccess do dostępu do szyny i urządzeń 
PCI
 Name:  xorg-lib-libpciaccess
-Version:   0.13.1
-Release:   2
+Version:   0.13.2
+Release:   1
 License:   MIT
 Group: X11/Libraries
 Source0:   
http://xorg.freedesktop.org/archive/individual/lib/libpciaccess-%{version}.tar.bz2
-# Source0-md5: 399a419ac6a54f0fc07c69c9bdf452dc
+# Source0-md5: b7c0d3afce14eedca57312a3141ec13a
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: pkgconfig = 1:0.19
 BuildRequires: xorg-util-util-macros = 1.8
+BuildRequires: zlib-devel
 # pci.ids
 Requires:  hwdata = 0.243-2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,7 +61,8 @@ Pakiet zawiera statyczną bibliotekę pciaccess.
 %{__autoheader}
 %{__automake}
 %configure \
-   --with-pciids-path=/lib/hwdata
+   --with-pciids-path=/lib/hwdata \
+   --with-zlib
 %{__make}
 
 %install


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-lib-libpciaccess.git/commitdiff/310fa25ae4dbd561d5cbe3ae5f060a178730b27c

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


DISTFILES: xorg-lib-libpciaccess: libpciaccess-0.13.2.tar.bz2

2013-07-22 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/archive/individual/lib/libpciaccess-0.13.2.tar.bz2
b7c0d3afce14eedca57312a3141ec13a  libpciaccess-0.13.2.tar.bz2
Size: 359231 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/xen] - rel 3

2013-07-22 Thread baggins
commit 36bd36292492b35050fa415eba7fe1c745b05471
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Mon Jul 22 22:07:39 2013 +0200

- rel 3

 xen.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xen.spec b/xen.spec
index 5584690..a02aa6b 100644
--- a/xen.spec
+++ b/xen.spec
@@ -30,7 +30,7 @@ Summary:  Xen - a virtual machine monitor
 Summary(pl.UTF-8): Xen - monitor maszyny wirtualnej
 Name:  xen
 Version:   4.2.2
-Release:   2
+Release:   3
 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/36bd36292492b35050fa415eba7fe1c745b05471

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


[packages/libgoffice] Up to 0.10.4

2013-07-22 Thread wiget
commit 433dc507bec6654233bab1ca0d3b09e8bc9e0eb5
Author: Artur Frysiak ar...@frysiak.net
Date:   Mon Jul 22 23:23:15 2013 +0200

Up to 0.10.4

 libgoffice.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgoffice.spec b/libgoffice.spec
index da841b0..60e7c03 100644
--- a/libgoffice.spec
+++ b/libgoffice.spec
@@ -4,12 +4,12 @@
 Summary:   Glib/Gtk+ set of document centric objects and utilities
 Summary(pl.UTF-8): Zestaw zorientowanych dokumentowo obiektów i narzędzi 
Glib/Gtk+
 Name:  libgoffice
-Version:   0.10.2
+Version:   0.10.4
 Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/%{orgname}-%{version}.tar.xz
-# Source0-md5: 74c20974c2cbbf60375c8a787e2b38c4
+# Source0-md5: 93f06f8ee70d2601b158762b0a543927
 URL:   http://www.gtk.org/
 BuildRequires: autoconf = 2.54
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgoffice.git/commitdiff/433dc507bec6654233bab1ca0d3b09e8bc9e0eb5

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


DISTFILES: libgoffice: goffice-0.10.4.tar.xz

2013-07-22 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/goffice-0.10.4.tar.xz
93f06f8ee70d2601b158762b0a543927  goffice-0.10.4.tar.xz
Size: 2202540 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