[packages/glfw] - updated to 3.0.1, removed obsolete patches

2013-07-21 Thread qboosh
commit 1db7af746c58a2c6d3a8717beafb2f9ded7c2c42
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 08:01:02 2013 +0200

- updated to 3.0.1, removed obsolete patches

 glfw-libdir.patch | 71 ---
 glfw-opt.patch| 49 --
 glfw.spec | 66 ---
 3 files changed, 25 insertions(+), 161 deletions(-)
---
diff --git a/glfw.spec b/glfw.spec
index 8d23b65..b7f90a1 100644
--- a/glfw.spec
+++ b/glfw.spec
@@ -1,19 +1,21 @@
 Summary:   Free, portable framework for OpenGL application development
 Summary(pl.UTF-8): Wolnodostępny, przenośny szkielet do tworzenia 
aplikacji OpenGL
 Name:  glfw
-Version:   2.7.2
+Version:   3.0.1
 Release:   1
 License:   BSD-like
 Group: Libraries
 Source0:   http://downloads.sourceforge.net/glfw/%{name}-%{version}.tar.bz2
-# Source0-md5: bb4f33b43e40f8cd3015a653dca02ed1
-Patch0:%{name}-opt.patch
-Patch1:%{name}-libdir.patch
+# Source0-md5: fe515f10ca2201006cda4c367f1e95b5
 URL:   http://glfw.sourceforge.net/
 BuildRequires: OpenGL-GLU-devel
 BuildRequires: OpenGL-GLX-devel
-BuildRequires: libtool
+BuildRequires: cmake = 2.8
+BuildRequires: doxygen
 BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXi-devel
+BuildRequires: xorg-lib-libXrandr-devel
 BuildRequires: xorg-lib-libXxf86vm-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,7 +54,10 @@ Group:   Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  OpenGL-GLX-devel
 Requires:  xorg-lib-libX11-devel
+Requires:  xorg-lib-libXi-devel
+Requires:  xorg-lib-libXrandr-devel
 Requires:  xorg-lib-libXxf86vm-devel
+Obsoletes: glfw-static
 
 %description devel
 Header files for GLFW library.
@@ -60,43 +65,22 @@ Header files for GLFW library.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki GLFW.
 
-%package static
-Summary:   Static GLFW library
-Summary(pl.UTF-8): Statyczna biblioteka GLFW
-Group: Development/Libraries
-Requires:  %{name}-devel = %{version}-%{release}
-
-%description static
-Static GLFW library.
-
-%description static -l pl.UTF-8
-Statyczna biblioteka GLFW.
-
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-CC=%{__cc} \
-LFLAGS=%{rpmldflags} \
-CFLAGS=%{rpmcflags} \
-sh ./compile.sh
-
-%{__make} -C lib/x11 -f Makefile.x11 \
-   PREFIX=%{_prefix} \
-   LIBDIR=%{_libdir}
+install -d build
+cd build
+%cmake ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} -C lib/x11 -f Makefile.x11 dist-install \
-   DESTDIR=$RPM_BUILD_ROOT \
-   PREFIX=%{_prefix} \
-   LIBDIR=%{_libdir}
+%{__make} -C build install \
+   DESTDIR=$RPM_BUILD_ROOT
 
-install examples/{*.c,*.tga,Makefile.x11} 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install examples/{*.c,CMakeLists.txt} 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,16 +90,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING.txt readme.html
-%attr(755,root,root) %{_libdir}/libglfw.so
+%doc COPYING.txt README.md
+%attr(755,root,root) %{_libdir}/libglfw.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libglfw.so.3
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs/{Reference,UsersGuide}.pdf
-%{_includedir}/GL/glfw.h
-%{_pkgconfigdir}/libglfw.pc
+%doc docs/html/*
+%attr(755,root,root) %{_libdir}/libglfw.so
+%dir %{_includedir}/GLFW
+%{_includedir}/GLFW/glfw3*.h
+%{_pkgconfigdir}/glfw3.pc
+%{_libdir}/cmake/glfw
 %{_examplesdir}/%{name}-%{version}
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libglfw.a
diff --git a/glfw-libdir.patch b/glfw-libdir.patch
deleted file mode 100644
index ebecd06..000
--- a/glfw-libdir.patch
+++ /dev/null
@@ -1,71 +0,0 @@
 glfw-2.7.1/lib/x11/Makefile.x11.in.orig2009-11-08 20:22:48.0 
+0100
-+++ glfw-2.7.1/lib/x11/Makefile.x11.in 2011-07-30 19:24:16.657456597 +0200
-@@ -3,7 +3,8 @@
- # Installation prefix (default to /usr/local)
- ##
- PREFIX ?= /usr/local
--
-+LIBDIR ?= $(PREFIX)/lib
-+DESTDIR ?= 
- 
- ##
- # Default: Build GLFW static library
-@@ -26,25 +27,25 @@ HEADERS = ../../include/GL/glfw.h ..
- # Install GLFW static library
- ##
- install: libglfw.a libglfw.pc
--  $(INSTALL) -d $(PREFIX)/lib
--  $(INSTALL) -c -m 644 libglfw.a $(PREFIX)/lib/libglfw.a
--  $(INSTALL) -d $(PREFIX)/include/GL
--  $(INSTALL) -c -m 644 ../../include/GL/glfw.h $(PREFIX)/include/GL/glfw.h
--  $(INSTALL) -d $(PREFIX)/lib/pkgconfig
-- 

DISTFILES: glfw: glfw-3.0.1.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/glfw/glfw-3.0.1.tar.bz2
fe515f10ca2201006cda4c367f1e95b5  glfw-3.0.1.tar.bz2
Size: 408523 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/ecore] - updated to 1.7.7

2013-07-21 Thread qboosh
commit c98cf32eb7f83c4b950ec09db5a6dc8558588d9f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 08:17:41 2013 +0200

- updated to 1.7.7

 ecore.spec | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ecore.spec b/ecore.spec
index 45dd721..20cf1ed 100644
--- a/ecore.spec
+++ b/ecore.spec
@@ -19,18 +19,18 @@
 %else
 %definexapixlib
 %endif
-%defineeina_ver1.7.6
-%defineeet_ver 1.7.6
-%defineevas_ver1.7.6
+%defineeina_ver1.7.7
+%defineeet_ver 1.7.7
+%defineevas_ver1.7.7
 Summary:   Enlightened Core X interface library
 Summary(pl.UTF-8): Biblioteka interfejsu X Enlightened Core
 Name:  ecore
-Version:   1.7.6
-Release:   2
+Version:   1.7.7
+Release:   1
 License:   BSD
 Group: X11/Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: ea332206aa4919620e4ad436c9061164
+# Source0-md5: 083bc8f50c06157ae1836a9c54100ff6
 URL:   http://trac.enlightenment.org/e/wiki/Ecore
 BuildRequires: DirectFB-devel = 0.9.16
 BuildRequires: SDL-devel = 1.2.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ecore.git/commitdiff/c98cf32eb7f83c4b950ec09db5a6dc8558588d9f

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


DISTFILES: ecore: ecore-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/ecore-1.7.7.tar.bz2
083bc8f50c06157ae1836a9c54100ff6  ecore-1.7.7.tar.bz2
Size: 3460946 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/rapidxml] Created branch master

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

Summary of new commits:

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


[packages/rapidxml] - new

2013-07-21 Thread qboosh
commit ddf2157bab7061adf7309474abcacac65059d19f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 08:19:08 2013 +0200

- new

 rapidxml.spec | 43 +++
 1 file changed, 43 insertions(+)
---
diff --git a/rapidxml.spec b/rapidxml.spec
new file mode 100644
index 000..da13ca5
--- /dev/null
+++ b/rapidxml.spec
@@ -0,0 +1,43 @@
+Summary:   RapidXML - fast XML parser written in C++
+Summary(pl.UTF-8): RapidXML - szybki parser XML napisany w C++
+Name:  rapidxml
+Version:   1.13
+Release:   1
+License:   Boost Software License v1.0 or MIT
+Group: Development/Libraries
+Source0:   http://downloads.sourceforge.net/rapidxml/%{name}-%{version}.zip
+# Source0-md5: 7b4b42c9331c90aded23bb55dc725d6a
+URL:   http://rapidxml.sourceforge.net/
+Requires:  libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+RapidXml is an attempt to create the fastest XML parser possible,
+while retaining useability, portability and reasonable W3C
+compatibility. It is an in-situ parser written in modern C++, with
+parsing speed approaching that of strlen function executed on the same
+data.
+
+%description -l pl.UTF-8
+RapidXml to próba stworzenia możliwie najszybszego parsera XML przy
+zachowaniu użyteczności, przenośności i rozsądnej zgodności z W3C.
+Jest to parser napisany w nowoczesnym C++ z szybkością analizowania
+zbliżającą się do szybkości funkcji strlen wywołanej na tych samych
+danych.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}/rapidxml
+
+install rapidxml*.hpp $RPM_BUILD_ROOT%{_includedir}/rapidxml
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc license.txt manual.html
+%{_includedir}/rapidxml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rapidxml.git/commitdiff/ddf2157bab7061adf7309474abcacac65059d19f

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


DISTFILES: rapidxml: rapidxml-1.13.zip

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/rapidxml/rapidxml-1.13.zip
7b4b42c9331c90aded23bb55dc725d6a  rapidxml-1.13.zip
Size: 44163 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/eio] - updated to 1.7.7

2013-07-21 Thread qboosh
commit 15ec2b174f762fe9cd5f7d9638da2c408c7b7b4c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 08:37:18 2013 +0200

- updated to 1.7.7

 eio.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/eio.spec b/eio.spec
index 6fa32a9..27fa8b7 100644
--- a/eio.spec
+++ b/eio.spec
@@ -6,18 +6,18 @@
 # Conditional build:
 %bcond_without static_libs # don't build static libraries
 #
-%defineecore_ver   1.7.6
-%defineeet_ver 1.7.6
-%defineeina_ver1.7.6
+%defineecore_ver   1.7.7
+%defineeet_ver 1.7.7
+%defineeina_ver1.7.7
 Summary:   Enlightenment Input Output Library
 Summary(pl.UTF-8): Enlightenment Input Output - biblioteka wejścia/wyjścia 
z projektu Enlightenment
 Name:  eio
-Version:   1.7.6.1
+Version:   1.7.7
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 398e914b3c01077e86c79a2def666864
+# Source0-md5: 257b95fe0c45fdc8458fade2079c4b4a
 URL:   http://trac.enlightenment.org/e/wiki/Eio
 BuildRequires: ecore-devel = %{ecore_ver}
 BuildRequires: eet-devel = %{eet_ver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eio.git/commitdiff/15ec2b174f762fe9cd5f7d9638da2c408c7b7b4c

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


DISTFILES: eio: eio-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/eio-1.7.7.tar.bz2
257b95fe0c45fdc8458fade2079c4b4a  eio-1.7.7.tar.bz2
Size: 359415 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/embryo] - updated to 1.7.7

2013-07-21 Thread qboosh
commit ea848b9d8e2b5decd5ca299c5aa580b9e06971f6
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 08:46:29 2013 +0200

- updated to 1.7.7

 embryo.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/embryo.spec b/embryo.spec
index 6c42c6c..8df6500 100644
--- a/embryo.spec
+++ b/embryo.spec
@@ -5,19 +5,19 @@
 Summary:   Enlightenment Fundation Libraries - Embryo
 Summary(pl.UTF-8): Podstawowe biblioteki Enlightenmenta - Embryo
 Name:  embryo
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 0c2648f296263db10982f5349bc872a7
+# Source0-md5: bdacbbf223e3248b9ca72fc5c4ea409e
 URL:   http://trac.enlightenment.org/e/wiki/Embryo
 BuildRequires: autoconf = 2.52
 BuildRequires: automake = 1.6
-BuildRequires: eina-devel = 1.7.6
+BuildRequires: eina-devel = 1.7.7
 BuildRequires: libtool
 BuildRequires: pkgconfig = 1:0.22
-Requires:  eina = 1.7.6
+Requires:  eina = 1.7.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %undefine  __cxx
@@ -35,7 +35,7 @@ Summary:  Embryo header files
 Summary(pl.UTF-8): Pliki nagłówkowe Embryo
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  eina-devel = 1.7.6
+Requires:  eina-devel = 1.7.7
 
 %description devel
 Header files for Embryo.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/embryo.git/commitdiff/ea848b9d8e2b5decd5ca299c5aa580b9e06971f6

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


DISTFILES: embryo: embryo-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/embryo-1.7.7.tar.bz2
bdacbbf223e3248b9ca72fc5c4ea409e  embryo-1.7.7.tar.bz2
Size: 461222 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/edje] - updated to 1.7.7

2013-07-21 Thread qboosh
commit 0d7ceeefd9ff817c6ef97d43b5a9689ce82a405d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:08:03 2013 +0200

- updated to 1.7.7

 edje.spec | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/edje.spec b/edje.spec
index 9e5334f..365367a 100644
--- a/edje.spec
+++ b/edje.spec
@@ -3,21 +3,21 @@
 %bcond_without static_libs # don't build static library
 %bcond_withremix   # remix support (not used now as multisense is 
disabled)
 #
-%defineecore_ver   1.7.6
-%defineeet_ver 1.7.6
-%defineeina_ver1.7.6
-%defineeio_ver 1.7.6
-%defineembryo_ver  1.7.6
-%defineevas_ver1.7.6
+%defineecore_ver   1.7.7
+%defineeet_ver 1.7.7
+%defineeina_ver1.7.7
+%defineeio_ver 1.7.7
+%defineembryo_ver  1.7.7
+%defineevas_ver1.7.7
 Summary:   Complex Graphical Design/Layout Engine
 Summary(pl.UTF-8): Złożony silnik graficznego projektowania/planowania
 Name:  edje
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   BSD
 Group: X11/Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 6fe312d1725fa0d4fb9837eb3ee1d1c2
+# Source0-md5: ef8714858ae4402ef4cb68f709d69e9a
 Patch0:%{name}-deps.patch
 URL:   http://trac.enlightenment.org/e/wiki/Edje
 # for alsa_snd_player plugin for remix


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/edje.git/commitdiff/0d7ceeefd9ff817c6ef97d43b5a9689ce82a405d

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


DISTFILES: edje: edje-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/edje-1.7.7.tar.bz2
ef8714858ae4402ef4cb68f709d69e9a  edje-1.7.7.tar.bz2
Size: 1101698 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/e_dbus] - updated to 1.7.7

2013-07-21 Thread qboosh
commit 83bd73e1bda32abac558190d4d12db79d4dafbed
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:16:19 2013 +0200

- updated to 1.7.7

 e_dbus.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/e_dbus.spec b/e_dbus.spec
index 083e98d..3de9c77 100644
--- a/e_dbus.spec
+++ b/e_dbus.spec
@@ -2,19 +2,19 @@
 # Conditional build:
 %bcond_without static_libs # don't build static library
 #
-%defineecore_ver   1.7.6
-%defineeina_ver1.7.6
-%defineevas_ver1.7.6
+%defineecore_ver   1.7.7
+%defineeina_ver1.7.7
+%defineevas_ver1.7.7
 
 Summary:   EFL wrapper for DBus
 Summary(pl.UTF-8): Obudowanie EFL dla systemu DBus
 Name:  e_dbus
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 4f481b1a341fab2e8a06ce6fd050aec5
+# Source0-md5: ae945322a0a08f0921f235956489e552
 URL:   http://trac.enlightenment.org/e/wiki/E_Dbus
 BuildRequires: autoconf = 2.52
 BuildRequires: automake = 1.6


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/e_dbus.git/commitdiff/83bd73e1bda32abac558190d4d12db79d4dafbed

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


DISTFILES: e_dbus: e_dbus-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/e_dbus-1.7.7.tar.bz2
ae945322a0a08f0921f235956489e552  e_dbus-1.7.7.tar.bz2
Size: 436665 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/eeze] - updated to 1.7.7

2013-07-21 Thread qboosh
commit e3257eae1fc053fd462f7d7c7a8377195ab6cb55
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:22:28 2013 +0200

- updated to 1.7.7

 eeze.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/eeze.spec b/eeze.spec
index 1a82ae7..3900e58 100644
--- a/eeze.spec
+++ b/eeze.spec
@@ -2,19 +2,19 @@
 # Conditional build:
 %bcond_without static_libs # don't build static library
 #
-%defineecore_ver   1.7.6
-%defineeet_ver 1.7.6
-%defineeina_ver1.7.6
+%defineecore_ver   1.7.7
+%defineeet_ver 1.7.7
+%defineeina_ver1.7.7
 
 Summary:   Library for manipulating devices through udev
 Summary(pl.UTF-8): Biblioteka do operowania urządzeniami korzystająca z 
udev
 Name:  eeze
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 911911b27c1a38c6d66ccfae805ee042
+# Source0-md5: eff2a8f2577e93fc65a33b80792722ea
 URL:   http://trac.enlightenment.org/e/wiki/Eeze
 BuildRequires: autoconf = 2.52
 BuildRequires: automake = 1.6


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eeze.git/commitdiff/e3257eae1fc053fd462f7d7c7a8377195ab6cb55

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


DISTFILES: eeze: eeze-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/eeze-1.7.7.tar.bz2
eff2a8f2577e93fc65a33b80792722ea  eeze-1.7.7.tar.bz2
Size: 540765 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/DirectFB: 1/2] - added format patch (fixes build with -Werror=format-security) - handle xine_vdpau plugin

2013-07-21 Thread qboosh
commit b8204178c0109afc08ea2f32f8b80f08aa238183
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:28:00 2013 +0200

- added format patch (fixes build with -Werror=format-security)
- handle xine_vdpau plugin

 DirectFB-format.patch | 65 +++
 DirectFB.spec |  8 +++
 2 files changed, 73 insertions(+)
---
diff --git a/DirectFB.spec b/DirectFB.spec
index 971c6d1..c2a11f5 100644
--- a/DirectFB.spec
+++ b/DirectFB.spec
@@ -19,6 +19,9 @@
 %ifarch sh4
 %definewith_sh772x 1
 %endif
+%if %{without xine}
+%undefine  xine_vdpau
+%endif
 Summary:   DirectFB - Hardware graphics acceleration
 Summary(pl.UTF-8): DirectFB - Wspomaganie grafiki
 Name:  DirectFB
@@ -42,6 +45,7 @@ Patch7:   %{name}-sh.patch
 Patch8:%{name}-missing.patch
 Patch9:%{name}-ffmpeg.patch
 Patch10:   %{name}-libmpeg3.patch
+Patch11:   %{name}-format.patch
 URL:   http://www.directfb.org/
 BuildRequires: Mesa-libEGL-devel
 BuildRequires: Mesa-libGLES-devel
@@ -918,6 +922,7 @@ Statyczna biblioteka sawman.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 # video drivers
 %{__sed} -i -e 
's/checkfor_\(cle266\|cyber5k\|radeon\|savage\|unichrome\|vmware\)=no/checkfor_\1=yes/'
 configure.in
@@ -1321,6 +1326,9 @@ rm -rf $RPM_BUILD_ROOT
 %files video-xine
 %defattr(644,root,root,755)
 %attr(755,root,root) 
%{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_xine.so
+%if %{with xine_vdpau}
+%attr(755,root,root) 
%{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_xine_vdpau.so
+%endif
 
 %files -n xine-output-video-dfb
 %defattr(644,root,root,755)
diff --git a/DirectFB-format.patch b/DirectFB-format.patch
new file mode 100644
index 000..52584c3
--- /dev/null
+++ b/DirectFB-format.patch
@@ -0,0 +1,65 @@
+--- 
DirectFB-1.7.0/interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_openquicktime.c.orig
   2013-07-09 00:23:17.0 +0200
 
DirectFB-1.7.0/interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_openquicktime.c
2013-07-21 08:45:13.711671545 +0200
+@@ -253,7 +253,7 @@
+   desc-caps |= DVSCAPS_VIDEO;
+  
+   snprintf( desc-video.encoding,
+-DFB_STREAM_DESC_ENCODING_LENGTH,
++DFB_STREAM_DESC_ENCODING_LENGTH, %s,
+ quicktime_video_compressor( data-file, 0 ) ? :  );
+   desc-video.framerate = quicktime_frame_rate( data-file, 0 );
+   desc-video.aspect= (double) quicktime_video_width( data-file, 
0 ) /
+@@ -265,7 +265,7 @@
+   desc-caps |= DVSCAPS_AUDIO;
+ 
+   snprintf( desc-audio.encoding,
+-DFB_STREAM_DESC_ENCODING_LENGTH,
++DFB_STREAM_DESC_ENCODING_LENGTH, %s,
+ quicktime_audio_compressor( data-file, 0 ) ? :  );
+   desc-audio.samplerate = quicktime_sample_rate( data-file, 0 );
+   desc-audio.channels   = quicktime_track_channels( data-file, 0 );
+--- 
DirectFB-1.7.0/interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_xine.c.orig
2013-01-12 06:06:23.0 +0100
 
DirectFB-1.7.0/interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_xine.c  
   2013-07-21 08:48:00.479143131 +0200
+@@ -428,7 +428,7 @@
+   desc-caps |= DVSCAPS_VIDEO;
+  
+   snprintf( desc-video.encoding,
+-DFB_STREAM_DESC_ENCODING_LENGTH,
++DFB_STREAM_DESC_ENCODING_LENGTH, %s,
+ xine_get_meta_info( data-stream, 
XINE_META_INFO_VIDEOCODEC ) ?: );
+   desc-video.framerate = xine_get_stream_info( data-stream, 
+ 
XINE_STREAM_INFO_FRAME_DURATION );
+@@ -444,7 +444,7 @@
+   desc-caps |= DVSCAPS_AUDIO;
+ 
+   snprintf( desc-audio.encoding,
+-DFB_STREAM_DESC_ENCODING_LENGTH,
++DFB_STREAM_DESC_ENCODING_LENGTH, %s,
+ xine_get_meta_info( data-stream, 
XINE_META_INFO_AUDIOCODEC ) ?: );
+   desc-audio.samplerate = xine_get_stream_info( data-stream,
+  
XINE_STREAM_INFO_AUDIO_SAMPLERATE );
+@@ -455,19 +455,19 @@
+  }
+
+  snprintf( desc-title,
+-   DFB_STREAM_DESC_TITLE_LENGTH,
++   DFB_STREAM_DESC_TITLE_LENGTH, %s,
+xine_get_meta_info( data-stream, XINE_META_INFO_TITLE ) ?: 
);
+  snprintf( desc-author,
+-   DFB_STREAM_DESC_AUTHOR_LENGTH,
++   DFB_STREAM_DESC_AUTHOR_LENGTH, %s,
+xine_get_meta_info( data-stream, XINE_META_INFO_ARTIST ) ?: 
);
+  snprintf( desc-album,
+-   DFB_STREAM_DESC_ALBUM_LENGTH,
++   DFB_STREAM_DESC_ALBUM_LENGTH, %s,
+xine_get_meta_info( data-stream, XINE_META_INFO_ALBUM ) ?: 
);
+  snprintf( 

[packages/DirectFB] (2 commits) ...Merge branch 'master' of git://git.pld-linux.org/packages/DirectFB

2013-07-21 Thread qboosh
Summary of changes:

  b820417... - added format patch (fixes build with -Werror=format-secur
  f4be06c... Merge branch 'master' of git://git.pld-linux.org/packages/D
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/DirectFB: 2/2] Merge branch 'master' of git://git.pld-linux.org/packages/DirectFB

2013-07-21 Thread qboosh
commit f4be06cb0cbcbe861a7ff88391814191f1ffa220
Merge: b820417 7c6f38d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:28:07 2013 +0200

Merge branch 'master' of git://git.pld-linux.org/packages/DirectFB

 DirectFB.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/DirectFB.git/commitdiff/f4be06cb0cbcbe861a7ff88391814191f1ffa220

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


[packages/efreet] - updated to 1.7.7

2013-07-21 Thread qboosh
commit e196be57a0ad45ee66eb3b96b0753b606c6efd64
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:29:23 2013 +0200

- updated to 1.7.7

 efreet.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/efreet.spec b/efreet.spec
index 0f60427..d2be948 100644
--- a/efreet.spec
+++ b/efreet.spec
@@ -2,19 +2,19 @@
 # Conditional build:
 %bcond_without static_libs # don't build static library
 #
-%defineecore_ver   1.7.6
-%defineeet_ver 1.7.6
-%defineeina_ver1.7.6
+%defineecore_ver   1.7.7
+%defineeet_ver 1.7.7
+%defineeina_ver1.7.7
 
 Summary:   freedesktop.org standards implementation for the EFL
 Summary(pl.UTF-8): Implementacja standardów freedesktop.org dla EFL
 Name:  efreet
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   BSD
 Group: X11/Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 224a86de858e3cac601722fbb5d1f616
+# Source0-md5: 3df804c47c244b8f0fabbf7a7b2f57ef
 URL:   http://trac.enlightenment.org/e/wiki/Efreet
 BuildRequires: autoconf = 2.52
 BuildRequires: automake = 1.6


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/efreet.git/commitdiff/e196be57a0ad45ee66eb3b96b0753b606c6efd64

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


DISTFILES: efreet: efreet-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/efreet-1.7.7.tar.bz2
3df804c47c244b8f0fabbf7a7b2f57ef  efreet-1.7.7.tar.bz2
Size: 445232 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/cracklib] - updated to 2.9.0

2013-07-21 Thread qboosh
commit 33b39f1ce3cdc462513c8f849d0fd1a5b0291734
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:32:13 2013 +0200

- updated to 2.9.0

 cracklib.spec | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/cracklib.spec b/cracklib.spec
index af6c61d..564da21 100644
--- a/cracklib.spec
+++ b/cracklib.spec
@@ -7,18 +7,20 @@ Summary(ru.UTF-8):Библиотека проверки паролей
 Summary(tr.UTF-8): Parola denetim kitaplığı
 Summary(uk.UTF-8): Бібліотека перевірки паролів
 Name:  cracklib
-Version:   2.8.22
+Version:   2.9.0
 Release:   1
 License:   GPL v2
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/cracklib/%{name}-%{version}.tar.gz
-# Source0-md5: 463177b5c29c7a598c991e12a4898e06
-Source1:   
ftp://ftp.debian.org/debian/pool/main/c/cracklib2/%{name}2_%{version}-1.debian.tar.gz
+# Source0-md5: e0f94ac2138fd33c7e77b19c1e9a9390
+# for manuals (note: update when available)
+Source1:   
ftp://ftp.debian.org/debian/pool/main/c/cracklib2/%{name}2_2.8.22-1.debian.tar.gz
 # Source1-md5: 106176eee3183d2320442531c0e62da2
 URL:   http://sourceforge.net/projects/cracklib/
 BuildRequires: python-devel
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) = 1.219
 BuildRequires: words
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -169,15 +171,17 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man{3,8}
 cp -p debian/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
 cp -p debian/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
 # debian specific
-rm $RPM_BUILD_ROOT%{_mandir}/man8/update-cracklib.8*
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/update-cracklib.8*
 
 chmod 755 util/cracklib-format
 
 util/cracklib-format $RPM_BUILD_ROOT%{_datadir}/%{name}/cracklib-small | \
 util/cracklib-packer $RPM_BUILD_ROOT%{_datadir}/dict/cracklib-small
-rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/cracklib-small
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/cracklib-small
 
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{py_sitescriptdir}/test_cracklib.py*
+%py_postclean
 
 # already in file(1) database
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/cracklib.magic
@@ -219,4 +223,4 @@ rm -rf $RPM_BUILD_ROOT
 %files -n python-cracklib
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/_cracklib.so
-%{py_sitescriptdir}/%{name}.*
+%{py_sitescriptdir}/cracklib.py[co]


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cracklib.git/commitdiff/33b39f1ce3cdc462513c8f849d0fd1a5b0291734

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


DISTFILES: cracklib: cracklib-2.9.0.tar.gz cracklib2_2.8.22-1.debian.tar.gz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/cracklib/cracklib-2.9.0.tar.gz
e0f94ac2138fd33c7e77b19c1e9a9390  cracklib-2.9.0.tar.gz
Size: 626322 bytes
ALREADY GOT: 
ftp://ftp.debian.org/debian/pool/main/c/cracklib2/cracklib2_2.8.22-1.debian.tar.gz
106176eee3183d2320442531c0e62da2  cracklib2_2.8.22-1.debian.tar.gz


-- 
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/emotion] - updated to 1.7.7

2013-07-21 Thread qboosh
commit 00dafd5d9122231b74665f011ecc8e7758be5076
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:34:14 2013 +0200

- updated to 1.7.7

 emotion.spec | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/emotion.spec b/emotion.spec
index b2d3b8a..7a0181a 100644
--- a/emotion.spec
+++ b/emotion.spec
@@ -5,23 +5,23 @@
 %bcond_without xine# don't build xine decoder
 %bcond_without static_libs # don't build static library
 #
-%defineecore_ver   1.7.6
-%defineedje_ver1.7.6
-%defineeet_ver 1.7.6
-%defineeeze_ver1.7.6
-%defineeina_ver1.7.6
-%defineeio_ver 1.7.6
-%defineevas_ver1.7.6
+%defineecore_ver   1.7.7
+%defineedje_ver1.7.7
+%defineeet_ver 1.7.7
+%defineeeze_ver1.7.7
+%defineeina_ver1.7.7
+%defineeio_ver 1.7.7
+%defineevas_ver1.7.7
 
 Summary:   Emotion - EFL media playback library
 Summary(pl.UTF-8): Emotion - biblioteka EFL do odtwarzania multimediów
 Name:  emotion
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   BSD-like
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 8acaf59704a628bdaa4eb0fb06a9ced5
+# Source0-md5: b2621c0663b6fdc1408d0387a4d60c4b
 Patch0:%{name}-am.patch
 URL:   http://trac.enlightenment.org/e/wiki/Emotion
 BuildRequires: autoconf = 2.60


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/emotion.git/commitdiff/00dafd5d9122231b74665f011ecc8e7758be5076

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


DISTFILES: emotion: emotion-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/emotion-1.7.7.tar.bz2
b2621c0663b6fdc1408d0387a4d60c4b  emotion-1.7.7.tar.bz2
Size: 492046 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/ethumb] - updated to 1.7.7

2013-07-21 Thread qboosh
commit 1d7a42d0552367fbe7a1fd1abfda975e40c99b0c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:45:10 2013 +0200

- updated to 1.7.7

 ethumb.spec | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/ethumb.spec b/ethumb.spec
index 70de47c..cdfffa8 100644
--- a/ethumb.spec
+++ b/ethumb.spec
@@ -2,22 +2,22 @@
 # Conditional build:
 %bcond_without static_libs # don't build static libraries
 #
-%defineecore_ver   1.7.6
-%defineedbus_ver   1.7.6
-%defineedje_ver1.7.6
-%defineeet_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
+%defineeina_ver1.7.7
+%defineevas_ver1.7.7
 
 Summary:   Ethumb - thumbnail generation library
 Summary(pl.UTF-8): Ethumb - biblioteka generująca miniaturki
 Name:  ethumb
-Version:   1.7.6
+Version:   1.7.7
 Release:   1
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 54030f71f15cbff50882fa23d2dd4b81
+# Source0-md5: 7a6705fa9a4c1a9146bdc55a7d4e6c9f
 Patch0:%{name}-plugins.patch
 URL:   http://trac.enlightenment.org/e/wiki/Ethumb
 BuildRequires: autoconf = 2.52


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ethumb.git/commitdiff/1d7a42d0552367fbe7a1fd1abfda975e40c99b0c

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


[packages/vdr] - updated to 2.0.2

2013-07-21 Thread qboosh
commit a475e75ccdf8db88691865a17e0a7371c2359790
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:46:14 2013 +0200

- updated to 2.0.2

 vdr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vdr.spec b/vdr.spec
index ad62e30..616c035 100644
--- a/vdr.spec
+++ b/vdr.spec
@@ -8,12 +8,12 @@
 Summary:   Video Disk Recorder
 Summary(pl.UTF-8): Video Disk Recorder - narzędzie do nagrywania filmów
 Name:  vdr
-Version:   2.0.0
+Version:   2.0.2
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Multimedia
 Source0:   ftp://ftp.tvdr.de/vdr/%{name}-%{version}.tar.bz2
-# Source0-md5: fd7f481b996e03fae3c00e80b6b0d301
+# Source0-md5: 5359cae7e14671cc9a3c690d45d8e0a2
 Source1:   http://207.44.152.197/%{name}-sc-%{sc_ver}.tar.gz
 # Source1-md5: d02d88213fcfb9b6c3f8c819eab4be68
 Source2:   http://home.vrweb.de/~rnissl/%{name}-xine-%{xine_ver}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vdr.git/commitdiff/a475e75ccdf8db88691865a17e0a7371c2359790

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


DISTFILES: ethumb: ethumb-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://download.enlightenment.org/releases/ethumb-1.7.7.tar.bz2
7a6705fa9a4c1a9146bdc55a7d4e6c9f  ethumb-1.7.7.tar.bz2
Size: 398803 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: vdr: vdr-2.0.2.tar.bz2 vdr-sc-0.9.3.tar.gz vdr-xine-0.9.4.tgz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.tvdr.de/vdr/vdr-2.0.2.tar.bz2
5359cae7e14671cc9a3c690d45d8e0a2  vdr-2.0.2.tar.bz2
Size: 837343 bytes
ALREADY GOT: http://207.44.152.197/vdr-sc-0.9.3.tar.gz
d02d88213fcfb9b6c3f8c819eab4be68  vdr-sc-0.9.3.tar.gz
ALREADY GOT: http://home.vrweb.de/~rnissl/vdr-xine-0.9.4.tgz
0374123d6991f55d91122b020361d8f6  vdr-xine-0.9.4.tgz


-- 
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/evas-loaders-generic] - updated to 1.7.7

2013-07-21 Thread qboosh
commit 250a1660ab452552f80e7d5d90096609c7f0ff4e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 09:52:49 2013 +0200

- updated to 1.7.7

 evas-loaders-generic.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/evas-loaders-generic.spec b/evas-loaders-generic.spec
index e43e290..374a2b8 100644
--- a/evas-loaders-generic.spec
+++ b/evas-loaders-generic.spec
@@ -1,15 +1,15 @@
 Summary:   Generic loaders for Evas library
 Summary(pl.UTF-8): Ogólne programy wczytujące dla biblioteki Evas
 Name:  evas-loaders-generic
-Version:   1.7.6
-Release:   3
+Version:   1.7.7
+Release:   1
 License:   GPL v2
 Group: Libraries
 Source0:   
http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
-# Source0-md5: 7c4388a064a5ffacf2113fad0d809f75
+# Source0-md5: 898ffe2fe9b9d513f3b070b11a4acc60
 URL:   http://trac.enlightenment.org/e/wiki/Evas
 BuildRequires: cairo-devel = 1.0.0
-BuildRequires: eina-devel = 1.7.6
+BuildRequires: eina-devel = 1.7.7
 BuildRequires: gstreamer0.10-devel = 0.10.13
 BuildRequires: gstreamer0.10-plugins-base-devel = 0.10.13
 BuildRequires: libraw-devel
@@ -19,7 +19,7 @@ BuildRequires:pkgconfig
 BuildRequires: poppler-devel = 0.20
 BuildRequires: zlib-devel
 Requires:  cairo = 1.0.0
-Requires:  eina = 1.7.6
+Requires:  eina = 1.7.7
 Requires:  gstreamer0.10 = 0.10.13
 Requires:  gstreamer0.10-plugins-base = 0.10.13
 Requires:  librsvg = 2.14.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evas-loaders-generic.git/commitdiff/250a1660ab452552f80e7d5d90096609c7f0ff4e

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


DISTFILES: evas-loaders-generic: evas_generic_loaders-1.7.7.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://download.enlightenment.org/releases/evas_generic_loaders-1.7.7.tar.bz2
898ffe2fe9b9d513f3b070b11a4acc60  evas_generic_loaders-1.7.7.tar.bz2
Size: 203763 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/jm-h264] - up to 18.5

2013-07-21 Thread qboosh
commit de7860bc9e84a7cac38c6f62201accad9bf23afc
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 10:18:30 2013 +0200

- up to 18.5

 jm-h264.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jm-h264.spec b/jm-h264.spec
index 0f030c4..45bbc40 100644
--- a/jm-h264.spec
+++ b/jm-h264.spec
@@ -5,12 +5,12 @@
 Summary:   H.264/AVC reference software
 Summary(pl.UTF-8): Referencyjna implementacja H.264/AVC
 Name:  jm-h264
-Version:   18.4
+Version:   18.5
 Release:   0.1
 License:   free (but may require patent license)
 Group: Libraries
 Source0:   http://iphome.hhi.de/suehring/tml/download/jm%{version}.zip
-# Source0-md5: da79fd3c66c9b98537dc2de65487b31c
+# Source0-md5: fde4e407528bb67b1018550b43767810
 URL:   http://iphome.hhi.de/suehring/tml/
 %if %{with gomp}
 BuildRequires: gcc-c++ = 6:4.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jm-h264.git/commitdiff/de7860bc9e84a7cac38c6f62201accad9bf23afc

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


[packages/argyllcms] - updated to 1.5.1

2013-07-21 Thread qboosh
commit 31e88dc4c99dba2a4bb86fda26067d46a0903cea
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 10:19:13 2013 +0200

- updated to 1.5.1

 argyllcms.spec | 28 
 1 file changed, 4 insertions(+), 24 deletions(-)
---
diff --git a/argyllcms.spec b/argyllcms.spec
index 28a26ba..cadf59d 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,12 +1,12 @@
 Summary:   ICC compatible color management system
 Summary(pl.UTF-8): System zarządzania kolorami kompatybilny z ICC
 Name:  argyllcms
-Version:   1.4.0
+Version:   1.5.1
 Release:   1
 License:   AGPL v3, MIT, GPL v2+, LGPL v2.1+, FDL v1.3
 Group: X11/Applications/Graphics
 Source0:   
http://people.freedesktop.org/~hughsient/releases/h%{name}-%{version}.tar.xz
-# Source0-md5: 0f1a00fbbd5c458e8791970b414f684f
+# Source0-md5: d55d64d59dc4b30cb0990214b299c222
 URL:   http://www.argyllcms.com/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.11
@@ -24,6 +24,7 @@ BuildRequires:xorg-lib-libXrandr-devel
 BuildRequires: xorg-lib-libXxf86vm-devel
 BuildRequires: xz
 BuildRequires: yajl-devel
+Obsoletes: udev-argyllcms
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -59,20 +60,6 @@ konwersji kolorów, a także obsługę szybkiej, dokładniej 
16-bitowej
 konwersji. Podzbiór kolorów urządzeń można oglądać i porównywać przy
 użyciu przeglądarki VRML.
 
-%package -n udev-argyllcms
-Summary:   Udev rules for color measurement devices supported by Argyll CMS
-Summary(pl.UTF-8): Reguły Udev dla urządzeń mierzących kolory 
obsługiwanych przez Argyll CMS
-Group: Base
-Requires:  %{name} = %{version}-%{release}
-Requires:  udev-core
-
-%description -n udev-argyllcms
-Udev rules for color measurement devices supported by Argyll CMS.
-
-%description -n udev-argyllcms -l pl.UTF-8
-Reguły Udev dla urządzeń mierzących kolory obsługiwanych przez Argyll
-CMS.
-
 %package doc
 Summary:   Argyll CMS documentation
 Summary(pl.UTF-8): Dokumentacja systemu Argyll CMS
@@ -156,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mppcheck
 %attr(755,root,root) %{_bindir}/mpplu
 %attr(755,root,root) %{_bindir}/mppprof
+%attr(755,root,root) %{_bindir}/oeminst
 %attr(755,root,root) %{_bindir}/pathplot
 %attr(755,root,root) %{_bindir}/printcal
 %attr(755,root,root) %{_bindir}/printtarg
@@ -163,13 +151,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/refine
 %attr(755,root,root) %{_bindir}/revfix
 %attr(755,root,root) %{_bindir}/scanin
-%attr(755,root,root) %{_bindir}/sepgen
 %attr(755,root,root) %{_bindir}/simpprof
 %attr(755,root,root) %{_bindir}/spec2cie
 %attr(755,root,root) %{_bindir}/specplot
 %attr(755,root,root) %{_bindir}/splitti3
 %attr(755,root,root) %{_bindir}/spotread
-%attr(755,root,root) %{_bindir}/spyd2en
 %attr(755,root,root) %{_bindir}/synthcal
 %attr(755,root,root) %{_bindir}/synthread
 %attr(755,root,root) %{_bindir}/targen
@@ -182,15 +168,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libargyll.so.0
 %attr(755,root,root) %{_libdir}/libargyllicc.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libargyllicc.so.0
-%attr(755,root,root) %{_libdir}/libargyllusb.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libargyllusb.so.0
 %dir %{_datadir}/color/argyll
 %{_datadir}/color/argyll/ref
 
-%files -n udev-argyllcms
-%defattr(644,root,root,755)
-/lib/udev/rules.d/55-Argyll.rules
-
 %files doc
 %defattr(644,root,root,755)
 %doc doc/*.html doc/*.jpg doc/*.txt


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/argyllcms.git/commitdiff/31e88dc4c99dba2a4bb86fda26067d46a0903cea

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


DISTFILES: jm-h264: jm18.5.zip

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://iphome.hhi.de/suehring/tml/download/jm18.5.zip
fde4e407528bb67b1018550b43767810  jm18.5.zip
Size: 2888978 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: argyllcms: hargyllcms-1.5.1.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://people.freedesktop.org/~hughsient/releases/hargyllcms-1.5.1.tar.xz
d55d64d59dc4b30cb0990214b299c222  hargyllcms-1.5.1.tar.xz
Size: 3387448 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/connman] - updated to 1.16

2013-07-21 Thread qboosh
commit d81b86001d2fe48116c46503cbf28a903c86e3da
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 10:47:31 2013 +0200

- updated to 1.16

 connman.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/connman.spec b/connman.spec
index c1c76d7..01e5dfa 100644
--- a/connman.spec
+++ b/connman.spec
@@ -1,14 +1,14 @@
 Summary:   Connection Manager
 Summary(pl.UTF-8): Zarządca połączeń
 Name:  connman
-Version:   1.15
+Version:   1.16
 Release:   1
 License:   GPL v2
 Group: Networking/Daemons
-Source0:   
http://www.kernel.org/pub/linux/network/connman/%{name}-%{version}.tar.xz
-# Source0-md5: e785c0c4564bfffb5215272f1be6f17c
+Source0:   
https://www.kernel.org/pub/linux/network/connman/%{name}-%{version}.tar.xz
+# Source0-md5: d290681619e10426442d07c3f4c1
 Patch0:%{name}-linux.patch
-URL:   http://connman.net/
+URL:   https://connman.net/
 BuildRequires: dbus-devel = 1.4
 BuildRequires: glib2-devel = 1:2.28
 BuildRequires: gnutls-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/connman.git/commitdiff/d81b86001d2fe48116c46503cbf28a903c86e3da

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


DISTFILES: connman: connman-1.16.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: https://www.kernel.org/pub/linux/network/connman/connman-1.16.tar.xz
d290681619e10426442d07c3f4c1  connman-1.16.tar.xz
Size: 616496 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/libxtract] - non-parallel build, set CLASSPATH to fix test.java compilation issue

2013-07-21 Thread qboosh
commit cb94a3a98fc468be3378334bd18c54835a354f4d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 10:52:41 2013 +0200

- non-parallel build, set CLASSPATH to fix test.java compilation issue

 libxtract.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libxtract.spec b/libxtract.spec
index 8d950fb..d1a28a5 100644
--- a/libxtract.spec
+++ b/libxtract.spec
@@ -145,13 +145,15 @@ Wiązania Pythona do biblioteki libxtract.
 %{__make} -C swig/java clean-local
 %{__make} -C swig/python clean-local
 
-%{__make}
+%{__make} -j1 \
+   CLASSPATH=.
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
+   DESTDIR=$RPM_BUILD_ROOT \
+   CLASSPATH=.
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libjxtract.{la,a}
 %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/libxtract/_xtract.{la,a}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxtract.git/commitdiff/cb94a3a98fc468be3378334bd18c54835a354f4d

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


[packages/DirectFB] - rebuild with xine 1.2.3 with vdpau hooks; release 3

2013-07-21 Thread qboosh
commit c0e3efa97b136976a1600449fbb31238d321408d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 10:54:04 2013 +0200

- rebuild with xine 1.2.3 with vdpau hooks; release 3

 DirectFB.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/DirectFB.spec b/DirectFB.spec
index 453a4e3..a1c616e 100644
--- a/DirectFB.spec
+++ b/DirectFB.spec
@@ -14,7 +14,7 @@
 %bcond_without quicktime   # QuickTime (openquicktime) video provider
 %bcond_withswfdec  # swfdec FLASH video provider [not ready for 
swfdec = 0.6]
 %bcond_without xine# Xine video provider
-%bcond_withxine_vdpau  # Xine/VDPAU video provider
+%bcond_without xine_vdpau  # Xine/VDPAU video provider
 #
 %ifarch sh4
 %definewith_sh772x 1
@@ -26,7 +26,7 @@ Summary:  DirectFB - Hardware graphics acceleration
 Summary(pl.UTF-8): DirectFB - Wspomaganie grafiki
 Name:  DirectFB
 Version:   1.7.0
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL v2+
 Group: Libraries
@@ -88,7 +88,7 @@ BuildRequires:sed = 4.0
 %{?with_swfdec:BuildRequires:  swfdec-devel  0.6.0}
 BuildRequires: sysfsutils-devel = 1.3.0-3
 BuildRequires: tslib-devel = 1.0
-%{?with_xine:BuildRequires:xine-lib-devel = 2:1.2.0}
+%{?with_xine:BuildRequires:xine-lib-devel = 2:1.2.3}
 %{?with_xine_vdpau:BuildRequires:  /usr/include/xine/video_out_vdpau.h}
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXext-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/DirectFB.git/commitdiff/c0e3efa97b136976a1600449fbb31238d321408d

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


[packages/libbsd] - updated to 0.6.0

2013-07-21 Thread qboosh
commit dbd733717d973d31816805d3073eb6c7632c09bd
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 10:54:27 2013 +0200

- updated to 0.6.0

 libbsd.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libbsd.spec b/libbsd.spec
index d7edcbd..ed165d6 100644
--- a/libbsd.spec
+++ b/libbsd.spec
@@ -1,12 +1,12 @@
 Summary:   Utility functions from BSD systems
 Summary(pl.UTF-8): Funkcje narzędziowe z systemów BSD
 Name:  libbsd
-Version:   0.5.2
+Version:   0.6.0
 Release:   1
 License:   BSD, MIT (depending on part)
 Group: Libraries
 Source0:   http://libbsd.freedesktop.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: be8b2e0dc4614699834c49693574fd1a
+# Source0-md5: f6c75f0a9818e323a589bcbd560a0eb4
 URL:   http://libbsd.freedesktop.org/
 BuildRequires: sed = 4.0
 BuildRequires: tar = 1:1.22
@@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 # avoid clash with libbsd.a from glibc
 mv $RPM_BUILD_ROOT%{_libdir}/{libbsd,libbsdutil}.so
 mv $RPM_BUILD_ROOT%{_libdir}/{libbsd,libbsdutil}.a
-sed -i -e 's/-lbsd/-lbsdutil/' $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
+sed -i -e 's/-lbsd/-lbsdutil/' 
$RPM_BUILD_ROOT%{_pkgconfigdir}/{libbsd,libbsd-overlay}.pc
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libbsd.la
 
 %clean
@@ -96,8 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libbsdutil.so
+%{_libdir}/libbsd-ctor.a
 %{_includedir}/bsd
 %{_pkgconfigdir}/libbsd.pc
+%{_pkgconfigdir}/libbsd-ctor.pc
 %{_pkgconfigdir}/libbsd-overlay.pc
 %{_mandir}/man3/arc4random*.3*
 %{_mandir}/man3/bitstring.3*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libbsd.git/commitdiff/dbd733717d973d31816805d3073eb6c7632c09bd

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


DISTFILES: libbsd: libbsd-0.6.0.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://libbsd.freedesktop.org/releases/libbsd-0.6.0.tar.xz
f6c75f0a9818e323a589bcbd560a0eb4  libbsd-0.6.0.tar.xz
Size: 313388 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/gyp] - pl

2013-07-21 Thread qboosh
commit ba2c7f2ac81bf55cc07a612e5d32a0713543f5ae
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 11:10:36 2013 +0200

- pl

 gyp.spec | 26 +++---
 1 file changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index cfe6de2..a89c657 100644
--- a/gyp.spec
+++ b/gyp.spec
@@ -5,6 +5,7 @@
 %definesvnrev  1602
 %definerel 1
 Summary:   Generate Your Projects
+Summary(pl.UTF-8): GYP (Generate Your Projects) - narzędzie do generowania 
systemów budowania
 Name:  gyp
 # grep version= setup.py
 Version:   0.1
@@ -29,8 +30,16 @@ syntax is a universal cross-platform build representation 
that still
 allows sufficient per-platform flexibility to accommodate
 irreconcilable differences.
 
+%description -l pl.UTF-8
+GYP to narzędzie generujące natywne pliki budowania dla Visual Studio,
+Xcode, SCons i/lub make'a z formatu wejściowego niezależnego od
+platformy. Składnia jest uniwersalną, wieloplatformową reprezentacją
+reguł, która nadal pozwala na wystarczającą elastyczność dla
+poszczególnych platform, aby obsłużyć różnice między nimi.
+
 %package -n python-%{name}
-Summary:   Python module for GYP
+Summary:   Python modules for GYP
+Summary(pl.UTF-8): Moduły Pythona module dla GYP
 Group: Development/Languages/Python
 
 %description -n python-%{name}
@@ -38,7 +47,18 @@ GYP is a tool to generates native Visual Studio, Xcode and 
SCons
 and/or make build files from a platform-independent input format. It's
 syntax is a universal cross-platform build representation that still
 allows sufficient per-platform flexibility to accommodate
-irreconcilable differences.
+poszczególnych platform, aby obsłużyć różnice między nimi.
+
+This package contains Python modules.
+
+%description -n python-%{name} -l pl.UTF-8
+GYP to narzędzie generujące natywne pliki budowania dla Visual Studio,
+Xcode, SCons i/lub make'a z formatu wejściowego niezależnego od
+platformy. Składnia jest uniwersalną, wieloplatformową reprezentacją
+reguł, która nadal pozwala na wystarczającą elastyczność dla
+poszczególnych platform, aby obsłużyć różnice między nimi.
+
+Ten pakiet zawiera moduły Pythona.
 
 %prep
 %setup -q -n %{name}
@@ -72,5 +92,5 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitescriptdir}/gyp/generator/*.py[co]
 
 %if %{py_ver}  2.4
-%{py_sitescriptdir}/gyp-*.egg-info
+%{py_sitescriptdir}/gyp-%{version}-py*.egg-info
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gyp.git/commitdiff/ba2c7f2ac81bf55cc07a612e5d32a0713543f5ae

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


[packages/mate-file-manager] - up to 1.6.2 - switch to autotools - package private icons

2013-07-21 Thread atler
commit 61cad5c222930a530632a9998183b84ade352c07
Author: Jan Palus jan.pa...@gmail.com
Date:   Sun Jul 21 11:34:07 2013 +0200

- up to 1.6.2
- switch to autotools
- package private icons

 mate-file-manager.spec | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index 5c5bab0..03eee4c 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -7,12 +7,12 @@
 
 Summary:   File manager for MATE
 Name:  mate-file-manager
-Version:   1.6.1
+Version:   1.6.2
 Release:   1
 License:   GPL v2+ and LGPL v2+
 Group: X11/Applications
 Source0:   
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-# Source0-md5: f6edef1f9ea988fa5ee42ba7beeb29b3
+# Source0-md5: 69a3c8abc36a9c7333b3ce370cea2bdb
 URL:   http://wiki.mate-desktop.org/mate-file-manager
 BuildRequires: cairo-gobject-devel
 BuildRequires: dbus-glib-devel
@@ -88,7 +88,13 @@ Dokumentacja API libcaja.
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+%{__intltoolize}
+%{?with_apidocs:%{__gtkdocize}}
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
 %configure \
--with-html-dir=%{_gtkdocdir} \
--disable-static \
@@ -154,6 +160,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/*.desktop
 %{_iconsdir}/hicolor/*/apps/caja.png
 %{_iconsdir}/hicolor/scalable/apps/caja.svg
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/icons
 %{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml
 %{_datadir}/dbus-1/services/org.mate.freedesktop.FileManager1.service
 %{_libexecdir}/caja-convert-metadata


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-file-manager.git/commitdiff/61cad5c222930a530632a9998183b84ade352c07

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


DISTFILES: mate-file-manager: mate-file-manager-1.6.2.tar.xz

2013-07-21 Thread atler

Files fetched: 1

STORED: http://pub.mate-desktop.org/releases/1.6/mate-file-manager-1.6.2.tar.xz
69a3c8abc36a9c7333b3ce370cea2bdb  mate-file-manager-1.6.2.tar.xz
Size: 3522924 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/noip] - added missing patch

2013-07-21 Thread baggins
commit 13f54e258ff059a8793ab215b1db3b8b1ebc2cc1
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 12:14:00 2013 +0200

- added missing patch

 format-security.patch | 20 
 noip.spec |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/noip.spec b/noip.spec
index d64e5df..38dc352 100644
--- a/noip.spec
+++ b/noip.spec
@@ -44,8 +44,8 @@ po ich dodaniu na stronie http://www.noip.com.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%{__mv} %{name}2.c %{name}.c
 %patch2 -p1
+%{__mv} %{name}2.c %{name}.c
 
 %build
 %{__make} \
diff --git a/format-security.patch b/format-security.patch
new file mode 100644
index 000..8067a9e
--- /dev/null
+++ b/format-security.patch
@@ -0,0 +1,20 @@
+--- noip-2.1.9/noip2.c~2013-07-21 12:12:24.198506916 +0200
 noip-2.1.9/noip2.c 2013-07-21 12:13:03.495541538 +0200
+@@ -1005,7 +1005,7 @@
+   my_instance-debug = debug;
+   my_instance-interval = interval;
+   my_instance-version = put_version(VERSION);
+-  sprintf(my_instance-Last_IP_Addr, new_config-lastIP);
++  sprintf(my_instance-Last_IP_Addr, %s, new_config-lastIP);
+   sprintf(my_instance-args, %s, saved_args);
+   sprintf(my_instance-cfilename, %s, config_filename);
+   return SUCCESS;
+@@ -1959,7 +1959,7 @@
+ vsnprintf(msg, LINELEN-1, fmt, ap);
+ va_end(ap);
+ 
+-  fprintf(stderr, msg);
++  fprintf(stderr, %s, msg);
+ tcgetattr(0,argin);
+ argout = argin;   
 
+ argout.c_lflag = ~(ICANON);


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/noip.git/commitdiff/13f54e258ff059a8793ab215b1db3b8b1ebc2cc1

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


[packages/rdiff-backup] Revert - bash-completion subpackage

2013-07-21 Thread baggins
commit 9a7ad2eba15296287fce281eba07e6766fdd110f
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 12:17:57 2013 +0200

Revert - bash-completion subpackage

This reverts commit c4013364d169e5e65900f898bd75385b73ba9160.

Reason - missing and lost bash-completion file.

 rdiff-backup.spec | 19 ---
 1 file changed, 19 deletions(-)
---
diff --git a/rdiff-backup.spec b/rdiff-backup.spec
index 89b9be2..49b1b86 100644
--- a/rdiff-backup.spec
+++ b/rdiff-backup.spec
@@ -8,7 +8,6 @@ License:GPL
 Group: Networking/Utilities
 Source0:   
http://download.savannah.gnu.org/releases-noredirect/rdiff-backup/%{name}-%{version}.tar.gz
 # Source0-md5: 1a94dc537fcf74d6a3a80bd27808e77b
-Source1:   bash-completion.sh
 URL:   http://www.nongnu.org/rdiff-backup/
 BuildRequires: librsync-devel = 0.9.7-5
 BuildRequires: popt-devel
@@ -55,14 +54,6 @@ przyjaznym dla łącza umożliwiając backup przez sieć z 
wykorzystaniem
 bezpiecznego połączenia SSH, gdzie jedynymi przesyłanymi danymi będą
 różnice w stosunku do poprzedniej kopii zapasowej.
 
-%package -n bash-completion-rdiff-backup
-Summary:   This package provides bash-completion for rdiff-backup
-Group: Applications/Shells
-Requires:  bash-completion
-
-%description -n bash-completion-rdiff-backup
-This package provides bash-completion for rdiff-backup.
-
 %prep
 %setup -q
 
@@ -76,11 +67,6 @@ python setup.py install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/%{_datadir}/bash-completion
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
-install %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/bash-completion/%{name}
-ln -s ../../%{_datadir}/bash-completion/%{name} 
$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -95,8 +81,3 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitedir}/rdiff_backup
 %{py_sitedir}/rdiff_backup/*.py[co]
 %attr(755,root,root) %{py_sitedir}/rdiff_backup/*.so
-
-%files -n bash-completion-rdiff-backup
-%defattr(644,root,root,755)
-%{_datadir}/bash-completion/%{name}
-%{_sysconfdir}/bash_completion.d/%{name}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rdiff-backup.git/commitdiff/9a7ad2eba15296287fce281eba07e6766fdd110f

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


[packages/os-prober] - updated to 1.62

2013-07-21 Thread qboosh
commit c20ba6dc588b57fb3be0a92e9231e23d4ece63b7
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 12:34:25 2013 +0200

- updated to 1.62

 os-prober.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/os-prober.spec b/os-prober.spec
index 63cef47..b373fc6 100644
--- a/os-prober.spec
+++ b/os-prober.spec
@@ -1,12 +1,12 @@
 Summary:   Utilities that detect other operating system installs on a set 
of drives
 Summary(pl.UTF-8): Narzędzia wykrywające instalacje innych systemów 
operacyjnych na dyskach
 Name:  os-prober
-Version:   1.61
+Version:   1.62
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
http://ftp.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.gz
-# Source0-md5: 67ec16d43792263175bd414692f02a7a
+# Source0-md5: 47b6e6ce9c6d8f18a904c8bd8745268e
 URL:   http://packages.qa.debian.org/o/os-prober.html
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/os-prober.git/commitdiff/c20ba6dc588b57fb3be0a92e9231e23d4ece63b7

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


DISTFILES: os-prober: os-prober_1.62.tar.gz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://ftp.debian.org/debian/pool/main/o/os-prober/os-prober_1.62.tar.gz
47b6e6ce9c6d8f18a904c8bd8745268e  os-prober_1.62.tar.gz
Size: 28592 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/john] - disable some inlining on x8664

2013-07-21 Thread baggins
commit 8165090b27aea01870cf354c26380c81a95b57e7
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 13:26:48 2013 +0200

- disable some inlining on x8664

 john.spec   |  4 
 no-inline.patch | 38 ++
 2 files changed, 42 insertions(+)
---
diff --git a/john.spec b/john.spec
index 756e804..710f012 100644
--- a/john.spec
+++ b/john.spec
@@ -45,6 +45,7 @@ Patch1:   optflags.patch
 Patch2:
http://www.openwall.com/john/g/%{name}-1.7.9-jumbo-7.diff.gz
 # Patch2-md5:  b953fcb7f743eeeb5f938a28c352b8ef
 Patch3:%{name}-jumbo-optflags.patch
+Patch4:no-inline.patch
 URL:   http://www.openwall.com/john/
 %{?with_jumbopatch:BuildRequires: openssl-devel = 0.9.7}
 BuildRequires: rpmbuild(macros) = 1.213
@@ -87,6 +88,9 @@ Windows NT/2000/XP LM, a także kilka innych przy użyciu łat.
 %{!?with_jumbopatch:%patch1 -p1}
 %{?with_jumbopatch:%patch2 -p1}
 %{?with_jumbopatch:%patch3 -p1}
+%ifarch %{x8664}
+%patch4 -p1
+%endif
 
 %{__rm} doc/INSTALL
 
diff --git a/no-inline.patch b/no-inline.patch
new file mode 100644
index 000..b327479
--- /dev/null
+++ b/no-inline.patch
@@ -0,0 +1,38 @@
+--- john-1.7.9/src/MD5_std.c~  2013-07-21 13:22:20.285649779 +0200
 john-1.7.9/src/MD5_std.c   2013-07-21 13:22:44.392541796 +0200
+@@ -472,12 +472,14 @@
+ /*
+  * x86-64 implies a fairly recent CPU, so presumably its L1 instruction cache
+  * is large enough.
+- */
+ #ifdef __x86_64__
+ #define MAYBE_INLINE_BODY MAYBE_INLINE
+ #else
++ */
+ #define MAYBE_INLINE_BODY
++/*
+ #endif
++ */
+ 
+ #if !MD5_X2
+ 
+--- john-1.7.9/src/lotus5_fmt_plug.c~  2013-07-21 13:25:04.637186087 +0200
 john-1.7.9/src/lotus5_fmt_plug.c   2013-07-21 13:25:41.664198855 +0200
+@@ -155,7 +155,7 @@
+ /*Beginning of private functions*/
+ /* Takes the plaintext password and generates the second row of our
+  * working matrix for the final call to the mixing function*/
+-void MAYBE_INLINE
++void
+ lotus_transform_password (unsigned char *i1, unsigned char *o1,
+ unsigned char *i2, unsigned char *o2)
+ {
+@@ -173,7 +173,7 @@
+ }
+ 
+ /* The mixing function: perturbs the first three rows of the matrix*/
+-void MAYBE_INLINE lotus_mix (unsigned char *m1, unsigned char *m2)
++void lotus_mix (unsigned char *m1, unsigned char *m2)
+ {
+   int i, j;
+   unsigned char p1, p2;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/john.git/commitdiff/8165090b27aea01870cf354c26380c81a95b57e7

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


[packages/john] - release 3 (by relup.sh)

2013-07-21 Thread baggins
commit 657a6df7b29f6ddc181eab9ba2fbe9cdd971a450
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 13:36:35 2013 +0200

- release 3 (by relup.sh)

 john.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/john.spec b/john.spec
index 710f012..0974df2 100644
--- a/john.spec
+++ b/john.spec
@@ -35,7 +35,7 @@ Summary:  Password cracker
 Summary(pl.UTF-8): Łamacz haseł
 Name:  john
 Version:   1.7.9
-Release:   2
+Release:   3
 License:   GPL v2
 Group: Applications/System
 Source0:   http://www.openwall.com/john/g/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/john.git/commitdiff/657a6df7b29f6ddc181eab9ba2fbe9cdd971a450

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


[packages/aircrack-ng] - parallel build does not work

2013-07-21 Thread baggins
commit 5c6bb60679d81b29f956c14ae747cbd67b2b72a2
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 13:37:26 2013 +0200

- parallel build does not work

 aircrack-ng.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/aircrack-ng.spec b/aircrack-ng.spec
index 646094e..3a6150f 100644
--- a/aircrack-ng.spec
+++ b/aircrack-ng.spec
@@ -45,7 +45,7 @@ convert, etc.).
 sed -i -e 's#-Werror -O3#$(PLDFLAGS)#g' common.mak
 
 %build
-%{__make} \
+%{__make} -j1 \
CC=%{__cc} \
PLDFLAGS=%{rpmcppflags} %{rpmcflags}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aircrack-ng.git/commitdiff/5c6bb60679d81b29f956c14ae747cbd67b2b72a2

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


[packages/python-simplexml] Created branch master

2013-07-21 Thread witekfl
The branch 'master' was created.

Summary of new commits:

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


[packages/python-simplexml] - new

2013-07-21 Thread witekfl
commit be5cfb8dd779d7db19704b4dcd0467cd25da048c
Author: Witold Filipczyk wite...@poczta.onet.pl
Date:   Sun Jul 21 13:39:08 2013 +0200

- new

 python-simplexml.spec | 109 ++
 1 file changed, 109 insertions(+)
---
diff --git a/python-simplexml.spec b/python-simplexml.spec
new file mode 100644
index 000..223c2a4
--- /dev/null
+++ b/python-simplexml.spec
@@ -0,0 +1,109 @@
+%bcond_without python2 # CPython 2.x module
+%bcond_without python3 # CPython 3.x module
+
+%definemodule  simplexml
+Summary:   Simplexml in Python
+Summary(pl.UTF-8): simplexml w Pythonie
+Name:  python-%{module}
+Version:   0.6.1
+Release:   1
+License:   GPL
+Group: Libraries/Python
+Source0:   
http://www.fit.vutbr.cz/~smrcka/projects/simplexml/%{module}-%{version}.tar.gz
+# Source0-md5: 79c9bd31ac4179189700daa4f40c24b1
+URL:   http://www.fit.vutbr.cz/~smrcka/projects/simplexml
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) = 1.219
+%if %{with python2}
+Requires:  python-modules
+%endif
+%if %{with python3}
+BuildRequires: python3-2to3
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SimpleXML is a commandline tool and library for very simply
+manipulating XML files. It lets you harvest data from XML files,
+change values of attributes, print or change data of elements, create
+new elements, etc. All you need is to know the path to element with
+definition of attributes and/or order of element. If you work with
+commandline tool, you must also know what do you want (change data,
+attributes, create new element, ...) In case you use the python
+module, you get an object with attributes like name, attr, value, data
+etc.
+
+For help with commandline tool, run it. It's really simple! ;-) For
+help with python module, import it and see __doc__ attributes ;-)
+
+Python 2.x version.
+
+%package -n python3-%{module}
+Summary:   Simplexml in Python
+Summary(pl.UTF-8): Simplexml w Pythonie
+Group: Libraries/Python
+
+%description -n python3-%{module}
+SimpleXML is a commandline tool and library for very simply
+manipulating XML files. It lets you harvest data from XML files,
+change values of attributes, print or change data of elements, create
+new elements, etc. All you need is to know the path to element with
+definition of attributes and/or order of element. If you work with
+commandline tool, you must also know what do you want (change data,
+attributes, create new element, ...) In case you use the python
+module, you get an object with attributes like name, attr, value, data
+etc.
+
+For help with commandline tool, run it. It's really simple! ;-) For
+help with python module, import it and see __doc__ attributes ;-)
+
+Python 2.x version.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%if %{with python2}
+install -d $RPM_BUILD_ROOT{%{py_sitescriptdir},%{_bindir}}
+install simplexml.py $RPM_BUILD_ROOT%{py_sitescriptdir}
+install simplexml $RPM_BUILD_ROOT%{_bindir}
+%endif
+
+%if %{with python3}
+install -d $RPM_BUILD_ROOT%{py3_sitescriptdir}
+install simplexml.py $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%endif
+
+%if %{with python2}
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_postclean
+%endif
+
+%if %{with python3}
+2to3-3.3 -w -n $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%py_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%py_postclean
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with python2}
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/simplexml
+%{py_sitescriptdir}/simplexml*
+%endif
+
+%if %{with python3}
+%files -n python3-%{module}
+%defattr(644,root,root,755)
+%{py3_sitescriptdir}/simplexml*
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-simplexml.git/commitdiff/be5cfb8dd779d7db19704b4dcd0467cd25da048c

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


DISTFILES: python-simplexml: simplexml-0.6.1.tar.gz

2013-07-21 Thread witekfl

Files fetched: 1

STORED: 
http://www.fit.vutbr.cz/~smrcka/projects/simplexml/simplexml-0.6.1.tar.gz
79c9bd31ac4179189700daa4f40c24b1  simplexml-0.6.1.tar.gz
Size: 8400 bytes


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


[packages/python-simplexml] - added subdir simplexml

2013-07-21 Thread witekfl
commit c23e648b57f2a43c9e1beb9f6513c4b6040f9cc4
Author: Witold Filipczyk wite...@poczta.onet.pl
Date:   Sun Jul 21 13:48:39 2013 +0200

- added subdir simplexml

 python-simplexml.spec | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/python-simplexml.spec b/python-simplexml.spec
index 223c2a4..825f51b 100644
--- a/python-simplexml.spec
+++ b/python-simplexml.spec
@@ -6,7 +6,7 @@ Summary:Simplexml in Python
 Summary(pl.UTF-8): simplexml w Pythonie
 Name:  python-%{module}
 Version:   0.6.1
-Release:   1
+Release:   2
 License:   GPL
 Group: Libraries/Python
 Source0:   
http://www.fit.vutbr.cz/~smrcka/projects/simplexml/%{module}-%{version}.tar.gz
@@ -68,14 +68,14 @@ Python 2.x version.
 %install
 rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
-install -d $RPM_BUILD_ROOT{%{py_sitescriptdir},%{_bindir}}
-install simplexml.py $RPM_BUILD_ROOT%{py_sitescriptdir}
+install -d $RPM_BUILD_ROOT{%{py_sitescriptdir}/simplexml,%{_bindir}}
+install *.py $RPM_BUILD_ROOT%{py_sitescriptdir}/simplexml/
 install simplexml $RPM_BUILD_ROOT%{_bindir}
 %endif
 
 %if %{with python3}
-install -d $RPM_BUILD_ROOT%{py3_sitescriptdir}
-install simplexml.py $RPM_BUILD_ROOT%{py3_sitescriptdir}
+install -d $RPM_BUILD_ROOT%{py3_sitescriptdir}/simplexml
+install *.py $RPM_BUILD_ROOT%{py3_sitescriptdir}/simplexml/
 %endif
 
 %if %{with python2}
@@ -99,11 +99,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/simplexml
-%{py_sitescriptdir}/simplexml*
+%dir %{py_sitescriptdir}/simplexml
+%{py_sitescriptdir}/simplexml/*
 %endif
 
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%{py3_sitescriptdir}/simplexml*
+%dir %{py3_sitescriptdir}/simplexml
+%{py3_sitescriptdir}/simplexml/*
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-simplexml.git/commitdiff/c23e648b57f2a43c9e1beb9f6513c4b6040f9cc4

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


[packages/python-simplexml] - use py3 macros for compilation

2013-07-21 Thread witekfl
commit dd8385e68e6fe8ff78bec571a38f4d8c5ab0fa1e
Author: Witold Filipczyk wite...@poczta.onet.pl
Date:   Sun Jul 21 13:55:23 2013 +0200

- use py3 macros for compilation

 python-simplexml.spec | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/python-simplexml.spec b/python-simplexml.spec
index 825f51b..50949ea 100644
--- a/python-simplexml.spec
+++ b/python-simplexml.spec
@@ -6,7 +6,7 @@ Summary:Simplexml in Python
 Summary(pl.UTF-8): simplexml w Pythonie
 Name:  python-%{module}
 Version:   0.6.1
-Release:   2
+Release:   3
 License:   GPL
 Group: Libraries/Python
 Source0:   
http://www.fit.vutbr.cz/~smrcka/projects/simplexml/%{module}-%{version}.tar.gz
@@ -86,9 +86,8 @@ install *.py $RPM_BUILD_ROOT%{py3_sitescriptdir}/simplexml/
 
 %if %{with python3}
 2to3-3.3 -w -n $RPM_BUILD_ROOT%{py3_sitescriptdir}
-%py_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
-%py_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
-%py_postclean
+%py3_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%py3_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
 %endif
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-simplexml.git/commitdiff/dd8385e68e6fe8ff78bec571a38f4d8c5ab0fa1e

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


[packages/fribidi] - updated to 0.19.5

2013-07-21 Thread qboosh
commit d9ec6e9b177578bf0f23bc21050bd8e3c3be00d7
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 14:02:44 2013 +0200

- updated to 0.19.5

 fribidi.spec | 30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/fribidi.spec b/fribidi.spec
index b11f756..5ee3154 100644
--- a/fribidi.spec
+++ b/fribidi.spec
@@ -1,17 +1,24 @@
+#
+# Conditional build:
+%bcond_without glib# Glib usage
+%bcond_without static_libs # static library
+#
 Summary:   GNU FriBidi - library implementing the Unicode BiDi algorithm
 Summary(pl.UTF-8): GNU FriBidi - biblioteka implementująca algorytm 
Unicode BiDi
 Name:  fribidi
-Version:   0.19.2
-Release:   2
+Version:   0.19.5
+Release:   1
 License:   LGPL v2.1+
 Group: Libraries
-Source0:   http://fribidi.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 626db17d2d99b43615ad9d12500f568a
+Source0:   http://fribidi.org/download/%{name}-%{version}.tar.bz2
+# Source0-md5: 925bafb97afee8a2fc2d0470c072a155
 URL:   http://fribidi.freedesktop.org/
-BuildRequires: autoconf = 2.56
-BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: autoconf = 2.64
+BuildRequires: automake = 1:1.11.1
+%{?with_glib:BuildRequires:glib2-devel = 1:2.4}
+BuildRequires: libtool = 2:2.2
 BuildRequires: pkgconfig
+%{?with_glib:Requires: glib2 = 1:2.4}
 Obsoletes: libfribidi0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,6 +33,7 @@ Summary:  Header files for FriBidi library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki FriBidi
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+%{?with_glib:Requires: glib2-devel = 1:2.4}
 Obsoletes: libfribidi0-devel
 
 %description devel
@@ -57,7 +65,11 @@ Biblioteka statyczna FriBidi.
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+   --disable-silent-rules \
+   %{?with_static_libs:--enable-static} \
+   --with-glib%{!?with_glib:=no}
+
 %{__make}
 
 %install
@@ -87,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/fribidi.pc
 %{_mandir}/man3/fribidi_*.3*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libfribidi.a
+%endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fribidi.git/commitdiff/d9ec6e9b177578bf0f23bc21050bd8e3c3be00d7

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


DISTFILES: fribidi: fribidi-0.19.5.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://fribidi.org/download/fribidi-0.19.5.tar.bz2
925bafb97afee8a2fc2d0470c072a155  fribidi-0.19.5.tar.bz2
Size: 625034 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/http-parser] - pl, cleanup

2013-07-21 Thread qboosh
commit 1961ec031096de8f38af72a1bfa9b403bff50fa6
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 14:05:39 2013 +0200

- pl, cleanup

 http-parser.spec | 42 +-
 1 file changed, 29 insertions(+), 13 deletions(-)
---
diff --git a/http-parser.spec b/http-parser.spec
index 7c2db36..6409037 100644
--- a/http-parser.spec
+++ b/http-parser.spec
@@ -2,20 +2,21 @@
 %define git_commit_hash cd01361
 %define github_seq 7
 Summary:   HTTP request/response parser for C
+Summary(pl.UTF-8): Analizator żądań/odpowiedzi HTTP dla C
 Name:  http-parser
 Version:   2.0
 Release:   0.git%{git_commit_hash}
 License:   MIT
 Group: Libraries
-URL:   http://github.com/joyent/http-parser
 # download from https://github.com/joyent/http-parser/tarball/%%{version}
 Source0:   
http://pkgs.fedoraproject.org/repo/pkgs/http-parser/joyent-%{name}-v%{version}-%{github_seq}-g%{git_commit_hash}.tar.gz/340f2aab333c435cbaf49a4949645a06/joyent-http-parser-v%{version}-%{github_seq}-g%{git_commit_hash}.tar.gz
 # Source0-md5: 340f2aab333c435cbaf49a4949645a06
-BuildRequires: libstdc++-devel
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # Build shared library with SONAME using gyp and remove -O flags so optflags 
take over
 # TODO: do this nicely upstream
-Patch1:%{name}-gyp-sharedlib.patch
+Patch0:%{name}-gyp-sharedlib.patch
+URL:   http://github.com/joyent/http-parser
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: gyp
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,23 +34,38 @@ anytime. Depending on your architecture, it only requires 
about 40
 bytes of data per message stream (in a web server that is per
 connection).
 
+%description -l pl.UTF-8
+Ten pakiet zawiera analizator komunikatów HTTP napisany w C. Analizuje
+zarówno żądania, jak i odpowiedzi. Może być używany w zastosowaniach
+wymagających dużej wydajności. Nie wykonuje żadnych wywołań
+systemowych, nie przydziela pamięci, nie buforuje danych, może być
+przerwany w dowolnej chwili. W zależności od architektury wymaga
+jedynie około 40 bajtów danych dla strumienia komunikatów (w przypadku
+serwera WWW - dla połączenia).
+
 %package devel
-Summary:   Development headers and libraries for http-parser
+Summary:   Development headers for http-parser library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki http-parser
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 
 %description devel
-Development headers and libraries for http-parser.
+Development headers for http-parser library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki http-parser.
 
 %prep
 %setup -q -n joyent-%{name}-%{git_commit_hash}
-%patch1
+%patch0
 
 %build
 # TODO: fix -fPIC upstream
-export CFLAGS='%{optflags} -fPIC'
+export CFLAGS='%{rpmcflags} -fPIC'
 gyp -f make --depth=. http_parser.gyp
-%{__make} V=1 BUILDTYPE=Release
+%{__make} \
+   BUILDTYPE=Release \
+   V=1
 
 %if %{with tests}
 export LD_LIBRARY_PATH='./out/Release/lib.target'
@@ -84,12 +100,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CONTRIBUTIONS LICENSE-MIT README.md
 %attr(755,root,root) %{_libdir}/libhttp_parser.so.*.*.*
-%ghost %{_libdir}/libhttp_parser.so.2
+%attr(755,root,root) %ghost %{_libdir}/libhttp_parser.so.2
 %attr(755,root,root) %{_libdir}/libhttp_parser_strict.so.*.*.*
-%ghost %{_libdir}/libhttp_parser_strict.so.2
+%attr(755,root,root) %ghost %{_libdir}/libhttp_parser_strict.so.2
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libhttp_parser.so
+%attr(755,root,root) %{_libdir}/libhttp_parser_strict.so
 %{_includedir}/http_parser.h
-%{_libdir}/libhttp_parser.so
-%{_libdir}/libhttp_parser_strict.so


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/http-parser.git/commitdiff/1961ec031096de8f38af72a1bfa9b403bff50fa6

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


[packages/libdatrie] - updated to 0.2.6

2013-07-21 Thread qboosh
commit c2e30f43297fa6e92e27a7013a8ab614f66917e7
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 14:10:54 2013 +0200

- updated to 0.2.6

 libdatrie.spec | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/libdatrie.spec b/libdatrie.spec
index f12a22b..ab138a8 100644
--- a/libdatrie.spec
+++ b/libdatrie.spec
@@ -1,14 +1,16 @@
 Summary:   Double-Array Trie library
 Summary(pl.UTF-8): Biblioteka dwutablicowego trie
 Name:  libdatrie
-Version:   0.2.5
+Version:   0.2.6
 Release:   1
 License:   LGPL v2.1
 Group: Libraries
-Source0:   
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz
-# Source0-md5: c9b057d07198d66e1ac2eff32937d3d4
+Source0:   
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
+# Source0-md5: e253eb2433045f6e224c7fa44f9796e1
 URL:   http://linux.thai.net/projects/datrie
 BuildRequires: doxygen
+BuildRequires: tar = 1:1.22
+BuildRequires: xz
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/{datrie,libdatrie}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdatrie.git/commitdiff/c2e30f43297fa6e92e27a7013a8ab614f66917e7

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


DISTFILES: libdatrie: libdatrie-0.2.6.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.6.tar.xz
e253eb2433045f6e224c7fa44f9796e1  libdatrie-0.2.6.tar.xz
Size: 269288 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/libthai] - updated to 0.1.19

2013-07-21 Thread qboosh
commit 8167bf9069ae30de2ce23ec01c6dee40ca69c6dd
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 14:21:53 2013 +0200

- updated to 0.1.19

 libthai.spec | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/libthai.spec b/libthai.spec
index 5d2b2a1..34853b8 100644
--- a/libthai.spec
+++ b/libthai.spec
@@ -1,16 +1,18 @@
 Summary:   LibThai - Thai language support routines
 Summary(pl.UTF-8): LibThai - biblioteka wspomagająca obsługę języka 
tajskiego
 Name:  libthai
-Version:   0.1.18
+Version:   0.1.19
 Release:   1
 License:   LGPL v2.1
 Group: Libraries
-Source0:   
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz
-# Source0-md5: 0250fc5255c1e62b23f88c2d6b1d6262
+Source0:   
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
+# Source0-md5: c4a6c3842257889f8f15ae192b66e797
 URL:   http://linux.thai.net/projects/libthai
 BuildRequires: doxygen
 BuildRequires: libdatrie-devel = 0.2
 BuildRequires: pkgconfig
+BuildRequires: tar = 1:1.22
+BuildRequires: xz
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+# packaged as %doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/libthai
 
 %clean
@@ -85,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%doc doc/html/*
 %attr(755,root,root) %{_libdir}/libthai.so
 %{_libdir}/libthai.la
 %{_includedir}/thai


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libthai.git/commitdiff/8167bf9069ae30de2ce23ec01c6dee40ca69c6dd

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


DISTFILES: libthai: libthai-0.1.19.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.19.tar.xz
c4a6c3842257889f8f15ae192b66e797  libthai-0.1.19.tar.xz
Size: 373420 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/libgit2] - updated to 0.19.0 - removed obsolete http-parser patch

2013-07-21 Thread qboosh
commit 43bce41a7bca6ca980ed1670f4bebbac73f024ae
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 14:27:44 2013 +0200

- updated to 0.19.0
- removed obsolete http-parser patch

 libgit2-http-parser.patch | 91 ---
 libgit2.spec  | 14 
 2 files changed, 7 insertions(+), 98 deletions(-)
---
diff --git a/libgit2.spec b/libgit2.spec
index f5caed3..85da836 100644
--- a/libgit2.spec
+++ b/libgit2.spec
@@ -6,17 +6,17 @@
 Summary:   C git library
 Summary(pl.UTF-8): Biblioteka git dla C
 Name:  libgit2
-Version:   0.18.0
+Version:   0.19.0
 Release:   1
 License:   GPL v2 with linking exception
 Group: Libraries
-Source0:   
https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz?/%{name}-version.tgz
-# Source0-md5: ce6845df0dd084ef2633a69dba64929c
-Patch0:%{name}-http-parser.patch
-Patch1:%{name}-test-online.patch
+Source0:   
https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
+# Source0-md5: d682d9424d95f697bf3f89b358fe8e1a
+Patch0:%{name}-test-online.patch
 URL:   http://libgit2.github.com/
 BuildRequires: cmake = 2.6
 BuildRequires: http-parser-devel
+BuildRequires: libssh2-devel
 BuildRequires: openssl-devel
 %{?with_tests:BuildRequires:   python}
 BuildRequires: zlib-devel
@@ -51,12 +51,12 @@ Pliki nagłówkowe biblioteki libgit2.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -d build
 cd build
-%cmake %{?with_tests_online:-DONLINE_TESTS=1} ..
+%cmake .. \
+   %{?with_tests_online:-DONLINE_TESTS=1}
 %{__make}
 
 %{?with_tests:%{__make} test ARGS=-V}
diff --git a/libgit2-http-parser.patch b/libgit2-http-parser.patch
deleted file mode 100644
index f8c98d1..000
--- a/libgit2-http-parser.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From 893373eaacf15f24c6d98e75d44833730c923f95 Mon Sep 17 00:00:00 2001
-From: Veeti Paananen veeti.paana...@rojekti.fi
-Date: Thu, 2 May 2013 14:07:22 +0300
-Subject: [PATCH] Build with the system's http-parser installation if available
-

- CMakeLists.txt  | 15 +++---
- cmake/Modules/FindHTTP_Parser.cmake | 39 +
- 2 files changed, 51 insertions(+), 3 deletions(-)
- create mode 100644 cmake/Modules/FindHTTP_Parser.cmake
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6bd25aa..10caa16 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -14,6 +14,8 @@
- PROJECT(libgit2 C)
- CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
- 
-+SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
${CMAKE_SOURCE_DIR}/cmake/Modules/)
-+
- # Build options
- #
- OPTION( SONAMESet the (SO)VERSION of the 
target ON  )
-@@ -97,8 +99,16 @@ ELSE ()
-   IF (NOT AMIGA)
-   FIND_PACKAGE(OpenSSL)
-   ENDIF ()
--  FILE(GLOB SRC_HTTP deps/http-parser/*.c)
--  INCLUDE_DIRECTORIES(deps/http-parser)
-+
-+  FIND_PACKAGE(HTTP_Parser QUIET)
-+  IF (HTTP_PARSER_FOUND AND HTTP_PARSER_VERSION_MAJOR EQUAL 2)
-+  INCLUDE_DIRECTORIES(${HTTP_PARSER_INCLUDE_DIRS})
-+  LINK_LIBRARIES(${HTTP_PARSER_LIBRARIES})
-+  ELSE()
-+  MESSAGE(http-parser was not found or is too old; using bundled 
3rd-party sources.)
-+  INCLUDE_DIRECTORIES(deps/http-parser)
-+  FILE(GLOB SRC_HTTP deps/http-parser/*.c)
-+  ENDIF()
- ENDIF()
- 
- # Specify sha1 implementation
-diff --git a/cmake/Modules/FindHTTP_Parser.cmake 
b/cmake/Modules/FindHTTP_Parser.cmake
-new file mode 100644
-index 000..d92bf75
 /dev/null
-+++ b/cmake/Modules/FindHTTP_Parser.cmake
-@@ -0,0 +1,39 @@
-+# - Try to find http-parser
-+#
-+# Defines the following variables:
-+#
-+# HTTP_PARSER_FOUND - system has http-parser
-+# HTTP_PARSER_INCLUDE_DIR - the http-parser include directory
-+# HTTP_PARSER_LIBRARIES - Link these to use http-parser
-+# HTTP_PARSER_VERSION_MAJOR - major version
-+# HTTP_PARSER_VERSION_MINOR - minor version
-+# HTTP_PARSER_VERSION_STRING - the version of http-parser found
-+
-+# Find the header and library
-+FIND_PATH(HTTP_PARSER_INCLUDE_DIR NAMES http_parser.h)
-+FIND_LIBRARY(HTTP_PARSER_LIBRARY NAMES http_parser libhttp_parser)
-+
-+# Found the header, read version
-+if (HTTP_PARSER_INCLUDE_DIR AND EXISTS 
${HTTP_PARSER_INCLUDE_DIR}/http_parser.h)
-+  FILE(READ ${HTTP_PARSER_INCLUDE_DIR}/http_parser.h HTTP_PARSER_H)
-+  IF (HTTP_PARSER_H)
-+  STRING(REGEX REPLACE .*#define[\t 
]+HTTP_PARSER_VERSION_MAJOR[\t ]+([0-9]+).* \\1 HTTP_PARSER_VERSION_MAJOR 
${HTTP_PARSER_H})
-+  STRING(REGEX REPLACE .*#define[\t 
]+HTTP_PARSER_VERSION_MINOR[\t ]+([0-9]+).* \\1 HTTP_PARSER_VERSION_MINOR 
${HTTP_PARSER_H})
-+  SET(HTTP_PARSER_VERSION_STRING 
${HTTP_PARSER_VERSION_MAJOR}.${HTTP_PARSER_VERSION_MINOR})
-+  ENDIF()
-+  UNSET(HTTP_PARSER_H)
-+ENDIF()
-+
-+# Handle the QUIETLY 

DISTFILES: libgit2: libgit2-0.19.0.tar.gz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
https://github.com/libgit2/libgit2/archive/v0.19.0.tar.gz?/libgit2-0.19.0.tar.gz
d682d9424d95f697bf3f89b358fe8e1a  libgit2-0.19.0.tar.gz
Size: 3122978 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/ibus-libthai] Created branch master

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

Summary of new commits:

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


[packages/ibus-libthai] - new

2013-07-21 Thread qboosh
commit 52d68f98e1f6fead5b20823ca6ee7d0b9aba3807
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:11:32 2013 +0200

- new

 ibus-libthai.spec | 69 +++
 1 file changed, 69 insertions(+)
---
diff --git a/ibus-libthai.spec b/ibus-libthai.spec
new file mode 100644
index 000..115468a
--- /dev/null
+++ b/ibus-libthai.spec
@@ -0,0 +1,69 @@
+Summary:   Thai input method engine for IBus
+Summary(pl.UTF-8): Silnik metody wprowadzania znaków tajskich dla 
platformy IBus
+Name:  ibus-libthai
+Version:   0.1.1
+Release:   1
+License:   GPL v2+
+Group: Libraries
+Source0:   
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
+# Source0-md5: 5fb5a6d63944e61db05c1b6353d83850
+URL:   http://linux.thai.net/
+BuildRequires: gettext-devel = 0.18.1
+BuildRequires: glib2-devel = 2.0
+BuildRequires: gtk+3-devel = 3.0
+BuildRequires: ibus-devel = 1.3.0
+BuildRequires: libthai-devel = 0.1.19
+BuildRequires: pkgconfig
+BuildRequires: tar = 1:1.22
+BuildRequires: xz
+Requires:  libthai = 0.1.19
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_libexecdir %{_libdir}/ibus
+
+%description
+IBus-LibThai is a Thai input method engine for IBus, based on the
+LibThai library.
+
+Currently, it provides 3 keyboard layouts internally:
+ - Ketmanee
+ - Pattachote
+ - TIS-820.2538
+(Thai XKB symbols are also supported.)
+
+%description -l pl.UTF-8
+IBus-LibThai to silnik metody wprowadzania znaków tajskich dla
+platformy IBus, oparty na bibliotece LibThai.
+
+Obecnie udostępnia wewnętrznie 3 układy klawiatury:
+ - Metmanee
+ - Pattachote
+ - TIS-820.2538
+(tajskie symbole XKB są także obsługiwane).
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libexecdir}/ibus-engine-libthai
+%attr(755,root,root) %{_libexecdir}/ibus-setup-libthai
+%{_datadir}/ibus-libthai
+%{_datadir}/ibus/component/libthai.xml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ibus-libthai.git/commitdiff/52d68f98e1f6fead5b20823ca6ee7d0b9aba3807

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


DISTFILES: ibus-libthai: ibus-libthai-0.1.1.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://linux.thai.net/pub/thailinux/software/libthai/ibus-libthai-0.1.1.tar.xz
5fb5a6d63944e61db05c1b6353d83850  ibus-libthai-0.1.1.tar.xz
Size: 149016 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/pl] - added format patch (workaround to build with -Werror=format-security) - hacks to fix java detectio

2013-07-21 Thread qboosh
commit 6e26775e9ddc7586a0117aeb6898c7dba693f49b
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:14:33 2013 +0200

- added format patch (workaround to build with -Werror=format-security)
- hacks to fix java detection

 pl-format.patch | 11 +++
 pl.spec |  8 +++-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/pl.spec b/pl.spec
index eddf7c9..1a64d20 100644
--- a/pl.spec
+++ b/pl.spec
@@ -22,6 +22,7 @@ Source0:  
http://www.swi-prolog.org/download/stable/src/%{name}-%{version}.tar.gz
 # Source0-md5: 1fe29778bef25bff8116745e56ec3b28
 Patch0:%{name}-clib-configure.patch
 Patch1:%{name}-xpce-install.patch
+Patch2:%{name}-format.patch
 URL:   http://www.swi-prolog.org/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
@@ -144,6 +145,7 @@ Prolog.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cd src
@@ -158,6 +160,7 @@ cd ..
 # the packages are written in Prolog itself
 PATH=$(pwd)/src:$PATH; export PATH
 LD_LIBRARY_PATH=$(pwd)/lib/%{_target_cpu}-linux; export LD_LIBRARY_PATH
+export CLASSPATH=.
 
 cd packages
 wd=`pwd`
@@ -171,7 +174,10 @@ for i in clib cpp odbc table xpce/src sgml RDF semweb http 
chr \
%{__aclocal}
%{__autoconf}
grep -q AC_CONFIG_HEADER configure.in  %{__autoheader}
-   %configure
+   # ac_cv_prog_uudecode_base64=no is a hack to compile Test.class instead 
of
+   # using included one which fails with Sun/Oracle JDK 1.6 [needed for 
jpl]
+   %configure \
+   ac_cv_prog_uudecode_base64=no
%{__make}
cd $wd
 done
diff --git a/pl-format.patch b/pl-format.patch
new file mode 100644
index 000..d67681b
--- /dev/null
+++ b/pl-format.patch
@@ -0,0 +1,11 @@
+--- pl-6.4.0/packages/xpce/src/ker/goodies.c.orig  2013-07-17 
14:55:08.0 +0200
 pl-6.4.0/packages/xpce/src/ker/goodies.c   2013-07-21 14:18:44.557235666 
+0200
+@@ -845,7 +845,7 @@
+   ar = vsscanf(str, fmt, (va_list) ptrs);
+ #else
+   switch(argn)
+-  { case 0:   ar = sscanf(str, fmt); break;
++  { case 0:   ar = sscanf(str, fmt, NULL); break;
+ case 1:   ar = sscanf(str, fmt, ptrs[0]); break;
+ case 2:   ar = sscanf(str, fmt, ptrs[0], ptrs[1]); break;
+ case 3:   ar = sscanf(str, fmt, ptrs[0], ptrs[1], ptrs[2]);


 gitweb:

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

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


[packages/kde4-kdevelop] - updated to 4.5.1

2013-07-21 Thread bszx
commit c12cb48314bc3d36df2ce659e5316b5d6d68dc9f
Author: Bartek Szady b...@pld-linux.org
Date:   Sun Jul 21 15:15:14 2013 +0200

- updated to 4.5.1

 kde4-kdevelop.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kde4-kdevelop.spec b/kde4-kdevelop.spec
index 06b96d3..6f762e6 100644
--- a/kde4-kdevelop.spec
+++ b/kde4-kdevelop.spec
@@ -5,7 +5,7 @@
 %definekdever  4.8.0
 %defineqtver   4.8.0
 %defineorgname kdevelop
-%definekdevplatform1.5.0
+%definekdevplatform1.5.1
 
 Summary:   KDE Integrated Development Environment
 Summary(de.UTF-8): KDevelop ist eine grafische Entwicklungsumgebung für KDE
@@ -13,12 +13,12 @@ Summary(pl.UTF-8):  Zintegrowane środowisko programisty dla 
KDE
 Summary(pt_BR.UTF-8):  Ambiente Integrado de Desenvolvimento para o KDE
 Summary(zh_CN.UTF-8):  KDE C/C++集成开发环境
 Name:  kde4-kdevelop
-Version:   4.5.0
+Version:   4.5.1
 Release:   1
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{version}/src/%{orgname}-%{version}.tar.bz2
-# Source0-md5: 7a16db527e0565e435975e929b682af3
+# Source0-md5: 9356d8faa06a027fb6854391b03ba4bd
 URL:   http://www.kdevelop.org/
 BuildRequires: QtHelp-devel = %{qtver}
 BuildRequires: QtNetwork-devel = %{qtver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdevelop.git/commitdiff/c12cb48314bc3d36df2ce659e5316b5d6d68dc9f

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


[packages/kde4-kdevplatform] - updated to 1.5.1

2013-07-21 Thread bszx
commit 9e9fc52f5ca9fa517b302f09dd5e938df068543b
Author: Bartlomiej.Szady bartlomiej.sz...@polsl.pl
Date:   Sun Jul 21 15:14:03 2013 +0200

- updated to 1.5.1

 kde4-kdevplatform.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/kde4-kdevplatform.spec b/kde4-kdevplatform.spec
index 4cbb6c7..6fa2750 100644
--- a/kde4-kdevplatform.spec
+++ b/kde4-kdevplatform.spec
@@ -1,24 +1,25 @@
 %define_state  stable
 %defineorgname kdevplatform
-%define_kdevelopver4.5.0
+%define_kdevelopver4.5.1
 %definekdever  4.8.0
 %defineqtver   4.8.0
 
 Summary:   KDevelop Development Platform
 Summary(pl.UTF-8): KDevelop Development Platform
 Name:  kde4-kdevplatform
-Version:   1.5.0
+Version:   1.5.1
 Release:   1
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{_kdevelopver}/src/%{orgname}-%{version}.tar.bz2
-# Source0-md5: 8fa597c3ed8ab65ab64238fd700d63bf
+# Source0-md5: 639a2cbacce0156cd0c61bed74b383c2
 URL:   http://www.kdevelop.org/
 BuildRequires: QtNetwork-devel = %{qtver}
 BuildRequires: automoc4
 BuildRequires: boost-devel
 BuildRequires: cmake = 2.8.0
 BuildRequires: gettext-devel
+BuildRequires: grantlee-devel
 BuildRequires: kde4-kdelibs-devel = %{kdever}
 BuildRequires: libstdc++-devel
 BuildRequires: qjson-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdevplatform.git/commitdiff/9e9fc52f5ca9fa517b302f09dd5e938df068543b

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


[packages/CEGUI] - added glfw3 patch (adjust GLFW paths for glfw 3) - completed BRs - added RapidXML parser - created

2013-07-21 Thread qboosh
commit 9584aa94ef66bc5dcd0bcd11b1ed59950099e75d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:21:33 2013 +0200

- added glfw3 patch (adjust GLFW paths for glfw 3)
- completed BRs
- added RapidXML parser
- created *-Parser subpackages

 CEGUI-glfw3.patch |  11 +
 CEGUI.spec| 117 +++---
 2 files changed, 105 insertions(+), 23 deletions(-)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index 7440b50..ea9ff16 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -1,5 +1,3 @@
-# TODO:
-# - separate packages for plugins
 #
 # Conditional build:
 %bcond_without xercesc # build XercesParser
@@ -20,42 +18,47 @@ Source1:
http://downloads.sourceforge.net/crayzedsgui/cegui-docs-%{version}.tar.
 # Source1-md5: 19029d82148fb6c4145c757ee59ccf8a
 Patch0:pthread.patch
 Patch1:python-sitedir.patch
+Patch2:%{name}-glfw3.patch
 URL:   http://www.cegui.org.uk/
 BuildRequires: DevIL-devel
 BuildRequires: DirectFB-devel = 1.2.0
 BuildRequires: FreeImage-devel
 BuildRequires: SILLY-devel = 0.1.0
-BuildRequires: cmake
+BuildRequires: boost-devel = 1.36.0
+BuildRequires: cmake = 2.8
 BuildRequires: corona-devel
+BuildRequires: doxygen
 BuildRequires: expat-devel
+BuildRequires: fribidi-devel
 BuildRequires: freetype-devel = 2.0
+BuildRequires: glfw-devel
 BuildRequires: gtk+2-devel = 2:2.4
 BuildRequires: irrlicht-devel = 1.4
 BuildRequires: libstdc++-devel
 BuildRequires: libtool = 2:1.5
 BuildRequires: libxml2-devel = 1:2.6
 BuildRequires: lua51-devel = 5.1
+BuildRequires: minizip-devel
 %if %{with ogre}
 BuildRequires: ogre-devel = 1.6.0
 BuildRequires: ois-devel = 1.0.0
 %endif
 BuildRequires: pcre-devel = 5.0
 BuildRequires: pkgconfig
+BuildRequires: python-devel
+BuildRequires: rapidxml
 BuildRequires: sed = 4.0
 BuildRequires: tinyxml-devel
 BuildRequires: tolua++-devel
+%{?with_xercesc:BuildRequires: xerces-c-devel}
 # for irrlicht renderer
 BuildRequires: xorg-lib-libXxf86vm-devel
 %if %{with opengl}
 BuildRequires: GLM
 BuildRequires: OpenGL-GLU-devel
-BuildRequires: OpenGL-glut-devel
 BuildRequires: glew-devel
+BuildRequires: glfw-devel
 %endif
-%if %{with xercesc}
-BuildRequires: xerces-c-devel
-%endif
-Requires:  irrlicht = 1.4
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -206,6 +209,67 @@ Header files for CEGUI SILLYImageCodec library.
 %description ImageCodec-SILLY-devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki CEGUI SILLYImageCodec.
 
+%package Parser-Expat
+Summary:   Expat-based XML parser module
+Summary(pl.UTF-8): Moduł analizatora XML oparty na bibliotece Expat
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description Parser-Expat
+Expat-based XML parser module.
+
+%description Parser-Expat -l pl.UTF-8
+Moduł analizatora XML oparty na bibliotece Expat.
+
+%package Parser-LibXML
+Summary:   LibXML-based XML parser module
+Summary(pl.UTF-8): Moduł analizatora XML oparty na bibliotece LibXML
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  libxml2 = 1:2.6
+
+%description Parser-LibXML
+LibXML-based XML parser module.
+
+%description Parser-LibXML -l pl.UTF-8
+Moduł analizatora XML oparty na bibliotece LibXML.
+
+%package Parser-RapidXML
+Summary:   RapidXML-based XML parser module
+Summary(pl.UTF-8): Moduł analizatora XML oparty na bibliotece RapidXML
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description Parser-RapidXML
+RapidXML-based XML parser module.
+
+%description Parser-RapidXML -l pl.UTF-8
+Moduł analizatora XML oparty na bibliotece RapidXML.
+
+%package Parser-TinyXML
+Summary:   TinyXML-based XML parser module
+Summary(pl.UTF-8): Moduł analizatora XML oparty na bibliotece TinyXML
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description Parser-TinyXML
+TinyXML-based XML parser module.
+
+%description Parser-TinyXML -l pl.UTF-8
+Moduł analizatora XML oparty na bibliotece TinyXML.
+
+%package Parser-Xerces
+Summary:   Xerces-based XML parser module
+Summary(pl.UTF-8): Moduł analizatora XML oparty na bibliotece Xerces
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description Parser-Xerces
+Xerces-based XML parser module.
+
+%description Parser-Xerces -l pl.UTF-8
+Moduł analizatora XML oparty na bibliotece Xerces.
+
 %package Renderer-DirectFB
 Summary:   DirectFBRenderer library for CEGUI
 Summary(pl.UTF-8): Biblioteka DirectFBRenderer dla CEGUI
@@ -360,12 +424,12 @@ Wiązania Pythona do biblioteki CEGUI OpenGLRenderer.
 %setup -q -a 1 -n cegui-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -d build
 cd build
-%cmake \
-   ../ \
+%cmake .. \
-DCEGUI_SAMPLES_ENABLED:BOOL=%{?with_samples:ON}%{!?with_samples:OFF} \


DISTFILES: kde4-kdevplatform: kdevplatform-1.5.1.tar.bz2

2013-07-21 Thread bszx

Files fetched: 1

STORED: 
ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.5.1/src/kdevplatform-1.5.1.tar.bz2
639a2cbacce0156cd0c61bed74b383c2  kdevplatform-1.5.1.tar.bz2
Size: 2272743 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: kde4-kdevelop: kdevelop-4.5.1.tar.bz2

2013-07-21 Thread bszx

Files fetched: 1

STORED: 
ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.5.1/src/kdevelop-4.5.1.tar.bz2
9356d8faa06a027fb6854391b03ba4bd  kdevelop-4.5.1.tar.bz2
Size: 5342081 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/fonts-thai-scalable] - updated to 0.5.1

2013-07-21 Thread qboosh
commit 0d17f0c419b8ed7063d8c0b9965ae5b74300cba4
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:25:10 2013 +0200

- updated to 0.5.1

 fonts-thai-scalable.spec | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/fonts-thai-scalable.spec b/fonts-thai-scalable.spec
index 9e6a84e..839ac4f 100644
--- a/fonts-thai-scalable.spec
+++ b/fonts-thai-scalable.spec
@@ -5,20 +5,24 @@
 Summary:   Collection of Thai scalable fonts
 Summary(pl.UTF-8): Kolekcja skalowalnych fontów tajskich
 Name:  fonts-thai-scalable
-Version:   0.5.0
-Release:   3
+Version:   0.5.1
+Release:   1
 License:   MIT (Waree font), GPL v2+ (the rest)
 Group: Fonts
-Source0:   
http://linux.thai.net/pub/thailinux/software/thaifonts-scalable/fonts-tlwg-%{version}.tar.gz
-# Source0-md5: e407df4a9652aa1555e3dd5894d6ddd8
+Source0:   
http://linux.thai.net/pub/thailinux/software/thaifonts-scalable/fonts-tlwg-%{version}.tar.xz
+# Source0-md5: e1889e2514e60ea32a77c813992d0cec
 Patch0:fontconfig-2.10.patch
 URL:   http://linux.thai.net/projects/thaifonts-scalable
+BuildRequires: autoconf = 2.59
+BuildRequires: automake
 BuildRequires: fontforge = 20080110
 BuildRequires: xorg-app-mkfontscale
 %if %{with latex}
 BuildRequires: texlive
 BuildRequires: thailatex = 0.4.6
 %endif
+BuildRequires: tar = 1:1.22
+BuildRequires: xz
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fonts-thai-scalable.git/commitdiff/0d17f0c419b8ed7063d8c0b9965ae5b74300cba4

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


DISTFILES: fonts-thai-scalable: fonts-tlwg-0.5.1.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://linux.thai.net/pub/thailinux/software/thaifonts-scalable/fonts-tlwg-0.5.1.tar.xz
e1889e2514e60ea32a77c813992d0cec  fonts-tlwg-0.5.1.tar.xz
Size: 2923204 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/swath] - updated to 0.5.0

2013-07-21 Thread qboosh
commit 7943fd49b63b874b6af8a0e848a36e1347b9960d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:30:29 2013 +0200

- updated to 0.5.0

 swath.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/swath.spec b/swath.spec
index 8e21c14..1f7c018 100644
--- a/swath.spec
+++ b/swath.spec
@@ -1,16 +1,18 @@
 Summary:   Smart Word Analysis for THai
 Summary(pl.UTF-8): Inteligentna analiza słów dla pisma tajskiego
 Name:  swath
-Version:   0.4.3
+Version:   0.5.0
 Release:   1
 License:   GPL v2
 Group: Applications/Text
-Source0:   
http://linux.thai.net/pub/thailinux/software/swath/%{name}-%{version}.tar.gz
-# Source0-md5: 31d9e15e8d2b28531e94a514614f
+Source0:   
http://linux.thai.net/pub/thailinux/software/swath/%{name}-%{version}.tar.xz
+# Source0-md5: 97e1dfa8efedc45a86b615d41a64c3d6
 URL:   http://linux.thai.net/
 BuildRequires: libstdc++-devel
 BuildRequires: libdatrie-devel = 0.2
 BuildRequires: pkgconfig
+BuildRequires: tar = 1:1.22
+BuildRequires: xz
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/swath.git/commitdiff/7943fd49b63b874b6af8a0e848a36e1347b9960d

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


DISTFILES: swath: swath-0.5.0.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://linux.thai.net/pub/thailinux/software/swath/swath-0.5.0.tar.xz
97e1dfa8efedc45a86b615d41a64c3d6  swath-0.5.0.tar.xz
Size: 328292 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/rpm-build-tools] - haskell hackage support

2013-07-21 Thread atler
commit bd37d7ae8b9bc7be74e75e822704c138b3e4376a
Author: Jan Palus jan.pa...@gmail.com
Date:   Sun Jul 21 15:31:24 2013 +0200

- haskell hackage support

 pldnotify.awk | 5 +
 1 file changed, 5 insertions(+)
---
diff --git a/pldnotify.awk b/pldnotify.awk
index d6192e7..762a743 100755
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -314,6 +314,11 @@ function get_links(url,filename,   
errno,link,oneline,retval,odp,wholeodp,lowero
d(owncloud tarball url, mungled url to:  url)
}
 
+   if (url 
~/^(http|https):\/\/hackage\.haskell\.org\/packages\/archive\//) {
+   gsub(\/packages\/archive,/package,url)
+   d(hackage haskell 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/bd37d7ae8b9bc7be74e75e822704c138b3e4376a

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


[packages/gmime] - updated to 2.6.16; introduces gobject and vala bindings

2013-07-21 Thread qboosh
commit ef1909d4122f996e3c335fdcccd5103937c4d35e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:40:38 2013 +0200

- updated to 2.6.16; introduces gobject and vala bindings

 gmime.spec | 30 ++
 1 file changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/gmime.spec b/gmime.spec
index 2ed3354..47cbea9 100644
--- a/gmime.spec
+++ b/gmime.spec
@@ -9,12 +9,12 @@
 Summary:   GMIME library
 Summary(pl.UTF-8): Biblioteka GMIME
 Name:  gmime
-Version:   2.6.15
+Version:   2.6.16
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gmime/2.6/%{name}-%{version}.tar.xz
-# Source0-md5: a139ee5870ec4c0bf28fcff8ac0af444
+# Source0-md5: 05c365dd1c4fd3617ec9c68f134075f1
 Patch0:%{name}-link.patch
 Patch1:%{name}-am.patch
 URL:   http://spruce.sourceforge.net/gmime/
@@ -22,6 +22,7 @@ BuildRequires:autoconf = 2.54
 BuildRequires: automake = 1:1.9
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.18.0
+BuildRequires: gobject-introspection-devel = 1.30.0
 BuildRequires: gpgme-devel = 1:1.1.6
 BuildRequires: gtk-doc = 1.8
 BuildRequires: libtool
@@ -108,6 +109,19 @@ Development part of dotnet-gmime-sharp.
 %description -n dotnet-gmime-sharp-devel -l pl.UTF-8
 Część dla programistów dotnet-gmime-sharp.
 
+%package -n vala-gmime
+Summary:   Vala API for gmime library
+Summary(pl.UTF-8): API języka Vala do biblioteki gmime
+Group: Development/Languages
+Requires:  %{name}-devel = %{version}-%{release}
+Requires:  vala
+
+%description -n vala-gmime
+Vala API for gmime library.
+
+%description -n vala-gmime -l pl.UTF-8
+API języka Vala do biblioteki gmime.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -121,7 +135,8 @@ Część dla programistów dotnet-gmime-sharp.
 %{__automake}
 %configure \
--enable-largefile \
-   --%{?with_dotnet:enable}%{!?with_dotnet:disable}-mono \
+   --enable-mono%{!?with_dotnet:=no} \
+   --disable-silent-rules \
--enable-smime \
--with-html-dir=%{_gtkdocdir}
 
@@ -148,13 +163,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_libdir}/libgmime-2.6.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgmime-2.6.so.0
+%{_libdir}/girepository-1.0/GMime-2.6.typelib
 
 %files devel
 %defattr(644,root,root,755)
 %doc PORTING
 %attr(755,root,root) %{_libdir}/libgmime-2.6.so
-%{_pkgconfigdir}/gmime-2.6.pc
 %{_includedir}/gmime-2.6
+%{_datadir}/gir-1.0/GMime-2.6.gir
+%{_pkgconfigdir}/gmime-2.6.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -175,3 +192,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gapi-2.0/gmime-api.xml
 %{_pkgconfigdir}/gmime-sharp-2.6.pc
 %endif
+
+%files -n vala-gmime
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/gmime-2.6.deps
+%{_datadir}/vala/vapi/gmime-2.6.vapi


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gmime.git/commitdiff/ef1909d4122f996e3c335fdcccd5103937c4d35e

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


DISTFILES: gmime: gmime-2.6.16.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gmime/2.6/gmime-2.6.16.tar.xz
05c365dd1c4fd3617ec9c68f134075f1  gmime-2.6.16.tar.xz
Size: 739160 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-glib2] - release 2 (by relup.sh)

2013-07-21 Thread baggins
commit 93144da1e10aa7696fb04af38903ac60fd2ad2e0
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 15:42:13 2013 +0200

- release 2 (by relup.sh)

 crossmingw32-glib2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/crossmingw32-glib2.spec b/crossmingw32-glib2.spec
index ee4a989..c60e3c8 100644
--- a/crossmingw32-glib2.spec
+++ b/crossmingw32-glib2.spec
@@ -13,7 +13,7 @@ Summary(zh_CN.UTF-8): 实用工具函数库
 %definerealname   glib
 Name:  crossmingw32-glib2
 Version:   2.36.3
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Development/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glib/2.36/glib-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-glib2.git/commitdiff/93144da1e10aa7696fb04af38903ac60fd2ad2e0

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


[packages/thailatex] - updated to 0.5.1

2013-07-21 Thread qboosh
commit 551f3479bd73635276922167229adc6311841254
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:45:24 2013 +0200

- updated to 0.5.1

 thailatex.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/thailatex.spec b/thailatex.spec
index e380b02..4cda309 100644
--- a/thailatex.spec
+++ b/thailatex.spec
@@ -2,15 +2,17 @@
 Summary:   Enable typesetting Thai with LaTeX standard document classes
 Summary(pl.UTF-8): Umożliwienie składu tajskiego przy użyciu standardowych 
klas dokumentów LaTeXa
 Name:  thailatex
-Version:   0.5.0
+Version:   0.5.1
 Release:   1
 License:   LPPL v1.3+
 Group: Applications/Publishing
-Source0:   
http://linux.thai.net/pub/thailinux/software/thailatex/%{name}-%{version}.tar.gz
-# Source0-md5: 937eda375ee17beda20602dcd67e13d4
+Source0:   
http://linux.thai.net/pub/thailinux/software/thailatex/%{name}-%{version}.tar.xz
+# Source0-md5: f45825696a997a5bbd3315a12a3eeb57
 URL:   http://linux.thai.net/projects/thailatex
 BuildRequires: texlive-format-pdflatex
 BuildRequires: texlive-latex
+BuildRequires: tar = 1:1.22
+BuildRequires: xz
 Requires(post,postun): texlive
 Requires:  texlive-latex
 Requires:  texlive-tex-babel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/thailatex.git/commitdiff/551f3479bd73635276922167229adc6311841254

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


DISTFILES: thailatex: thailatex-0.5.1.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: 
http://linux.thai.net/pub/thailinux/software/thailatex/thailatex-0.5.1.tar.xz
f45825696a997a5bbd3315a12a3eeb57  thailatex-0.5.1.tar.xz
Size: 191580 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/libgsf] - updated to 1.14.27

2013-07-21 Thread qboosh
commit bc9778c8f4a2c0557a535169ce3b44c2dc851a3c
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:47:46 2013 +0200

- updated to 1.14.27

 libgsf.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgsf.spec b/libgsf.spec
index 9cf2bca..9a73e87 100644
--- a/libgsf.spec
+++ b/libgsf.spec
@@ -6,12 +6,12 @@
 Summary:   GNOME Structured File library
 Summary(pl.UTF-8): Biblioteka plików strukturalnych dla GNOME
 Name:  libgsf
-Version:   1.14.26
-Release:   2
+Version:   1.14.27
+Release:   1
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/%{name}-%{version}.tar.xz
-# Source0-md5: 3c5a4fbd16a727c36974078e6d0e9575
+# Source0-md5: 12f3693e8ad783a8b78b240cf54e33d9
 URL:   http://www.gnumeric.org/
 BuildRequires: autoconf = 2.54
 BuildRequires: automake = 1:1.7.1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgsf.git/commitdiff/bc9778c8f4a2c0557a535169ce3b44c2dc851a3c

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


DISTFILES: libgsf: libgsf-1.14.27.tar.xz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.27.tar.xz
12f3693e8ad783a8b78b240cf54e33d9  libgsf-1.14.27.tar.xz
Size: 554008 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/gettext] - package locales only once

2013-07-21 Thread baggins
commit a2663bde6a10c45051daf7b391769d75e7ef861d
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 15:58:02 2013 +0200

- package locales only once

 gettext.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gettext.spec b/gettext.spec
index 17efa21..3bfe0b9 100644
--- a/gettext.spec
+++ b/gettext.spec
@@ -467,7 +467,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/gettext
 %dir %{_datadir}/gettext
 
-%files tools -f %{name}-tools.lang
+%files tools
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS
 %attr(755,root,root) %{_bindir}/gettextize


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gettext.git/commitdiff/a2663bde6a10c45051daf7b391769d75e7ef861d

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


[packages/xdg-user-dirs] - updated to 0.15 - updated am patch

2013-07-21 Thread qboosh
commit b4724560ed229655997cabd79c2fb382a5a3800a
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 15:58:35 2013 +0200

- updated to 0.15
- updated am patch

 xdg-user-dirs-am.patch |  6 +++---
 xdg-user-dirs.spec | 11 ---
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/xdg-user-dirs.spec b/xdg-user-dirs.spec
index 982394d..15bc8c3 100644
--- a/xdg-user-dirs.spec
+++ b/xdg-user-dirs.spec
@@ -1,12 +1,12 @@
 Summary:   Handle user special directories
 Summary(pl.UTF-8): Obsługa specjalnych katalogów użytkownika
 Name:  xdg-user-dirs
-Version:   0.14
+Version:   0.15
 Release:   1
 License:   GPL v2
 Group: Libraries
 Source0:   
http://user-dirs.freedesktop.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: dc496ecde0e6a1e959bd8a38643f28fd
+# Source0-md5: f5aaf5686ad7d8809a664bfb4566a54d
 Source1:   %{name}.sh
 Patch0:%{name}-am.patch
 URL:   http://www.freedesktop.org/wiki/Software/xdg-user-dirs
@@ -49,7 +49,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh
 
-%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@Latn,sr@latin}
 
 %find_lang %{name}
 
@@ -64,3 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/xdg-user-dirs-update
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/xdg/user-dirs.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/xdg/user-dirs.defaults
+%{_mandir}/man1/xdg-user-dir.1*
+%{_mandir}/man1/xdg-user-dirs-update.1*
+%{_mandir}/man5/user-dirs.conf.5*
+%{_mandir}/man5/user-dirs.defaults.5*
+%{_mandir}/man5/user-dirs.dirs.5*
diff --git a/xdg-user-dirs-am.patch b/xdg-user-dirs-am.patch
index ddbec54..66232a9 100644
--- a/xdg-user-dirs-am.patch
+++ b/xdg-user-dirs-am.patch
@@ -1,9 +1,9 @@
 xdg-user-dirs-0.14/configure.ac.orig   2011-05-03 10:32:05.0 
+0200
-+++ xdg-user-dirs-0.14/configure.ac2013-01-27 10:39:54.250461746 +0100
+--- xdg-user-dirs-0.15/configure.ac.orig   2011-05-03 10:32:05.0 
+0200
 xdg-user-dirs-0.15/configure.ac2013-01-27 10:39:54.250461746 +0100
 @@ -1,7 +1,7 @@
  AC_INIT(xdg-user-dirs-update.c)
  
- AM_INIT_AUTOMAKE(xdg-user-dirs, 0.14)
+ AM_INIT_AUTOMAKE(xdg-user-dirs, 0.15)
 -AM_CONFIG_HEADER(config.h)
 +AC_CONFIG_HEADERS(config.h)



 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xdg-user-dirs.git/commitdiff/b4724560ed229655997cabd79c2fb382a5a3800a

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


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

2013-07-21 Thread hawk
commit c1dd367ff663d4db80310023907394ffbd5c32d2
Author: Marcin Krol h...@tld-linux.org
Date:   Sun Jul 21 14:12:32 2013 +

- release 2 (by relup.sh)

 openbox.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openbox.spec b/openbox.spec
index 5f46897..e89d632 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -6,7 +6,7 @@ Summary:Small and fast window manger for the X Window
 Summary(pl.UTF-8): Mały i szybki zarządca okien dla X Window
 Name:  openbox
 Version:   3.5.0
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL v2+
 Group: X11/Window Managers


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openbox.git/commitdiff/c1dd367ff663d4db80310023907394ffbd5c32d2

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


DISTFILES: xdg-user-dirs: xdg-user-dirs-0.15.tar.gz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.15.tar.gz
f5aaf5686ad7d8809a664bfb4566a54d  xdg-user-dirs-0.15.tar.gz
Size: 243747 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/polarssl] - updated to 1.2.8

2013-07-21 Thread qboosh
commit 88892966b4a9611d4d8e6efca3ca7e2abebc6af2
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 16:06:25 2013 +0200

- updated to 1.2.8

 polarssl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/polarssl.spec b/polarssl.spec
index 99f8448..da11900 100644
--- a/polarssl.spec
+++ b/polarssl.spec
@@ -1,12 +1,12 @@
 Summary:   Light-weight cryptographic and SSL/TLS library
 Summary(pl.UTF-8): Lekka biblioteka kryptograficzna oraz SSL/TLS
 Name:  polarssl
-Version:   1.2.7
+Version:   1.2.8
 Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   http://polarssl.org/code/releases/%{name}-%{version}-gpl.tgz
-# Source0-md5: bd3dfa7e37ba2778e42d74a34c5d41d8
+# Source0-md5: 985151639b1ca037293f06da44fbc6bc
 URL:   http://www.polarssl.org/
 BuildRequires: cmake = 2.6
 BuildRequires: doxygen


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/polarssl.git/commitdiff/88892966b4a9611d4d8e6efca3ca7e2abebc6af2

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


[packages/lm_sensors] - updated to 3.3.4

2013-07-21 Thread qboosh
commit 362943a0ca210fe52104022870d9cbcdfe29407a
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jul 21 16:07:17 2013 +0200

- updated to 3.3.4

 lm_sensors.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lm_sensors.spec b/lm_sensors.spec
index 77e1c86..0a08ad3 100644
--- a/lm_sensors.spec
+++ b/lm_sensors.spec
@@ -8,12 +8,12 @@ Summary(pt_BR.UTF-8): Ferramentas para monitoração do hardware
 Summary(ru.UTF-8): Утилиты для мониторинга аппаратуры
 Summary(uk.UTF-8): Утиліти для моніторингу апаратури
 Name:  lm_sensors
-Version:   3.3.3
+Version:   3.3.4
 Release:   1
 License:   GPL v2+
 Group: Applications/System
 Source0:   
http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 73c2fcccdab6049d289c5e0c596192a1
+# Source0-md5: 60cfb98ab7a8915c3ac684af5459de2e
 Source1:   sensord.init
 Source2:   sensord.sysconfig
 Source3:   fancontrol.init
@@ -309,7 +309,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES CONTRIBUTORS README doc/chips
+%doc CHANGES CONTRIBUTORS README
 %doc doc/{donations,fan-divisors,progs,temperature-sensors,vid}
 %doc prog/daemon
 %attr(755,root,root) %{_bindir}/sensors-conf-convert


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lm_sensors.git/commitdiff/362943a0ca210fe52104022870d9cbcdfe29407a

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


[packages/offlineimap] - update source url to new offical github project - adjust md5 / source root

2013-07-21 Thread atler
commit 983f56ec1411bcabdbdddc71e5469b6c0f19ae21
Author: Jan Palus jan.pa...@gmail.com
Date:   Sun Jul 21 16:05:56 2013 +0200

- update source url to new offical github project
- adjust md5 / source root

 offlineimap.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/offlineimap.spec b/offlineimap.spec
index 3eedd13..f31cea3 100644
--- a/offlineimap.spec
+++ b/offlineimap.spec
@@ -7,8 +7,8 @@ Version:6.5.4
 Release:   1
 License:   GPL v2
 Group: Applications/Mail
-Source0:   
http://github.com/downloads/spaetz/%{name}/%{name}-v%{version}.tar.gz
-# Source0-md5: f696978785ecfc804271ec25100ef929
+Source0:   
http://github.com/OfflineIMAP/%{name}/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
+# Source0-md5: d9ef4374b72235fb431a27ff4ca7f7fe
 Patch0:%{name}-docs.patch
 URL:   https://offlineimap.org
 BuildRequires: rpm-pythonprov = 4.1-13
@@ -42,7 +42,7 @@ bez obsługi IMAP, z kiepską obsługą IMAP albo nie 
działającego bez
 połączenia.
 
 %prep
-%setup -q -n spaetz-offlineimap-c9e9690
+%setup -q
 %patch0 -p1
 
 %build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/offlineimap.git/commitdiff/983f56ec1411bcabdbdddc71e5469b6c0f19ae21

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


DISTFILES: polarssl: polarssl-1.2.8-gpl.tgz

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://polarssl.org/code/releases/polarssl-1.2.8-gpl.tgz
985151639b1ca037293f06da44fbc6bc  polarssl-1.2.8-gpl.tgz
Size: 998609 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: offlineimap: offlineimap-6.5.4.tar.gz

2013-07-21 Thread atler

Files fetched: 1

STORED: 
http://github.com/OfflineIMAP/offlineimap/archive/v6.5.4.tar.gz?/offlineimap-6.5.4.tar.gz
d9ef4374b72235fb431a27ff4ca7f7fe  offlineimap-6.5.4.tar.gz
Size: 167001 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: lm_sensors: lm_sensors-3.3.4.tar.bz2

2013-07-21 Thread qboosh

Files fetched: 1

STORED: http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.3.4.tar.bz2
60cfb98ab7a8915c3ac684af5459de2e  lm_sensors-3.3.4.tar.bz2
Size: 172226 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/gprolog] - release 3 (by relup.sh)

2013-07-21 Thread baggins
commit dacb3444e853078ff81899ab3ebbb0155358741b
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 16:11:02 2013 +0200

- release 3 (by relup.sh)

 gprolog.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gprolog.spec b/gprolog.spec
index 67ab931..ca7c011 100644
--- a/gprolog.spec
+++ b/gprolog.spec
@@ -4,7 +4,7 @@ Summary(pl.UTF-8):  GNU Prolog - wolnodostępny kompilator 
języka Prolog
 Summary(pt_BR.UTF-8):  O Prolog GNU
 Name:  gprolog
 Version:   1.4.4
-Release:   2
+Release:   3
 License:   LGPL v3+ or GPL v2+
 Group: Development/Languages
 Source0:   http://www.gprolog.org/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gprolog.git/commitdiff/dacb3444e853078ff81899ab3ebbb0155358741b

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


[packages/gpsd] - fixed scons calls

2013-07-21 Thread baggins
commit 83e6c4a282082d84b9f667b6b7c16419b3183082
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 16:28:41 2013 +0200

- fixed scons calls

 gpsd.spec | 32 ++--
 1 file changed, 14 insertions(+), 18 deletions(-)
---
diff --git a/gpsd.spec b/gpsd.spec
index 55d181a..fbe475e 100644
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -43,6 +43,16 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # libgpsd expects gpsd_report() defined by user
 %defineskip_post_check_so  libgpsd\.so.*
 
+# note: to avoid recompiling/relinking on scons install, whole environment
+# needs to be the same in both build and install sections
+%define scons_env \
+   CC=%{__cc} \\\
+   CXX=%{__cxx} \\\
+   CFLAGS=%{rpmcflags} \\\
+   CXXFLAGS=%{rpmcxxflags} \\\
+   CPPFLAGS=%{rpmcppflags} \\\
+   LDFLAGS=%{rpmldflags}
+
 %description
 gpsd is a service daemon that mediates access to a GPS sensor
 connected to the host computer by serial or USB interface, making its
@@ -210,19 +220,9 @@ xgpsspeed to prędkościomierz używający informacji o 
położeniu z GPS-a.
 %patch3 -p1
 
 %build
-# note: to avoid recompiling/relinking on scons install, whole environment
-# needs to be the same in both build and install sections
-%define scons_env \
-CC=%{__cc} \
-CXX=%{__cxx} \
-CFLAGS=%{rpmcflags} \
-CXXFLAGS=%{rpmcxxflags} \
-CPPFLAGS=%{rpmcppflags} \
-LDFLAGS=%{rpmldflags}
-
-%definescons_opts \
-   libdir=%{_libdir} \
-   pkgconfigdir=%{_pkgconfigdir} \
+%scons_env \
+%scons \
+   libdir=%{_lib} \
chrpath=False \
shared=True \
strip=False \
@@ -232,17 +232,13 @@ LDFLAGS=%{rpmldflags}
%{!?with_bluez:bluez=False} \
%{?with_dbus:dbus_export=True}
 
-%scons_env \
-%scons \
-   %scons_opts
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %scons_env \
 DESTDIR=$RPM_BUILD_ROOT \
-%scons udev-install \
-   %scons_opts
+%scons udev-install
 
 # fix buggy libdir, kill -L/usr/* from qt Libs
 %{__sed} -i -e 's,^libdir=.*,libdir=%{_libdir},' \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpsd.git/commitdiff/83e6c4a282082d84b9f667b6b7c16419b3183082

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


[packages/gypsy] - release 3 (by relup.sh)

2013-07-21 Thread baggins
commit ccf9651705d3cf2b36cfedcfefdfa96050d203e1
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Sun Jul 21 16:32:29 2013 +0200

- release 3 (by relup.sh)

 gypsy.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gypsy.spec b/gypsy.spec
index 48af01b..8b3e91d 100644
--- a/gypsy.spec
+++ b/gypsy.spec
@@ -4,7 +4,7 @@ Summary:Gypsy - a GPS multiplexing daemon
 Summary(pl.UTF-8): Gypsy - demon przełączający dostęp do GPS
 Name:  gypsy
 Version:   0.9
-Release:   2
+Release:   3
 License:   LGPL v2+ (library), GPL v2+ (daemon)
 Group: Daemons
 Source0:   http://gypsy.freedesktop.org/releases/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gypsy.git/commitdiff/ccf9651705d3cf2b36cfedcfefdfa96050d203e1

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


  1   2   >