[packages/sblim-sfcb] - don't inline strncpy_kind

2018-09-29 Thread adamg
commit f31bb7f9ef177c3c0bce7bffd2180818534eb929
Author: Adam Gołębiowski 
Date:   Sat Sep 29 23:29:00 2018 +0200

- don't inline strncpy_kind

 sblim-sfcb-dont-inline.patch | 11 +++
 sblim-sfcb.spec  |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec
index b0f8095..ff71481 100644
--- a/sblim-sfcb.spec
+++ b/sblim-sfcb.spec
@@ -10,6 +10,7 @@ Source0:  
http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 # Source0-md5: 28021cdabc73690a94f4f9d57254ce30
 Patch0:%{name}-fix.patch
 Patch1:am.patch
+Patch2:%{name}-dont-inline.patch
 URL:   http://sblim.sourceforge.net/
 BuildRequires: curl-devel >= 7.11.1
 BuildRequires: libstdc++-devel
@@ -60,6 +61,7 @@ systemami.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/sblim-sfcb-dont-inline.patch b/sblim-sfcb-dont-inline.patch
new file mode 100644
index 000..2988fb2
--- /dev/null
+++ b/sblim-sfcb-dont-inline.patch
@@ -0,0 +1,11 @@
+--- sblim-sfcb-1.4.9/control.c~2014-11-25 02:43:10.0 +0100
 sblim-sfcb-1.4.9/control.c 2018-09-29 23:23:00.359541768 +0200
+@@ -83,7 +83,7 @@
+  * Kindly null terminate, always, even if might overwrite
+  * the last char of the truncated string. 
+ */
+-inline char *strncpy_kind(char *to, char *from, size_t size) {
++char *strncpy_kind(char *to, char *from, size_t size) {
+   strncpy(to, from, size);
+   *(to + size - 1) = '\0';
+   return to;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sblim-sfcb.git/commitdiff/f31bb7f9ef177c3c0bce7bffd2180818534eb929

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


[packages/sblim-sfcb] - sfcbinst2mof depends on libsfcFileRepository.la and libsfcBrokerCore.la

2018-09-29 Thread adamg
commit 7e428217c732185fc4dcd2700992dfc5bcc50385
Author: Adam Gołębiowski 
Date:   Sat Sep 29 23:17:04 2018 +0200

- sfcbinst2mof depends on libsfcFileRepository.la and libsfcBrokerCore.la

 am.patch | 10 ++
 1 file changed, 10 insertions(+)
---
diff --git a/am.patch b/am.patch
index 61acc64..023806b 100644
--- a/am.patch
+++ b/am.patch
@@ -21,3 +21,13 @@
  if test "$enable_debug" == "yes"; then
 SFCB_CPPFLAGS="-D SFCB_DEBUG $SFCB_CPPFLAGS"
  fi
+--- sblim-sfcb-1.4.9/Makefile.am~  2014-11-25 02:43:09.0 +0100
 sblim-sfcb-1.4.9/Makefile.am   2018-09-29 23:14:32.399688330 +0200
+@@ -360,6 +360,7 @@
+ 
+ sfcbinst2mof_SOURCES=sfcbinst2mof.c
+ sfcbinst2mof_LDADD = -lsfcFileRepository -lsfcBrokerCore
++sfcbinst2mof_DEPENDENCIES=libsfcFileRepository.la libsfcBrokerCore.la
+ 
+ sfcbtrace_SOURCES=sfcbtrace.c
+ sfcbtrace_LDADD = -lsfcBrokerCore


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sblim-sfcb.git/commitdiff/7e428217c732185fc4dcd2700992dfc5bcc50385

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


[packages/perl-XML-SAX] - updated to 1.00 - updated noalter patch

2018-09-29 Thread qboosh
commit 5ad1ad2d9fb67de0d71abb28f2302031c291ec8f
Author: Jakub Bogusz 
Date:   Sat Sep 29 22:51:07 2018 +0200

- updated to 1.00
- updated noalter patch

 perl-XML-SAX-noalter.patch | 10 +-
 perl-XML-SAX.spec  |  8 
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec
index 879b0f1..c3ff6c0 100644
--- a/perl-XML-SAX.spec
+++ b/perl-XML-SAX.spec
@@ -8,13 +8,13 @@
 Summary:   XML::SAX - simple API for XML
 Summary(pl.UTF-8): XML::SAX - proste API dla XML-a
 Name:  perl-XML-SAX
-Version:   0.99
-Release:   2
+Version:   1.00
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
-Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 290f5375ae87fdebfdb5bc3854019f24
+Source0:   
http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 861a454f7bf269990ed2c1c125f4db48
 Patch0:%{name}-noalter.patch
 URL:   http://search.cpan.org/dist/XML-SAX/
 BuildRequires: perl-XML-NamespaceSupport >= 0.03
diff --git a/perl-XML-SAX-noalter.patch b/perl-XML-SAX-noalter.patch
index 9afd275..7bb995b 100644
--- a/perl-XML-SAX-noalter.patch
+++ b/perl-XML-SAX-noalter.patch
@@ -1,6 +1,6 @@
 XML-SAX-0.14/Makefile.PL.orig  2006-06-19 09:41:04.0 +0200
-+++ XML-SAX-0.14/Makefile.PL   2006-06-19 09:42:49.0 +0200
-@@ -12,42 +12,4 @@
+--- XML-SAX-1.00/Makefile.PL.orig  2018-09-29 22:48:19.110360595 +0200
 XML-SAX-1.00/Makefile.PL   2018-09-29 22:49:23.560359858 +0200
+@@ -13,42 +13,3 @@
  },
  );
  
@@ -33,7 +33,7 @@
 -$script =~ s/install :: (.*)$/install :: $1 install_sax_pureperl/m;
 -$script .= <<"INSTALL";
 -
--install_sax_pureperl :
+-install_sax_pureperl : pure_install
 -\t\@\$(PERL) -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"
 -
 -INSTALL
@@ -42,4 +42,4 @@
 -
 -return $script;
 -}
- 
+-


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-XML-SAX.git/commitdiff/5ad1ad2d9fb67de0d71abb28f2302031c291ec8f

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


DISTFILES: perl-XML-SAX: XML-SAX-1.00.tar.gz

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/XML/XML-SAX-1.00.tar.gz
861a454f7bf269990ed2c1c125f4db48  XML-SAX-1.00.tar.gz
Size: 46808 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-libunistring] - updated to 0.9.10

2018-09-29 Thread qboosh
commit e8aaee896cb6dc5a618081d525fe60b82ee3ca6b
Author: Jakub Bogusz 
Date:   Sat Sep 29 22:40:01 2018 +0200

- updated to 0.9.10

 crossmingw32-libunistring.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-libunistring.spec b/crossmingw32-libunistring.spec
index eb909f6..6fea173 100644
--- a/crossmingw32-libunistring.spec
+++ b/crossmingw32-libunistring.spec
@@ -2,12 +2,12 @@ Summary:  Unicode string library - MinGW32 cross version
 Summary(pl.UTF-8): Biblioteka do obsługi łańcuchów unikodowych - wersja 
skrośna dla MinGW32
 %definerealnamelibunistring
 Name:  crossmingw32-%{realname}
-Version:   0.9.7
+Version:   0.9.10
 Release:   1
 License:   LGPL v3+ or GPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnu.org/gnu/libunistring/%{realname}-%{version}.tar.xz
-# Source0-md5: 82e0545363d111bfdfec2ddbfe62ffd3
+# Source0-md5: db08bb384e81968957f997ec9808926e
 URL:   http://gnu.org/software/libunistring/
 BuildRequires: crossmingw32-gcc
 BuildRequires: crossmingw32-libiconv


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-libunistring.git/commitdiff/e8aaee896cb6dc5a618081d525fe60b82ee3ca6b

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


[packages/polkit] - removed obsolete format patch

2018-09-29 Thread qboosh
commit a233e10a366e55a578f450a9d594da660035cf9d
Author: Jakub Bogusz 
Date:   Sat Sep 29 22:38:34 2018 +0200

- removed obsolete format patch

 polkit-format.patch | 11 ---
 1 file changed, 11 deletions(-)
---
diff --git a/polkit-format.patch b/polkit-format.patch
deleted file mode 100644
index 59a315d..000
--- a/polkit-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 polkit-0.114/src/polkitbackend/polkitbackendjsauthority.cpp.orig   
2018-04-12 21:26:58.848880061 +0200
-+++ polkit-0.114/src/polkitbackend/polkitbackendjsauthority.cpp
2018-04-12 22:06:53.862186041 +0200
-@@ -1296,7 +1296,7 @@
-   JS::CallArgs args = JS::CallArgsFromVp (argc, vp);
- 
-   s = JS_EncodeString (cx, args[0].toString ());
--  JS_ReportWarningUTF8 (cx, s);
-+  JS_ReportWarningUTF8 (cx, "%s", s);
-   JS_free (cx, s);
- 
-   ret = true;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/polkit.git/commitdiff/a233e10a366e55a578f450a9d594da660035cf9d

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


DISTFILES: itstool: itstool-2.0.4.tar.bz2

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://files.itstool.org/itstool/itstool-2.0.4.tar.bz2
9415ddf6a12012ff688549d2ed767bc5  itstool-2.0.4.tar.bz2
Size: 102107 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/itstool] - updated to 2.0.4

2018-09-29 Thread qboosh
commit 93d1d6be0f3f8ddc3815d242faddac65b1f1a045
Author: Jakub Bogusz 
Date:   Sat Sep 29 22:32:54 2018 +0200

- updated to 2.0.4

 itstool.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/itstool.spec b/itstool.spec
index 69d1855..abc59b6 100644
--- a/itstool.spec
+++ b/itstool.spec
@@ -1,12 +1,12 @@
 Summary:   ITS-based XML translation tool
 Summary(pl.UTF-8): Narzędzie do tłumaczenia XML-a oparte na ITS
 Name:  itstool
-Version:   2.0.2
+Version:   2.0.4
 Release:   1
 License:   GPL v3+
 Group: Applications/Text
 Source0:   http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
-# Source0-md5: d472d877a7bc49899a73d442085b2f93
+# Source0-md5: 9415ddf6a12012ff688549d2ed767bc5
 URL:   http://itstool.org/
 Requires:  python-libxml2
 BuildArch: noarch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/itstool.git/commitdiff/93d1d6be0f3f8ddc3815d242faddac65b1f1a045

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


[packages/libstemmer] - updated URL

2018-09-29 Thread qboosh
commit 709d230dc0a69008de6b6232aac12b2d9f84e368
Author: Jakub Bogusz 
Date:   Sat Sep 29 22:18:24 2018 +0200

- updated URL

 libstemmer.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libstemmer.spec b/libstemmer.spec
index 1a80d23..15fdb02 100644
--- a/libstemmer.spec
+++ b/libstemmer.spec
@@ -10,7 +10,7 @@ Source0:  http://snowball.tartarus.org/dist/%{name}_c.tgz
 Patch0:%{name}-makefile.patch
 Patch1:libtool-tag.patch
 Patch2:optflags.patch
-URL:   http://snowball.tartarus.org/
+URL:   http://snowballstem.org/
 BuildRequires: libtool
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libstemmer.git/commitdiff/709d230dc0a69008de6b6232aac12b2d9f84e368

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


[packages/accountsservice] - updated to 0.6.54, uses meson now

2018-09-29 Thread qboosh
commit f0522f9859b532afb40a73b0e1653a658e033faa
Author: Jakub Bogusz 
Date:   Sat Sep 29 22:14:20 2018 +0200

- updated to 0.6.54, uses meson now

 accountsservice.spec | 67 
 1 file changed, 36 insertions(+), 31 deletions(-)
---
diff --git a/accountsservice.spec b/accountsservice.spec
index 6726201..eb89c83 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -1,28 +1,36 @@
+#
+# Conditional build:
+%bcond_withelogind # elogind support (instead of systemd)
+%bcond_without systemd # systemd support
+%bcond_without static_libs # static library
+
+%if %{with elogind}
+%undefine  with_systemd
+%endif
 Summary:   D-Bus interface for user accounts management
 Summary(pl.UTF-8): Interfejs D-Bus do zarządzania kontami użytkowników
 Name:  accountsservice
-Version:   0.6.50
+Version:   0.6.54
 Release:   1
 License:   GPL v3+
 Group: Applications/System
 Source0:   
https://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
-# Source0-md5: 459b2882745da42647b4da2e22c9d1f8
+# Source0-md5: 6420f2e619ddcf92230d8f10bad049fe
 URL:   https://cgit.freedesktop.org/accountsservice/
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
-BuildRequires: dbus-glib-devel
 BuildRequires: docbook-dtd412-xml
+%{?with_elogind:BuildRequires: elogind-devel >= 229.4}
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.38.0
+BuildRequires: glib2-devel >= 1:2.44
 BuildRequires: gobject-introspection-devel >= 0.10.0
 BuildRequires: gtk-doc >= 1.15
-BuildRequires: intltool >= 0.40.0
-BuildRequires: libtool >= 2:2
 BuildRequires: libxslt-progs
+BuildRequires: meson >= 0.46.0
+BuildRequires: ninja
 BuildRequires: pkgconfig
 BuildRequires: polkit-devel >= 0.102
 BuildRequires: rpmbuild(macros) >= 1.641
-BuildRequires: systemd-devel >= 1:186
+BuildRequires: sed >= 4.0
+%{?with_systemd:BuildRequires: systemd-devel >= 1:186}
 BuildRequires: tar >= 1:1.22
 BuildRequires: xmlto
 BuildRequires: xz
@@ -53,7 +61,7 @@ Projekt AccountsService dostarcza:
 Summary:   Shared accountsservice library
 Summary(pl.UTF-8): Biblioteka współdzielona accountsservice
 Group: Libraries
-Requires:  glib2 >= 1:2.38.0
+Requires:  glib2 >= 1:2.44
 Requires:  systemd-libs >= 1:186
 Conflicts: accountsservice < 0.6.39
 
@@ -68,7 +76,7 @@ Summary:  Development files for accountsservice
 Summary(pl.UTF-8): Pliki programistyczne biblioteki accountsservice
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
-Requires:  glib2-devel >= 1:2.38.0
+Requires:  glib2-devel >= 1:2.44
 
 %description devel
 Development files for accountsservice (headers, GObject API, D-Bus
@@ -108,32 +116,27 @@ Dokumentacja API accountsservice.
 %prep
 %setup -q
 
+%if %{with static_libs}
+%{__sed} -i -e 's/shared_library/library/' src/libaccountsservice/meson.build
+%endif
+
 %build
-%{__intltoolize}
-%{__libtoolize}
-%{__gtkdocize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-   XMLTO_FLAGS="--skip-validation" \
-   --enable-admin-group=wheel \
-   --enable-docbook-docs \
-   --disable-silent-rules \
-   --with-html-dir=%{_gtkdocdir} \
-   --with-systemdsystemunitdir=%{systemdunitdir}
-%{__make}
+%meson build \
+   -Dadmin_group=wheel \
+   -Ddocbook=true \
+   %{?with_elogind:-Delogind=true} \
+   -Dgtk_doc=true \
+   %{?with_systemd:-Dsystemd=true} \
+   -Dsystemdsystemunitdir=%{systemdunitdir} \
+
+%meson_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_datadir}/accountsservice/interfaces
 
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
+%meson_install -C build
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libaccountsservice.la
 %{__rm} $RPM_BUILD_ROOT%{_docdir}/accountsservice/spec/AccountsService.html
 
 %find_lang accounts-service
@@ -158,7 +161,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f accounts-service.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO doc/dbus/AccountsService.html
+%doc AUTHORS NEWS README.md TODO build/doc/dbus/AccountsService.html
 %attr(755,root,root) %{_libexecdir}/accounts-daemon
 /etc/dbus-1/system.d/org.freedesktop.Accounts.conf
 %{systemdunitdir}/accounts-daemon.service
@@ -185,9 +188,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libaccountsservice.a
+%endif
 
 %files apidocs
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/accountsservice.git/commitdiff/f0522f9859b532afb40a73b0e1653a658e033faa

___
pld-cvs-commit mailing list

DISTFILES: accountsservice: accountsservice-0.6.54.tar.xz

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://www.freedesktop.org/software/accountsservice/accountsservice-0.6.54.tar.xz
6420f2e619ddcf92230d8f10bad049fe  accountsservice-0.6.54.tar.xz
Size: 93048 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] - ftp service on ftp.debian is disabled as of 20171101, use http instead

2018-09-29 Thread adamg
commit b80b986d44a183926738f2a58dd43fda0464e9b8
Author: Adam Gołębiowski 
Date:   Sat Sep 29 21:58:47 2018 +0200

- ftp service on ftp.debian is disabled as of 20171101, use http instead

 mirrors | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/mirrors b/mirrors
index 8bc6de0..0b80fb8 100644
--- a/mirrors
+++ b/mirrors
@@ -28,3 +28,4 @@ 
http://dl.sourceforge.net/|http://heanet.dl.sourceforge.net/|Heanet(browsable)
 
#http://dl.sourceforge.net/|http://switch.dl.sourceforge.net/|Open.Source.Development.Network
 http://download.eclipse.org/eclipse/|http://www.eclipse.ps.pl/|Szczecin 
University of Technology
 http://mirrors.jenkins-ci.org/|http://ftp.icm.edu.pl/packages/jenkins/|ICM
+ftp://ftp.debian.org/|http://ftp.debian.org/|FTP-HTTP


 gitweb:

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

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


[packages/hostname] - updated to 3.21

2018-09-29 Thread adamg
commit 00f25bad356e78b8d667369d100a50c15beb8973
Author: Adam Gołębiowski 
Date:   Sat Sep 29 21:43:50 2018 +0200

- updated to 3.21

 hostname.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hostname.spec b/hostname.spec
index 8f55464..95f1113 100644
--- a/hostname.spec
+++ b/hostname.spec
@@ -1,12 +1,12 @@
 Summary:   Utility to set/show the host name or domain name
 Summary(pl.UTF-8): Narzędzie do ustawiania i sprawdzania nazwy hosta lub 
domeny
 Name:  hostname
-Version:   3.18
+Version:   3.21
 Release:   1
 License:   GPL v2+
 Group: Base
-Source0:   
ftp://ftp.debian.org/debian/pool/main/h/hostname/%{name}_%{version}.tar.gz
-# Source0-md5: c03661d3e6ff449c45546d48e75342cb
+Source0:   
http://ftp.debian.org/debian/pool/main/h/hostname/%{name}_%{version}.tar.gz
+# Source0-md5: c89bf2e3f2877e707e8aad8c8e805269
 Patch1:%{name}-rh.patch
 URL:   http://packages.qa.debian.org/h/hostname.html
 BuildRequires: iconv


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hostname.git/commitdiff/00f25bad356e78b8d667369d100a50c15beb8973

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


DISTFILES: hostname: hostname_3.21.tar.gz

2018-09-29 Thread adamg
Request by: adamg


Files fetched: 1

STORED: http://ftp.debian.org/debian/pool/main/h/hostname/hostname_3.21.tar.gz
c89bf2e3f2877e707e8aad8c8e805269  hostname_3.21.tar.gz
Size: 13467 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/kannel] - release 3

2018-09-29 Thread adamg
commit 92d469eddd456c770de348afcff377c09a8fbe0c
Author: Adam Gołębiowski 
Date:   Sat Sep 29 21:39:26 2018 +0200

- release 3

 kannel.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kannel.spec b/kannel.spec
index c431956..4f574c4 100644
--- a/kannel.spec
+++ b/kannel.spec
@@ -10,7 +10,7 @@ Summary:  SMS/WAP gateway
 Summary(pl.UTF-8): Bramka WAP oraz SMS
 Name:  kannel
 Version:   1.4.5
-Release:   2.1
+Release:   3
 License:   BSD-like (see COPYING)
 Group: Networking/Daemons
 Source0:   
http://www.kannel.org/download/%{version}/gateway-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kannel.git/commitdiff/92d469eddd456c770de348afcff377c09a8fbe0c

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


[packages/kannel] - depend on all of $(libs)

2018-09-29 Thread adamg
commit eab8f8f62851cf999c7c7b2b4b386f43dd4a80bf
Author: Adam Gołębiowski 
Date:   Sat Sep 29 21:35:52 2018 +0200

- depend on all of $(libs)

 kannel-parallel-build.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kannel-parallel-build.patch b/kannel-parallel-build.patch
index 1b7e181..225227b 100644
--- a/kannel-parallel-build.patch
+++ b/kannel-parallel-build.patch
@@ -5,7 +5,7 @@
chmod 0755 gw-config
  
 -$(SUBDIRS):
-+$(SUBDIRS): libgwlib.a
++$(SUBDIRS): $(libs)
$(MAKE) -C $@ $(MAKECMDGOALS)

  am--refresh:


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kannel.git/commitdiff/eab8f8f62851cf999c7c7b2b4b386f43dd4a80bf

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


[packages/kannel] - fix parallel build

2018-09-29 Thread adamg
commit 7911885dd7fa2f1e255755103c704573f7139704
Author: Adam Gołębiowski 
Date:   Sat Sep 29 21:32:03 2018 +0200

- fix parallel build

 kannel-parallel-build.patch | 11 +++
 kannel.spec |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/kannel.spec b/kannel.spec
index 99e990a..c431956 100644
--- a/kannel.spec
+++ b/kannel.spec
@@ -20,6 +20,7 @@ Source2:  %{name}.sysconfig
 Source3:   %{name}.conf
 Patch0:%{name}-bison.patch
 Patch1:%{name}-openssl-1.1.0.patch
+Patch2:%{name}-parallel-build.patch
 URL:   http://www.kannel.org/
 BuildRequires: ImageMagick
 BuildRequires: autoconf
@@ -86,6 +87,7 @@ Statyczna biblioteka %{name}.
 %setup -q -n gateway-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
diff --git a/kannel-parallel-build.patch b/kannel-parallel-build.patch
new file mode 100644
index 000..1b7e181
--- /dev/null
+++ b/kannel-parallel-build.patch
@@ -0,0 +1,11 @@
+--- gateway-1.4.5/Makefile.in~ 2018-06-19 17:36:36.0 +0200
 gateway-1.4.5/Makefile.in  2018-09-29 21:28:44.484927713 +0200
+@@ -376,7 +376,7 @@
+   "@VERSION@" > gw-config
+   chmod 0755 gw-config
+ 
+-$(SUBDIRS):
++$(SUBDIRS): libgwlib.a
+   $(MAKE) -C $@ $(MAKECMDGOALS)
+   
+ am--refresh:


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kannel.git/commitdiff/7911885dd7fa2f1e255755103c704573f7139704

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


[packages/crossmingw32-boost] - updated to 1.68.0 - enabled serialization and test

2018-09-29 Thread qboosh
commit 2f2b715e93f9f3988eb65fa41314d4218f63a4a3
Author: Jakub Bogusz 
Date:   Sat Sep 29 21:17:56 2018 +0200

- updated to 1.68.0
- enabled serialization and test

 crossmingw32-boost.spec | 208 ++--
 1 file changed, 112 insertions(+), 96 deletions(-)
---
diff --git a/crossmingw32-boost.spec b/crossmingw32-boost.spec
index 2d9e217..89a77d6 100644
--- a/crossmingw32-boost.spec
+++ b/crossmingw32-boost.spec
@@ -1,20 +1,20 @@
-# TODO: fix serialization
 #
 # Conditional build:
-%bcond_without context # Boost Context and dependent modules [gas+PE 
not supported by upstream]
-%bcond_withserialization   # Boost Serialization [broken for MinGW in 
1.61: https://svn.boost.org/trac/boost/ticket/12205]
+%bcond_without context # Boost Context and dependent modules [gas+PE 
not supported officially by upstream]
+%bcond_without serialization   # Boost Serialization
+%bcond_without test# Boost Test
 #
 %definerealnameboost
 Summary:   The Boost C++ Libraries - MinGW32 cross version
 Summary(pl.UTF-8): Biblioteki C++ "Boost" - wersja skrośna dla MinGW32
 Name:  crossmingw32-%{realname}
-Version:   1.63.0
+Version:   1.68.0
 %definefver%(echo %{version} | tr . _)
 Release:   1
 License:   Boost Software License and others
 Group: Development/Libraries
 Source0:   
http://downloads.sourceforge.net/boost/%{realname}_%{fver}.tar.bz2
-# Source0-md5: 1c837ecd990bb022d07e7aab32b09847
+# Source0-md5: 7fbd1890f571051f2a209681d57d486a
 URL:   http://www.boost.org/
 BuildRequires: crossmingw32-bzip2
 BuildRequires: crossmingw32-gcc-c++
@@ -48,7 +48,7 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %definefilterout_c -f[-a-z0-9=]*
 %definefilterout_cxx   -f[-a-z0-9=]*
 
-%defineabi_tag 1_63
+%defineabi_tag mgw*-mt-x32-1_68
 
 %description
 The Boost web site provides free peer-reviewed portable C++ source
@@ -115,8 +115,9 @@ echo 'using gcc : : %{target}-g++ : ' \
%{!?with_context:--without-context --without-coroutine 
--without-coroutine2} \
--without-python \
%{!?with_serialization:--without-serialization} \
-   --without-test \
+   %{!?with_test:--without-test} \
abi=ms \
+   address-model=32 \
binary-format=pe \
debug-symbols=on \
inlining=on \
@@ -145,100 +146,115 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{_libdir}/libboost_atomic-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_chrono-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_container-mgw*-mt-%{abi_tag}.dll.a
-%{?with_context:%{_libdir}/libboost_context-mgw*-mt-%{abi_tag}.dll.a}
-%{?with_context:%{_libdir}/libboost_coroutine-mgw*-mt-%{abi_tag}.dll.a}
-%{_libdir}/libboost_date_time-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_filesystem-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_graph-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_iostreams-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_locale-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_log-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_log_setup-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_math_c99-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_math_c99f-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_math_c99l-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_math_tr1-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_math_tr1f-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_math_tr1l-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_program_options-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_random-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_regex-mgw*-mt-%{abi_tag}.dll.a
-%{?with_serialization:%{_libdir}/libboost_serialization-mgw*-mt-%{abi_tag}.dll.a}
-%{_libdir}/libboost_signals-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_system-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_thread_win32-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_timer-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_type_erasure-mgw*-mt-%{abi_tag}.dll.a
-%{_libdir}/libboost_wave-mgw*-mt-%{abi_tag}.dll.a
-%{?with_serialization:%{_libdir}/libboost_wserialization-mgw*-mt-%{abi_tag}.dll.a}
+%{_libdir}/libboost_atomic-%{abi_tag}.dll.a
+%{_libdir}/libboost_chrono-%{abi_tag}.dll.a
+%{_libdir}/libboost_container-%{abi_tag}.dll.a
+%{?with_context:%{_libdir}/libboost_context-%{abi_tag}.dll.a}
+%{_libdir}/libboost_contract-%{abi_tag}.dll.a
+%{?with_context:%{_libdir}/libboost_coroutine-%{abi_tag}.dll.a}
+%{_libdir}/libboost_date_time-%{abi_tag}.dll.a
+%{_libdir}/libboost_filesystem-%{abi_tag}.dll.a
+%{_libdir}/libboost_graph-%{abi_tag}.dll.a
+%{_libdir}/libboost_iostreams-%{abi_tag}.dll.a
+%{_libdir}/libboost_locale-%{abi_tag}.dll.a
+%{_libdir}/libboost_log-%{abi_tag}.dll.a
+%{_libdir}/libboost_log_setup-%{abi_tag}.dll.a
+%{_libdir}/libboost_math_c99-%{abi_tag}.dll.a

[packages/colord] - updated to 1.4.3 - updated completions patch

2018-09-29 Thread qboosh
commit 1a5d98e0efef4f1e224d83d69708f25b1c349594
Author: Jakub Bogusz 
Date:   Sat Sep 29 20:30:57 2018 +0200

- updated to 1.4.3
- updated completions patch

 colord-completions.patch | 29 +++--
 colord.spec  | 16 
 2 files changed, 23 insertions(+), 22 deletions(-)
---
diff --git a/colord.spec b/colord.spec
index 14441a4..7f339a7 100644
--- a/colord.spec
+++ b/colord.spec
@@ -7,12 +7,12 @@
 Summary:   Color daemon - system daemon for managing color devices
 Summary(pl.UTF-8): Demon colord - usługa systemowa do zarządzania 
urządzeniami obsługującymi kolory
 Name:  colord
-Version:   1.4.2
+Version:   1.4.3
 Release:   1
 License:   GPL v2+ and LGPL v2+
 Group: Daemons
 Source0:   
https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
-# Source0-md5: eb6bcc5b826e1ad9bfa75c94534826a4
+# Source0-md5: f032ecac927e9078c41fff97800441e8
 Patch0:%{name}-completions.patch
 URL:   https://www.freedesktop.org/software/colord/
 # for colprof,spotread programs detection
@@ -144,12 +144,12 @@ Bashowe uzupełnianie poleceń terminalowych colormgr.
 
 %build
 %meson build \
-   %{!?with_apidocs:-Denable-docs=false} \
-   -Denable-libcolordcompat=true \
-   %{?with_sane:-Denable-sane=true} \
-   %{?with_vala:-Denable-vala=true} \
-   -Dwith-bash-completion-dir=%{bash_compdir} \
-   -Dwith-daemon-user=colord
+   %{!?with_apidocs:-Ddocs=false} \
+   -Dlibcolordcompat=true \
+   %{?with_sane:-Dsane=true} \
+   %{?with_vala:-Dvapi=true} \
+   -Dbash_completion_dir=%{bash_compdir} \
+   -Ddaemon_user=colord
 
 %meson_build -C build
 
diff --git a/colord-completions.patch b/colord-completions.patch
index 1a81535..87467e7 100644
--- a/colord-completions.patch
+++ b/colord-completions.patch
@@ -5,27 +5,28 @@
  if get_option('enable-bash-completion')
install_data('colormgr',
 -install_dir: bash_completion.get_pkgconfig_variable('completionsdir')
-+install_dir: get_option('with-bash-completion-dir')
++install_dir: get_option('bash_completion_dir')
)
  endif
  
 colord-1.4.1/meson.build.orig  2017-08-21 11:02:36.0 +0200
-+++ colord-1.4.1/meson.build   2017-12-23 23:41:23.647019972 +0100
-@@ -146,9 +146,6 @@
+--- colord-1.4.3/meson.build.orig  2018-09-29 19:42:17.407154714 +0200
 colord-1.4.3/meson.build   2018-09-29 19:43:56.833820242 +0200
+@@ -149,9 +149,6 @@
gnome_desktop = dependency('gnome-desktop-3.0', version : '>= 0.2.7')
colord_gtk = dependency('colord-gtk', version : '>= 0.1.24')
  endif
--if get_option('enable-bash-completion')
+-if get_option('bash_completion')
 -  bash_completion = dependency('bash-completion', version : '>= 2.0')
 -endif
  
- if get_option('enable-sane')
+ if get_option('sane')
sane = dependency('sane-backends')
 colord-1.4.1/meson_options.txt.orig2017-08-21 11:02:36.0 
+0200
-+++ colord-1.4.1/meson_options.txt 2017-12-23 23:42:47.510352342 +0100
-@@ -12,3 +12,5 @@
- option('with-daemon-user', type : 'string', value : 'root', description : 
'User for running the colord daemon')
- option('enable-man', type : 'boolean', value : true, description : 'Generate 
man pages')
- option('enable-docs', type : 'boolean', value : true, description : 'Generate 
documentation')
-+option('with-bash-completion-dir', type : 'string', description : 'Bash
-+completions dir')
+--- colord-1.4.3/meson_options.txt.orig2018-09-29 19:42:17.410488047 
+0200
 colord-1.4.3/meson_options.txt 2018-09-29 19:43:20.723820651 +0200
+@@ -1,5 +1,6 @@
+ option('session_example', type : 'boolean', value : false, description : 
'Enable session example')
+ option('bash_completion', type : 'boolean', value : true, description : 
'Enable bash completion')
++option('bash_completion_dir', type : 'string', description : 'Bash completion 
dir')
+ option('udev_rules', type: 'boolean', value: true, description: 'Install udev 
rules')
+ option('systemd', type : 'boolean', value : true, description : 'Enable 
systemd integration')
+ option('libcolordcompat', type : 'boolean', value : false, description : 
'Enable libcolordcompat.so which is used by ArgyllCMS')


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/colord.git/commitdiff/1a5d98e0efef4f1e224d83d69708f25b1c349594

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


DISTFILES: colord: colord-1.4.3.tar.xz

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.freedesktop.org/software/colord/releases/colord-1.4.3.tar.xz
f032ecac927e9078c41fff97800441e8  colord-1.4.3.tar.xz
Size: 1858552 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: polkit: polkit-0.115.tar.gz

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.freedesktop.org/software/polkit/releases/polkit-0.115.tar.gz
f03b055d6ae5fc8eac76838c7d83d082  polkit-0.115.tar.gz
Size: 1550932 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/polkit] - updated to 0.115 (fixes CVE-2018-1116) - updated systemd-fallback patch

2018-09-29 Thread qboosh
commit 4e85edc68e217e508a991e32f86163c72dc8d0cb
Author: Jakub Bogusz 
Date:   Sat Sep 29 19:33:37 2018 +0200

- updated to 0.115 (fixes CVE-2018-1116)
- updated systemd-fallback patch

 polkit.spec|   7 +--
 systemd-fallback.patch | 137 +++--
 2 files changed, 77 insertions(+), 67 deletions(-)
---
diff --git a/polkit.spec b/polkit.spec
index 0f6877a..ad30329 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -1,4 +1,3 @@
-# NOTE: elogind also supported (--disable-libsystemd-login --enable-libelogind)
 #
 # Conditional build:
 %bcond_without apidocs # build without apidocs
@@ -12,14 +11,13 @@
 Summary:   A framework for defining policy for system-wide components
 Summary(pl.UTF-8): Szkielet do definiowania polityki dla komponentów 
systemowych
 Name:  polkit
-Version:   0.114
+Version:   0.115
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 93ff41874e7df8c62ed9e41893817f04
+# Source0-md5: f03b055d6ae5fc8eac76838c7d83d082
 Patch0:systemd-fallback.patch
-Patch1:%{name}-format.patch
 URL:   https://www.freedesktop.org/wiki/Software/polkit
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.7
@@ -128,7 +126,6 @@ Statyczne biblioteki PolicyKit.
 %if %{with consolekit} && (%{with systemd} || %{with elogind})
 %patch0 -p1
 %endif
-%patch1 -p1
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
diff --git a/systemd-fallback.patch b/systemd-fallback.patch
index 90ef297..988d2a2 100644
--- a/systemd-fallback.patch
+++ b/systemd-fallback.patch
@@ -759,9 +759,8 @@ diff -ruN polkit-0.113.orig/src/polkitbackend/Makefile.am 
polkit-0.113/src/polki
  #endif /* HAVE_LIBSYSTEMD */
  
g_assert (POLKIT_IS_UNIX_USER (user_for_subject));
-diff -ruN polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c 
polkit-0.113/src/polkitbackend/polkitbackendsessionmonitor.c
 polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c  
2015-06-06 01:24:06.0 +0200
-+++ polkit-0.113/src/polkitbackend/polkitbackendsessionmonitor.c   
2015-09-26 23:40:39.451918791 +0200
+--- polkit-0.115/src/polkitbackend/polkitbackendsessionmonitor.c.orig  
2018-06-26 15:17:52.0 +0200
 polkit-0.115/src/polkitbackend/polkitbackendsessionmonitor.c   
2018-09-29 10:42:52.104190929 +0200
 @@ -26,6 +26,12 @@
  #include 
  #include 
@@ -773,9 +772,9 @@ diff -ruN 
polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c polk
 +#endif /* HAVE_LIBSYSTEMD */
 +
  #include 
+ #include 
  #include "polkitbackendsessionmonitor.h"
- 
-@@ -39,6 +45,88 @@
+@@ -40,6 +46,88 @@
   * The #PolkitBackendSessionMonitor class is a utility class to track and 
monitor sessions.
   */
  
@@ -864,7 +863,7 @@ diff -ruN 
polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c polk
  struct _PolkitBackendSessionMonitor
  {
GObject parent_instance;
-@@ -48,6 +136,10 @@
+@@ -49,6 +137,10 @@
GKeyFile *database;
GFileMonitor *database_monitor;
time_t database_mtime;
@@ -875,7 +874,7 @@ diff -ruN 
polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c polk
  };
  
  struct _PolkitBackendSessionMonitorClass
-@@ -70,6 +162,18 @@
+@@ -71,6 +163,18 @@
  
  /* 

 */
  
@@ -894,7 +893,7 @@ diff -ruN 
polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c polk
  static gboolean
  reload_database (PolkitBackendSessionMonitor  *monitor,
   GError  **error)
-@@ -176,31 +280,47 @@
+@@ -177,31 +281,47 @@
g_error_free (error);
  }
  
@@ -961,7 +960,7 @@ diff -ruN 
polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c polk
  }
  }
  
-@@ -218,6 +338,12 @@
+@@ -219,6 +339,12 @@
if (monitor->database != NULL)
  g_key_file_free (monitor->database);
  
@@ -974,57 +973,42 @@ diff -ruN 
polkit-0.113.orig/src/polkitbackend/polkitbackendsessionmonitor.c polk
if (G_OBJECT_CLASS (polkit_backend_session_monitor_parent_class)->finalize 
!= NULL)
  G_OBJECT_CLASS (polkit_backend_session_monitor_parent_class)->finalize 
(object);
  }
-@@ -310,22 +436,38 @@
+@@ -332,6 +458,26 @@
  }
else if (POLKIT_IS_UNIX_SESSION (subject))
  {
--  if (!ensure_database (monitor, error))
 +#ifdef HAVE_LIBSYSTEMD
 +  if (monitor->sd_source != NULL)
- {
--  g_prefix_error (error, "Error getting user for session: Error 
ensuring CK database at " CKDB_PATH ": ");
--  goto out;
-+  if (sd_session_get_uid (polkit_unix_session_get_session_id 
(POLKIT_UNIX_SESSION (subject)), ) < 0)
-+{
-+  g_set_error (error,
-+  POLKIT_ERROR,
-+  POLKIT_ERROR_FAILED,
-+

[packages/libqmi] - updated to 1.20.2

2018-09-29 Thread hawk
commit fa07f2e7da4fc6c4c34bd4ca8b9f92dcbea40f49
Author: Marcin Krol 
Date:   Sat Sep 29 14:27:18 2018 +

- updated to 1.20.2

 libqmi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libqmi.spec b/libqmi.spec
index 2ccb6e5..30d7849 100644
--- a/libqmi.spec
+++ b/libqmi.spec
@@ -6,12 +6,12 @@
 Summary:   GLib library for talking to WWAN modems and devices using QMI 
protocol
 Summary(pl.UTF-8): Biblioteka GLib do komunikacji z modemami i 
urządzeniami WWAN z użyciem protokołu QMI
 Name:  libqmi
-Version:   1.20.0
+Version:   1.20.2
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
-# Source0-md5: 797e365521df76b77b067e6317618b41
+# Source0-md5: 584214476ab75c394160cb85fbccaa1d
 URL:   https://www.freedesktop.org/wiki/Software/libqmi/
 BuildRequires: autoconf >= 2.68
 BuildRequires: automake >= 1:1.11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libqmi.git/commitdiff/fa07f2e7da4fc6c4c34bd4ca8b9f92dcbea40f49

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


DISTFILES: libqmi: libqmi-1.20.2.tar.xz

2018-09-29 Thread hawk
Request by: hawk


Files fetched: 1

STORED: https://www.freedesktop.org/software/libqmi/libqmi-1.20.2.tar.xz
584214476ab75c394160cb85fbccaa1d  libqmi-1.20.2.tar.xz
Size: 860408 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/libcassandra] - release 5 (by relup.sh)

2018-09-29 Thread arekm
commit 2ee3a22ab734f497d1dbd2be4ae513bbeea6b78e
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 13:26:08 2018 +0200

- release 5 (by relup.sh)

 libcassandra.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libcassandra.spec b/libcassandra.spec
index 1cc6acd..760f314 100644
--- a/libcassandra.spec
+++ b/libcassandra.spec
@@ -3,7 +3,7 @@ Summary:A high level C++ client for Cassandra
 Summary(pl.UTF-8): Klient Cassandry wyższego poziomu w C++
 Name:  libcassandra
 Version:   0.2.91
-Release:   4
+Release:   5
 License:   BSD
 Group: Libraries
 # https://download.github.com/matkor-libcassandra-0.2.91-0-g98ab52b.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcassandra.git/commitdiff/2ee3a22ab734f497d1dbd2be4ae513bbeea6b78e

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


[packages/mediastreamer-plugin-mssilk] - up to 1.1.1

2018-09-29 Thread arekm
commit efbed021db4e9eb68255e404b0ca5624d2cce588
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 13:24:12 2018 +0200

- up to 1.1.1

 mediastreamer-plugin-mssilk-system-silk.patch | 2 +-
 mediastreamer-plugin-mssilk.spec  | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/mediastreamer-plugin-mssilk.spec b/mediastreamer-plugin-mssilk.spec
index 9cc8a79..6803992 100644
--- a/mediastreamer-plugin-mssilk.spec
+++ b/mediastreamer-plugin-mssilk.spec
@@ -1,12 +1,12 @@
 Summary:   SILK audio codec for mediastreamer
 Summary(pl.UTF-8): Kodek dźwięku SILK dla mediastreamera
 Name:  mediastreamer-plugin-mssilk
-Version:   1.0.2
-Release:   3
+Version:   1.1.1
+Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   
http://linphone.org/releases/sources/plugins/mssilk/mssilk-%{version}.tar.gz
-# Source0-md5: f1df83849b8e355e4c6a4c29c44250cb
+# Source0-md5: ad0b441fdd4d6b6a6db41c2b322d5691
 Patch0:%{name}-system-silk.patch
 URL:   https://github.com/Distrotech/mssilk
 BuildRequires: SILK_SDK-devel >= 1.0.9
@@ -34,6 +34,7 @@ Ten pakiet udostępnia wtyczkę mediastreamera do kodeka 
dźwięku SILK.
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 
diff --git a/mediastreamer-plugin-mssilk-system-silk.patch 
b/mediastreamer-plugin-mssilk-system-silk.patch
index 72cad9e..bb91b77 100644
--- a/mediastreamer-plugin-mssilk-system-silk.patch
+++ b/mediastreamer-plugin-mssilk-system-silk.patch
@@ -60,7 +60,7 @@
 --- mssilk-1.0.1/Makefile.am.orig  2015-02-17 14:17:43.0 +0100
 +++ mssilk-1.0.1/Makefile.am   2015-07-31 15:34:38.080261553 +0200
 @@ -1,9 +1,4 @@
- EXTRA_DIST=autogen.sh mssilk.iss.in 
+ EXTRA_DIST=autogen.sh mssilk.iss.in CMakeLists.txt
 -SILK_VERSION = 1.0.9
 
-#SILK_DIR=$(srcdir)/sdk/SILK_SDK_SRC_v$(SILK_VERSION)/SILK_SDK_SRC_$(SILK_FLAVOUR)_v$(SILK_VERSION)
 
-SILK_DIR=$(top_builddir)/sdk/SILK_SDK_SRC_v$(SILK_VERSION)/SILK_SDK_SRC_$(SILK_FLAVOUR)_v$(SILK_VERSION)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer-plugin-mssilk.git/commitdiff/efbed021db4e9eb68255e404b0ca5624d2cce588

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


DISTFILES: mediastreamer-plugin-mssilk: mssilk-1.1.1.tar.gz

2018-09-29 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://linphone.org/releases/sources/plugins/mssilk/mssilk-1.1.1.tar.gz
ad0b441fdd4d6b6a6db41c2b322d5691  mssilk-1.1.1.tar.gz
Size: 2352995 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: mediastreamer-plugin-msx264: msx264-1.5.3.tar.gz

2018-09-29 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://linphone.org/releases/sources/plugins/msx264/msx264-1.5.3.tar.gz
8dc5482d12bdb5d89bdfa9f71163e08a  msx264-1.5.3.tar.gz
Size: 341750 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/mediastreamer-plugin-msx264] - up to 1.5.3

2018-09-29 Thread arekm
commit 7b08d08b77bf94ddac6c70bb5c25f572c5e2538e
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 13:20:46 2018 +0200

- up to 1.5.3

 mediastreamer-plugin-msx264.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mediastreamer-plugin-msx264.spec b/mediastreamer-plugin-msx264.spec
index a1f709f..38b7bf3 100644
--- a/mediastreamer-plugin-msx264.spec
+++ b/mediastreamer-plugin-msx264.spec
@@ -1,12 +1,12 @@
 Summary:   H264 video codec for mediastreamer
 Summary(pl.UTF-8): Kodek obrazu H264 dla mediastreamera
 Name:  mediastreamer-plugin-msx264
-Version:   1.5.2
-Release:   3
+Version:   1.5.3
+Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   
http://linphone.org/releases/sources/plugins/msx264/msx264-%{version}.tar.gz
-# Source0-md5: 877113f35d47b68b0ee60f934a2fee3f
+# Source0-md5: 8dc5482d12bdb5d89bdfa9f71163e08a
 URL:   https://github.com/Distrotech/msx264
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer-plugin-msx264.git/commitdiff/7b08d08b77bf94ddac6c70bb5c25f572c5e2538e

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


[packages/mediastreamer-plugin-msopenh264] - rel 6; fix build

2018-09-29 Thread arekm
commit 89a14b840143b48753bd847103ea9ebcbc9b628e
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 13:19:43 2018 +0200

- rel 6; fix build

 mediastreamer-plugin-msopenh264.spec |  2 +-
 openh264-1.6.patch   | 10 ++
 2 files changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/mediastreamer-plugin-msopenh264.spec 
b/mediastreamer-plugin-msopenh264.spec
index cc9f1e3..1173da9 100644
--- a/mediastreamer-plugin-msopenh264.spec
+++ b/mediastreamer-plugin-msopenh264.spec
@@ -2,7 +2,7 @@ Summary:H.264 video codec for mediastreamer based on 
the openh264 library
 Summary(pl.UTF-8): Kodek obrazu H.264 dla mediastreamera oparty na 
bibliotece openh264
 Name:  mediastreamer-plugin-msopenh264
 Version:   1.1.1
-Release:   5
+Release:   6
 License:   GPL v2+
 Group: Libraries
 Source0:   
http://linphone.org/releases/sources/plugins/msopenh264/msopenh264-%{version}.tar.gz
diff --git a/openh264-1.6.patch b/openh264-1.6.patch
index a8ce873..7bff4c6 100644
--- a/openh264-1.6.patch
+++ b/openh264-1.6.patch
@@ -55,3 +55,13 @@ diff -ur msopenh264-1.1.1/src/msopenh264enc.cpp 
msopenh264-1.2.1/src/msopenh264e
ret = mEncoder->InitializeExt();
if (ret != 0) {
ms_error("OpenH264 encoder: Failed to 
initialize: %d", ret);
+--- msopenh264-1.1.1/src/msopenh264enc.h~  2015-09-23 15:14:22.0 
+0200
 msopenh264-1.1.1/src/msopenh264enc.h   2018-09-29 13:18:20.730187249 
+0200
+@@ -21,7 +21,6 @@ Foundation, Inc., 59 Temple Place - Suit
+ #include "mediastreamer2/msfilter.h"
+ #include "mediastreamer2/msvideo.h"
+ #include "mediastreamer2/rfc3984.h"
+-#include "mediastreamer2/videostarter.h"
+ #include "wels/codec_api.h"
+ #include "msopenh264.h"
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer-plugin-msopenh264.git/commitdiff/89a14b840143b48753bd847103ea9ebcbc9b628e

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


[packages/perl-Crypt-OpenPGP] - typo

2018-09-29 Thread adwol
commit a39892d2103568ce377640c603c96a2087c3aecd
Author: Adam Osuchowski 
Date:   Sat Sep 29 13:10:30 2018 +0200

- typo

 perl-Crypt-OpenPGP-openssl.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-Crypt-OpenPGP-openssl.patch b/perl-Crypt-OpenPGP-openssl.patch
index 2d2d547..697f9ab 100644
--- a/perl-Crypt-OpenPGP-openssl.patch
+++ b/perl-Crypt-OpenPGP-openssl.patch
@@ -28,7 +28,7 @@ diff -ruN Crypt-OpenPGP-1.12.orig/lib/Crypt/OpenPGP/Util.pm 
Crypt-OpenPGP-1.12/l
my $bits = shift;
 -  if (eval 'require Crypt::Random; 1;') {
 +  if (eval 'require Crypt::OpenSSL::Random; 1;') {
-+  my $hex = unpack('H*', 
Crypt::OpenSSL::Random::random_bytes(int(($bits + 7) / 8));
++  my $hex = unpack('H*', 
Crypt::OpenSSL::Random::random_bytes(int(($bits + 7) / 8)));
 +  my $val = Math::BigInt->new("0x$hex");
 +  # Get exactly the correct number of bits.
 +  $val->brsft(8 - ($bits & 7)) if ($bits & 7);


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Crypt-OpenPGP.git/commitdiff/a39892d2103568ce377640c603c96a2087c3aecd

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


[packages/perl-Crypt-OpenPGP] - Pari is broken; don't use it if there are other alternatives - use Crypt::OpenSSL::Random if avail

2018-09-29 Thread adwol
commit 5ecac8fd7c760cf0003252f7b055e85a1eb6d056
Author: Adam Osuchowski 
Date:   Sat Sep 29 13:06:45 2018 +0200

- Pari is broken; don't use it if there are other alternatives
- use Crypt::OpenSSL::Random if available
- add /usr/bin/pgplet
- rel 2

 perl-Crypt-OpenPGP-openssl.patch | 42 
 perl-Crypt-OpenPGP.spec  |  5 -
 2 files changed, 46 insertions(+), 1 deletion(-)
---
diff --git a/perl-Crypt-OpenPGP.spec b/perl-Crypt-OpenPGP.spec
index 3e62300..0a0fc05 100644
--- a/perl-Crypt-OpenPGP.spec
+++ b/perl-Crypt-OpenPGP.spec
@@ -9,12 +9,13 @@ Summary:  Crypt::OpenPGP Perl module - pure Perl 
implementation of the OpenPGP st
 Summary(pl.UTF-8): Moduł Perla Crypt::OpenPGP - czysto perlowa 
implementacja standardu OpenPGP
 Name:  perl-Crypt-OpenPGP
 Version:   1.12
-Release:   1
+Release:   2
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: ab55adcc68487b36d8146fa6081f9997
+Patch0:%{name}-openssl.patch
 URL:   http://search.cpan.org/dist/Crypt-OpenPGP/
 BuildRequires: perl-Crypt-DSA
 BuildRequires: perl-Crypt-RSA
@@ -64,6 +65,7 @@ Crypt::RIPEMD160 dla RIPE-MD/160).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL  'Pari,GMP,Calc';
++use Math::BigInt only => 'GMP,Calc';
+ 
+ use vars qw( @EXPORT_OK @ISA );
+ use Exporter;
+@@ -101,7 +101,10 @@
+ 
+ sub get_random_bytes {
+   my $length = shift;
+-  if (eval 'require Crypt::Random; 1;') {
++  if (eval 'require Crypt::OpenSSL::Random; 1;') {
++  return Crypt::OpenSSL::Random::random_bytes($length);
++  }
++  elsif (eval 'require Crypt::Random; 1;') {
+   return Crypt::Random::makerandom_octet( Length => $length);
+   }
+   elsif (eval 'require Bytes::Random::Secure; 1;') {
+@@ -114,7 +117,16 @@
+ 
+ sub get_random_bigint {
+   my $bits = shift;
+-  if (eval 'require Crypt::Random; 1;') {
++  if (eval 'require Crypt::OpenSSL::Random; 1;') {
++  my $hex = unpack('H*', 
Crypt::OpenSSL::Random::random_bytes(int(($bits + 7) / 8));
++  my $val = Math::BigInt->new("0x$hex");
++  # Get exactly the correct number of bits.
++  $val->brsft(8 - ($bits & 7)) if ($bits & 7);
++  # Make sure the top bit is set.
++  $val->bior(Math::BigInt->bone->blsft($bits-1));
++  return $val;
++}
++  elsif (eval 'require Crypt::Random; 1;') {
+   my $pari = Crypt::Random::makerandom( Size => $bits, Strength 
=> 0 );
+   return Math::BigInt->new($pari);
+   }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Crypt-OpenPGP.git/commitdiff/5ecac8fd7c760cf0003252f7b055e85a1eb6d056

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


DISTFILES: mediastreamer-plugin-msamr: msamr-1.1.3.tar.gz

2018-09-29 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://linphone.org/releases/sources/plugins/msamr/msamr-1.1.3.tar.gz
10c6a05e12c2af17f4ebc215d6c477da  msamr-1.1.3.tar.gz
Size: 32563 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/mediastreamer-plugin-msamr] - up to 1.1.3

2018-09-29 Thread arekm
commit 1d6ce2384f5bc5f50c5b9627172ed1d1f3b06845
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 12:42:51 2018 +0200

- up to 1.1.3

 mediastreamer-plugin-msamr.spec | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/mediastreamer-plugin-msamr.spec b/mediastreamer-plugin-msamr.spec
index 2813a87..4b76f41 100644
--- a/mediastreamer-plugin-msamr.spec
+++ b/mediastreamer-plugin-msamr.spec
@@ -5,13 +5,16 @@
 Summary:   AMR audio codec for mediastreamer
 Summary(pl.UTF-8): Kodek dźwięku AMR dla mediastreamera
 Name:  mediastreamer-plugin-msamr
-Version:   1.0.2
-Release:   7
+Version:   1.1.3
+Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   
http://linphone.org/releases/sources/plugins/msamr/msamr-%{version}.tar.gz
-# Source0-md5: b5a64fa7c93e539ed230218b9d1cd41a
+# Source0-md5: 10c6a05e12c2af17f4ebc215d6c477da
 URL:   https://github.com/Distrotech/msamr
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: ortp-devel >= 0.16.0
 BuildRequires: mediastreamer-devel >= 2.0.0
 BuildRequires: opencore-amr-devel >= 0.1.2
@@ -33,6 +36,11 @@ Ten pakiet udostępnia wtyczkę mediastreamera do kodeka 
dźwięku AMR.
 %setup -q -n msamr-%{version}
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
%{?with_wb:--enable-wideband}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer-plugin-msamr.git/commitdiff/1d6ce2384f5bc5f50c5b9627172ed1d1f3b06845

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


[packages/ossp-uuid] - rel 31; don't hardcode php_name

2018-09-29 Thread arekm
commit cd40b1d852d60433f9058a5413ab67f792bbf9b3
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 12:39:42 2018 +0200

- rel 31; don't hardcode php_name

 ossp-uuid.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/ossp-uuid.spec b/ossp-uuid.spec
index def90e1..a84a5c0 100644
--- a/ossp-uuid.spec
+++ b/ossp-uuid.spec
@@ -5,12 +5,11 @@
 %bcond_withpgsql   # build postgresql binding
 %bcond_without  static_libs # don't build static libraries
 
-%definephp_namephp55
 Summary:   Universally Unique Identifier library
 Summary(pl.UTF-8): Biblioteka unikalnych identyfikatorów UUID
 Name:  ossp-uuid
 Version:   1.6.2
-Release:   30
+Release:   31
 License:   MIT
 Group: Libraries
 Source0:   ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ossp-uuid.git/commitdiff/cd40b1d852d60433f9058a5413ab67f792bbf9b3

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


[packages/linphone] - up to 3.12.0

2018-09-29 Thread arekm
commit a68f4690e6975f6edee814d41dbb926306b47145
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 12:37:56 2018 +0200

- up to 3.12.0

 build.patch   | 10 ++
 linphone-sh.patch | 58 ++-
 linphone.spec | 36 +++---
 3 files changed, 49 insertions(+), 55 deletions(-)
---
diff --git a/linphone.spec b/linphone.spec
index 8979361..f41a133 100644
--- a/linphone.spec
+++ b/linphone.spec
@@ -17,18 +17,19 @@
 Summary:   Linphone Internet Phone
 Summary(pl.UTF-8): Linphone - telefon internetowy
 Name:  linphone
-Version:   3.9.1
-Release:   4
+Version:   3.12.0
+Release:   1
 License:   GPL v2+
 Group: Applications/Communications
 Source0:   
http://linphone.org/releases/sources/linphone/%{name}-%{version}.tar.gz
-# Source0-md5: c1c3a63b7ee963360e0e89cf5e5ff406
+# Source0-md5: 8292dbaa0a5d0a448dcbbee125e947e4
 Patch0:%{name}-sh.patch
+Patch1:build.patch
 URL:   http://www.linphone.org/
 BuildRequires: alsa-lib-devel >= 0.9.0
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.9
-BuildRequires: belle-sip-devel >= 1.4.0
+BuildRequires: belle-sip-devel >= 1.5.0
 %{?with_ldap:BuildRequires:cyrus-sasl-devel >= 2}
 BuildRequires: doxygen
 BuildRequires: ffmpeg-devel >= 0.4.5
@@ -125,7 +126,7 @@ Summary:Linphone libraries
 Summary(pl.UTF-8): Biblioteki Linphone
 Group: Libraries
 Requires(post,postun): /sbin/ldconfig
-Requires:  belle-sip >= 1.4.0
+Requires:  belle-sip >= 1.5.0
 Requires:  glib2 >= 1:2.26.0
 Requires:  gtk+2 >= 2:2.22.0
 %{?with_system_mediastreamer:Requires: mediastreamer >= 2.11.0}
@@ -144,7 +145,7 @@ Summary(pl.UTF-8):  Telefon internetowy Linphone - pliki 
nagłówkowe
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  alsa-lib-devel >= 0.9.0
-Requires:  belle-sip-devel >= 1.4.0
+Requires:  belle-sip-devel >= 1.5.0
 Requires:  glib2-devel >= 1:2.26.0
 Requires:  gtk+2 >= 2:2.22.0
 Requires:  libstdc++-devel
@@ -184,8 +185,13 @@ Statyczne wersje bibliotek Linphone.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+
+[ ! -e gitversion.h ] && echo '#define LIBLINPHONE_GIT_VERSION "%{version}"' > 
coreapi/gitversion.h
 
 %build
+%{__gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -259,7 +265,6 @@ install -d $RPM_BUILD_ROOT%{_desktopdir} \
 
 install pixmaps/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
-%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 %{!?with_system_mediastreamer:%{__rm} -r 
$RPM_BUILD_ROOT%{_docdir}/mediastreamer}
 %{!?with_system_ortp:%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/ortp}
 
@@ -272,9 +277,6 @@ install pixmaps/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
 # some tests
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/*_test
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}
-%{__mv} $RPM_BUILD_ROOT%{_datadir}/tutorials/%{name} 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
 %find_lang %{name} --with-gnome --all-name
 
 %clean
@@ -291,9 +293,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog NEWS README TODO
+%doc AUTHORS BUGS ChangeLog NEWS README.md TODO
+%attr(755,root,root) %{_bindir}/liblinphone_tester
 %attr(755,root,root) %{_bindir}/linphone
+%attr(755,root,root) %{_bindir}/linphone-daemon
+%attr(755,root,root) %{_bindir}/linphone-daemon-pipetest
 %attr(755,root,root) %{_bindir}/lp-autoanswer
+%attr(755,root,root) %{_bindir}/lp-sendmsg
+%attr(755,root,root) %{_bindir}/lp-test-ecc
 %{_desktopdir}/audio-assistant.desktop
 %{_desktopdir}/linphone.desktop
 %{_pixmapsdir}/linphone.png
@@ -310,7 +317,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n linphonec
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog NEWS README TODO
+%doc AUTHORS BUGS ChangeLog NEWS README.md TODO
 %attr(755,root,root) %{_bindir}/linphonec
 %attr(755,root,root) %{_bindir}/linphonecsh
 %{_mandir}/man1/linphonec.1*
@@ -320,7 +327,7 @@ rm -rf $RPM_BUILD_ROOT
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/liblinphone.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/liblinphone.so.8
+%attr(755,root,root) %ghost %{_libdir}/liblinphone.so.9
 %attr(755,root,root) %{_libdir}/liblinphonetester.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/liblinphonetester.so.0
 %if %{without system_mediastreamer} || %{without system_ortp}
@@ -339,10 +346,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc coreapi/help/doc/html
 %attr(755,root,root) %{_libdir}/liblinphone.so
 %attr(755,root,root) %{_libdir}/liblinphonetester.so
-%attr(755,root,root) %{_bindir}/lp-gen-wrappers
 %{_includedir}/linphone
 %{_pkgconfigdir}/linphone.pc
 %{_libdir}/liblinphone.la
@@ -363,7 +368,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/include/ortp
 %{_libdir}/%{name}/pkgconfig/ortp.pc
 %endif

DISTFILES: linphone: linphone-3.12.0.tar.gz

2018-09-29 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://linphone.org/releases/sources/linphone/linphone-3.12.0.tar.gz
8292dbaa0a5d0a448dcbbee125e947e4  linphone-3.12.0.tar.gz
Size: 18667484 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/openchange] - release 32 (by relup.sh)

2018-09-29 Thread arekm
commit 30c5ab49f76f35fc066f8058471e88cc0df2d6d5
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 12:13:21 2018 +0200

- release 32 (by relup.sh)

 openchange.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openchange.spec b/openchange.spec
index 01a1779..01e2675 100644
--- a/openchange.spec
+++ b/openchange.spec
@@ -12,7 +12,7 @@ Summary:  OpenChange - portable implementation of MS 
Exchange Server and Exchange
 Summary(pl.UTF-8): OpenChange - przenośna implementacja serwera oraz 
protokołów MS Exchange
 Name:  openchange
 Version:   2.3
-Release:   31
+Release:   32
 License:   GPL v3+
 Group: Libraries
 Source0:   
https://github.com/openchange/openchange/archive/%{name}-%{version}-%{cname}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openchange.git/commitdiff/30c5ab49f76f35fc066f8058471e88cc0df2d6d5

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


[packages/opal] - rel 4; ffmpeg fixes from freebsd

2018-09-29 Thread arekm
commit a4d42991e15355b5f3b4deb18098a7a49d5d1f84
Author: Arkadiusz Miśkiewicz 
Date:   Sat Sep 29 12:07:39 2018 +0200

- rel 4; ffmpeg fixes from freebsd

 ffmpeg.patch | 1549 +++---
 opal-build.patch |   13 -
 opal.spec|4 +-
 3 files changed, 667 insertions(+), 899 deletions(-)
---
diff --git a/opal.spec b/opal.spec
index 516ad0b..1420c99 100644
--- a/opal.spec
+++ b/opal.spec
@@ -31,7 +31,7 @@ Summary:  Open Phone Abstraction Library (aka OpenH323 v2)
 Summary(pl.UTF-8): Biblioteka Open Phone Abstraction Library (aka OpenH323 
v2)
 Name:  opal
 Version:   3.10.11
-Release:   3
+Release:   4
 License:   MPL v1.0
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/opalvoip/%{name}-%{version}.tar.bz2
@@ -263,8 +263,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/opal-%{version}/codecs/video/theora_ptplugin.so
 %dir %{_libdir}/opal-%{version}/fax
 %attr(755,root,root) %{_libdir}/opal-%{version}/fax/spandsp_ptplugin.so
-%dir %{_libdir}/opal-%{version}/lid
-%attr(755,root,root) %{_libdir}/opal-%{version}/lid/ixj_lid_pwplugin.so
 %endif
 
 %if %{with vpb}
diff --git a/ffmpeg.patch b/ffmpeg.patch
index 49a95b0..91e726b 100644
--- a/ffmpeg.patch
+++ b/ffmpeg.patch
@@ -1,672 +1,67 @@
-Description: Backport changes for the libav 9 API
- Also replace loading of libavcodec and libavutil via dlopen by linking against
- it.
-Author: Sebastian Ramacher 
-Bug-Debian: http://bugs.debian.org/720824
-Last-Update: 2013-09-12
-
 a/plugins/video/H.263-1998/h263-1998.cxx
-+++ b/plugins/video/H.263-1998/h263-1998.cxx
-@@ -216,7 +216,7 @@
- return false;
-   }
- 
--  m_context = FFMPEGLibraryInstance.AvcodecAllocContext();
-+  m_context = FFMPEGLibraryInstance.AvcodecAllocContext(m_codec);
-   if (m_context == NULL) {
- PTRACE(1, m_prefix, "Failed to allocate context for encoder");
- return false;
-@@ -312,6 +312,7 @@
- return;
-   }
- 
-+#ifdef CODEC_FLAG_H263P_UMV
-   if (STRCMPI(option, H263_ANNEX_D) == 0) {
- // Annex D: Unrestructed Motion Vectors
- // Level 2+ 
-@@ -322,6 +323,7 @@
-   m_context->flags &= ~CODEC_FLAG_H263P_UMV; 
- return;
-   }
-+#endif
- 
- #if 0 // DO NOT ENABLE THIS FLAG. FFMPEG IS NOT THREAD_SAFE WHEN THIS FLAG IS 
SET
-   if (STRCMPI(option, H263_ANNEX_F) == 0) {
-@@ -356,6 +358,7 @@
- return;
-   }
- 
-+#ifdef CODEC_FLAG_H263P_SLICE_STRUCT
-   if (STRCMPI(option, H263_ANNEX_K) == 0) {
- // Annex K: Slice Structure
- // does not work with eyeBeam
-@@ -365,7 +368,9 @@
-   m_context->flags &= ~CODEC_FLAG_H263P_SLICE_STRUCT; 
- return;
-   }
-+#endif
- 
-+#ifdef CODEC_FLAG_H263P_AIV
-   if (STRCMPI(option, H263_ANNEX_S) == 0) {
- // Annex S: Alternative INTER VLC mode
- // does not work with eyeBeam
-@@ -375,6 +380,7 @@
-   m_context->flags &= ~CODEC_FLAG_H263P_AIV; 
- return;
-   }
-+#endif
- 
-   if (STRCMPI(option, PLUGINCODEC_MEDIA_PACKETIZATION) == 0 ||
-   STRCMPI(option, PLUGINCODEC_MEDIA_PACKETIZATIONS) == 0) {
-@@ -450,15 +456,6 @@
-   PTRACE(5, m_prefix, "qmax set to " << m_context->qmax);
-   PTRACE(5, m_prefix, "payload size set to " << m_context->rtp_payload_size);
- 
--  #define CODEC_TRACER_FLAG(tracer, flag) \
--PTRACE(4, m_prefix, #flag " is " << ((m_context->flags & flag) ? 
"enabled" : "disabled"));
--  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_UMV);
--  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_OBMC);
--  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_AC_PRED);
--  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_SLICE_STRUCT)
--  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_LOOP_FILTER);
--  CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_AIV);
--
-   return FFMPEGLibraryInstance.AvcodecOpen(m_context, m_codec) == 0;
- }
- 
-@@ -521,7 +518,7 @@
- 
- // Need to copy to local buffer to guarantee 16 byte alignment
- memcpy(m_inputFrame->data[0], OPAL_VIDEO_FRAME_DATA_PTR(header), 
header->width*header->height*3/2);
--m_inputFrame->pict_type = (flags & PluginCodec_CoderForceIFrame) ? 
FF_I_TYPE : AV_PICTURE_TYPE_NONE;
-+m_inputFrame->pict_type = (flags & PluginCodec_CoderForceIFrame) ? 
AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_NONE;
- 
- /*
- m_inputFrame->pts = 
(int64_t)srcRTP.GetTimestamp()*m_context->time_base.den/m_context->time_base.num/VIDEO_CLOCKRATE;
-@@ -603,13 +600,19 @@
-   m_context->rtp_callback = _RFC2190_EncoderContext::RTPCallBack;
-   m_context->opaque = this; // used to separate out packets from different 
encode threads
- 
-+#ifdef CODEC_FLAG_H263P_UMV
-   m_context->flags &= ~CODEC_FLAG_H263P_UMV;
-+#endif
-   m_context->flags &= ~CODEC_FLAG_4MV;
- #if LIBAVCODEC_RTP_MODE
-   m_context->flags &= ~CODEC_FLAG_H263P_AIC;
- #endif
-+#ifdef CODEC_FLAG_H263P_AIV
-   m_context->flags &= ~CODEC_FLAG_H263P_AIV;
-+#endif
-+#ifdef CODEC_FLAG_H263P_SLICE_STRUCT
-   m_context->flags &= ~CODEC_FLAG_H263P_SLICE_STRUCT;
-+#endif
- 
-   return true;
- }
-@@ -658,7 +661,7 @@
- 

DISTFILES: perl-URI: URI-1.74.tar.gz

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/URI/URI-1.74.tar.gz
892f7183b178af40f205ba37128225db  URI-1.74.tar.gz
Size: 107102 bytes


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


[packages/perl-URI] - updated to 1.74

2018-09-29 Thread qboosh
commit c0a147c05ecbddc3d3e2ea8f0b411611dc9259e3
Author: Jakub Bogusz 
Date:   Sat Sep 29 11:38:17 2018 +0200

- updated to 1.74

 perl-URI.spec | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-URI.spec b/perl-URI.spec
index 5193a31..ea32eff 100644
--- a/perl-URI.spec
+++ b/perl-URI.spec
@@ -10,20 +10,22 @@ Summary(pl.UTF-8):  URI - obsługa ujednoliconych 
identyfikatorów zasobów (bezw
 Summary(ru.UTF-8): URI - Uniform Resource Identifier (URI) ссылки, как 
указывает RFC 2396
 Summary(uk.UTF-8): URI - посилання Uniform Resource Identifier (URI) як 
визначено в RFC 2396
 Name:  perl-URI
-Version:   1.71
+Version:   1.74
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/URI/%{pnam}-%{version}.tar.gz
-# Source0-md5: 247c3da29a794f72730e01aa5a715daf
+# Source0-md5: 892f7183b178af40f205ba37128225db
 URL:   http://search.cpan.org/dist/URI/
 BuildRequires: perl-devel >= 1:5.8.1
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires: perl(Exporter) >= 5.57
 BuildRequires: perl-Encode
 BuildRequires: perl-MIME-Base64 >= 2
-BuildRequires: perl-Test-Simple
+BuildRequires: perl-Test-Needs
+BuildRequires: perl-Test-Simple >= 0.96
 %endif
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -72,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/URI
 %{perl_vendorlib}/URI.pm
 %{_mandir}/man3/URI*.3pm*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-URI.git/commitdiff/c0a147c05ecbddc3d3e2ea8f0b411611dc9259e3

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


PLD-doc: PLD-update-TODO - updated

2018-09-29 Thread arekm
Author: arekmDate: Sat Sep 29 08:08:03 2018 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.2290 -> 1.2291) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.2290 PLD-doc/PLD-update-TODO:1.2291
--- PLD-doc/PLD-update-TODO:1.2290  Wed Sep 26 20:34:08 2018
+++ PLD-doc/PLD-update-TODO Sat Sep 29 10:07:58 2018
@@ -1,4 +1,4 @@
-0ad(14) [OLD] r10803 [NEW] r09049-alpha-unix-build
+0ad(14) [OLD] r10803 [NEW] r11863
 3store(12) [OLD] 2.2.22 [NEW] 3.0.7
 4pane(8) [OLD] 0.8.0 [NEW] 5.0
 AppStream(15) [OLD] 0.11.8 [NEW] 0.12.2
@@ -41,10 +41,10 @@
 Sman(14) [OLD] 1.03 [NEW] 1.04
 SystemPreferences(7) [OLD] 1.0.2 [NEW] 1.2.0
 TeXmacs(8) [OLD] 1.0.7 [NEW] 1.0.7.18
-Thunar(13) [OLD] 1.8.0 [NEW] 1.8.1
 WebGUI(9) [OLD] 7.3.20 [NEW] 7.10.31
 aap(12) [OLD] 1.091 [NEW] 1.094
 accel-ppp(14) [OLD] 1.8.0 [NEW] 1.11.2
+accountsservice(8) [OLD] 0.6.50 [NEW] 0.6.53
 ack(17) [OLD] 2.14 [NEW] 2.24
 acpid(17) [OLD] 2.0.28 [NEW] 2.0.30
 adcd(8) [OLD] 0.9 [NEW] 1.1
@@ -85,12 +85,12 @@
 apache1-mod_limitipconn(9) [OLD] 0.04 [NEW] 0.24
 apache1-mod_log_sql(13) [OLD] 1.99 [NEW] 1.101
 apache1-mod_macro(10) [OLD] 1.1.2 [NEW] 1.2.1
-apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0.0
+apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0b1
 apcupsd(17) [OLD] 3.14.13 [NEW] 3.14.14
 apertium-dict-dan-nor(9) [OLD] 1.0.0 [NEW] 1.3.0
 apertium-lex-tools(8) [OLD] 0.1.0 [NEW] 0.2.0
 apertium(8) [OLD] 3.4.2 [NEW] 3.5.0
-appstream-glib(13) [OLD] 0.7.8 [NEW] 0.7.12
+appstream-glib(13) [OLD] 0.7.8 [NEW] 0.7.13
 apr-compat(10) [OLD] 1.3.3 [NEW] 1.6.5
 apr(13) [OLD] 1.6.3 [NEW] 1.6.5
 apt-cacher-ng(7) [OLD] 0.7.19 [NEW] 3.2
@@ -152,7 +152,6 @@
 bchunk(8) [OLD] 1.2.0 [NEW] 1.2.2
 bcron(9) [OLD] 0.09 [NEW] 0.11
 beast(8) [OLD] 0.7.4 [NEW] 0.12.0
-belle-sip(15) [OLD] 1.4.2 [NEW] 1.5.0
 bes(11) [OLD] 3.17.4 [NEW] 3.20.0
 bfilter(12) [OLD] 0.9.4 [NEW] 1.1.4
 bftpd(8) [OLD] 2.6 [NEW] 4.9
@@ -176,7 +175,7 @@
 brltty(33) [OLD] 5.5 [NEW] 5.6
 btrfs-progs [OLD] 4.17 [NEW] 4.17.1
 bttv(19) [OLD] 0.7.87 [NEW] 0.9.15
-bubblewrap(9) [OLD] 0.1.8 [NEW] 0.3.0
+bubblewrap(9) [OLD] 0.1.8 [NEW] 0.3.1
 bugwarrior(11) [OLD] 1.0.2 [NEW] 1.6.0
 bugzilla(12) [OLD] 3.3.3 [NEW] 5.1.2
 buildbot(7) [OLD] 0.8.1 [NEW] 0.8.2
@@ -187,7 +186,6 @@
 bzflag(16) [OLD] 2.4.0 [NEW] 2.4.2
 bzr-gtk(14) [OLD] 0.99.1 [NEW] 0.103.0
 bzr-svn(8) [OLD] 1.0.4 [NEW] 1.2.3
-bzrtp(13) [OLD] 1.0.3 [NEW] 1.0.6
 c-algorithms(12) [OLD] 1.0.0 [NEW] 1.2.0
 c-icap-modules(15) [OLD] 0.4.5 [NEW] 0.5.2
 c-icap(7) [OLD] 0.5.2 [NEW] 220505
@@ -250,7 +248,7 @@
 clzip(8) [OLD] 1.9 [NEW] 1.10
 cman(13) [OLD] 2.03.11 [NEW] 3.0.7
 cmdtest(7) [OLD] 0.9 [NEW] 0.32.orig
-cmocka(8) [OLD] 1.1.1 [NEW] 1.1.2
+cmocka(8) [OLD] 1.1.1 [NEW] 1.1.3
 cmus(9) [OLD] 2.4.3 [NEW] 2.5.0
 codeblocks(9) [OLD] 16.01 [NEW] 17.12
 coffee-script(9) [OLD] 1.6.3 [NEW] 2.3.2
@@ -267,10 +265,10 @@
 coppermine-gallery(9) [OLD] 1.4.26 [NEW] 1.5.46
 corosync(24) [OLD] 2.4.4 [NEW] 2.99.3
 courier-authlib(12) [OLD] 0.68.0 [NEW] 0.69.0
-courier-imap(22) [OLD] 4.18.2 [NEW] 5.0.0
+courier-imap(22) [OLD] 4.18.2 [NEW] 5.0.0.20180927
 courier-sox(14) [OLD] 0.12 [NEW] 0.12.20180428
 courier-unicode(12) [OLD] 2.0 [NEW] 2.1
-courier(19) [OLD] 0.78.2 [NEW] 1.0
+courier(19) [OLD] 0.78.2 [NEW] 1.0.0.20180927
 cpanminus [OLD] 1.7040 [NEW] 1.7044
 cpp-netlib(11) [OLD] 0.11.1 [NEW] 0.12.0
 cppcheck(12) [OLD] 1.72 [NEW] 1.84
@@ -303,11 +301,7 @@
 crossmingw32-allegro(9) [OLD] 4.3.1 [NEW] 5.1.11
 crossmingw32-cairomm(9) [OLD] 1.12.2 [NEW] 1.15.5
 crossmingw32-gcc(21) [OLD] 6.4.0 [NEW] 8.2.0
-crossmingw32-gdk-pixbuf2(12) [OLD] 2.36.11 [NEW] 2.36.12
-crossmingw32-glib2(19) [OLD] 2.54.2 [NEW] 2.54.3
 crossmingw32-glibmm(9) [OLD] 2.52.0 [NEW] 2.52.1
-crossmingw32-gtk+2(8) [OLD] 2.24.31 [NEW] 2.24.32
-crossmingw32-harfbuzz(8) [OLD] 1.8.8 [NEW] 1.9.0
 crossmingw32-libunistring(9) [OLD] 0.9.7 [NEW] 0.9.10
 crossmingw32-lua40(9) [OLD] 4.0.1 [NEW] 5.3.5
 crossmingw32-lua50(9) [OLD] 5.0.3 [NEW] 5.3.5
@@ -440,8 +434,8 @@
 efivar(14) [OLD] 35 [NEW] 36
 efl(37) [OLD] 1.10.3 [NEW] 1.21.1
 eiciel(8) [OLD] 0.9.8.1 [NEW] 0.9.12.1
-ejabberd(16) [OLD] 18.04 [NEW] 18.06
-electron(11) [OLD] 1.4.3 [NEW] 3.0.0
+ejabberd(16) [OLD] 18.04 [NEW] 18.09
+electron(11) [OLD] 1.4.3 [NEW] 3.0.2
 elektra(34) [OLD] 0.8.23 [NEW] 0.8.24
 elementary(24) [OLD] 1.10.3 [NEW] 1.17.1
 elfio(8) [OLD] 2.1 [NEW] 3.2
@@ -478,13 +472,12 @@
 evolution-data-server(18) [OLD] 3.28.3 [NEW] 3.28.5
 evolution-ews(8) [OLD] 3.28.3 [NEW] 3.28.5
 evolution(19) [OLD] 3.28.3 [NEW] 3.28.5
-exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.2.dmg
+exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.exe
 execline [OLD] 2.1.5.0 [NEW] 2.5.0.1
 exfat-utils(9) [OLD] 1.2.8 [NEW] 1.3.0
 exim-lite(10) [OLD] 4.51 [NEW] 4.69
 exipick(10) [OLD] 20100323.0 [NEW] 20120509.0
 exmh(15) [OLD] 2.7.2 [NEW] 2.8.0
-exo(14) [OLD] 0.12.0 [NEW] 0.12.2
 extace(8) [OLD] 1.5.0 [NEW] 1.9.9
 

DISTFILES: libgusb: libgusb-0.3.0.tar.xz

2018-09-29 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://people.freedesktop.org/~hughsient/releases/libgusb-0.3.0.tar.xz
3c178f1171f808785d6af971b1fdc50c  libgusb-0.3.0.tar.xz
Size: 37816 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/libgusb] - updated to 0.3.0, build system changed to meson

2018-09-29 Thread qboosh
commit 8fe07087f95f7599ec39959185fee68414b16ea8
Author: Jakub Bogusz 
Date:   Sat Sep 29 09:32:59 2018 +0200

- updated to 0.3.0, build system changed to meson

 libgusb.spec | 43 +--
 1 file changed, 21 insertions(+), 22 deletions(-)
---
diff --git a/libgusb.spec b/libgusb.spec
index d4fc70f..f3aaf72 100644
--- a/libgusb.spec
+++ b/libgusb.spec
@@ -1,25 +1,28 @@
 #
 # Conditional build:
-%bcond_without apidocs # do not build and package API docs
+%bcond_without apidocs # API documentation
+%bcond_without static_libs # static library
 %bcond_without vala# Vala API
 
 Summary:   GUsb - GObject wrapper for libusb1 library
 Summary(pl.UTF-8): GUsb - obudowanie GObject biblioteki libusb1
 Name:  libgusb
-Version:   0.2.11
+Version:   0.3.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
https://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
-# Source0-md5: fa2b41b828c749f9190edf888948a77b
-BuildRequires: autoconf >= 2.63
-BuildRequires: automake >= 1:1.11
+# Source0-md5: 3c178f1171f808785d6af971b1fdc50c
+BuildRequires: gcc >= 5:3.2
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gobject-introspection-devel >= 1.29
 BuildRequires: gtk-doc >= 1.9
-BuildRequires: libtool >= 2:2.2
 BuildRequires: libusb-devel >= 1.0.19
+BuildRequires: meson >= 0.37.0
+BuildRequires: ninja
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.727
+BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
 %{?with_vala:BuildRequires:vala >= 2:0.16}
 BuildRequires: xz
@@ -100,26 +103,19 @@ API języka Vala do libgusb.
 %prep
 %setup -q
 
+%if %{with static_libs}
+%{__sed} -i -e 's/shared_library/library/' gusb/meson.build
+%endif
+
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-   --disable-silent-rules \
-   %{!?with_vala:--disable-vala} \
-   --with-html-dir=%{_gtkdocdir}
-%{__make}
+%meson build
+
+%meson_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
-
-# obsoleted by pkg-config
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgusb.la
+%meson_install -C build
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -129,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS MAINTAINERS NEWS README TODO
+%doc AUTHORS MAINTAINERS NEWS README.md
 %attr(755,root,root) %{_bindir}/gusbcmd
 %attr(755,root,root) %{_libdir}/libgusb.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgusb.so.2
@@ -142,9 +138,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gir-1.0/GUsb-1.0.gir
 %{_pkgconfigdir}/gusb.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libgusb.a
+%endif
 
 %if %{with apidocs}
 %files apidocs
@@ -155,5 +153,6 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with vala}
 %files -n vala-libgusb
 %defattr(644,root,root,755)
+%{_datadir}/vala/vapi/gusb.deps
 %{_datadir}/vala/vapi/gusb.vapi
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgusb.git/commitdiff/8fe07087f95f7599ec39959185fee68414b16ea8

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