[packages/samba] - bconds for fam, lttng and spotlight

2024-01-07 Thread hawk
commit a4b168e0e56c6b352a659b97c841343546b8382a
Author: Marcin Krol 
Date:   Mon Jan 8 03:30:05 2024 +0100

- bconds for fam, lttng and spotlight

 samba.spec | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index c2693c9..076f46b 100644
--- a/samba.spec
+++ b/samba.spec
@@ -15,6 +15,9 @@
 %bcond_without ldap# LDAP support
 %bcond_without avahi   # Avahi support
 %bcond_without dmapi   # DMAPI support
+%bcond_without fam # FAM support
+%bcond_without lttng   # lttng-ust support
+%bcond_without spotlight   # Spotlight tracker support
 %bcond_without systemd # systemd integration
 %bcond_without winexe  # winexe tool
 %bcond_withsystem_heimdal  # Use system Heimdal libraries [since samba 
4.4.x build fails with heimdal 1.5.x/7.x]
@@ -88,7 +91,7 @@ BuildRequires:dbus-devel
 BuildRequires: docbook-style-xsl-nons
 BuildRequires: flex
 # just FAM API
-BuildRequires: gamin-devel
+%{?with_fam:BuildRequires: gamin-devel}
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 2.0
 # new features up to 7.9
@@ -118,7 +121,7 @@ BuildRequires:  libtirpc-devel
 BuildRequires: libunwind-devel
 BuildRequires: liburing-devel
 BuildRequires: libxslt-progs
-BuildRequires: lttng-ust-devel
+%{?with_lttng:BuildRequires:   lttng-ust-devel}
 BuildRequires: make >= 1:3.81
 BuildRequires: ncurses-devel >= 5.2
 BuildRequires: ncurses-ext-devel >= 5.2
@@ -149,7 +152,7 @@ BuildRequires:  rpmbuild(macros) >= 2.025
 BuildRequires: sed >= 4.0
 BuildRequires: subunit-devel
 %{?with_systemd:BuildRequires: systemd-devel}
-BuildRequires: tracker-devel >= 2.0
+%{?with_spotlight:BuildRequires:   tracker-devel >= 2.0}
 BuildRequires: xfsprogs-devel
 BuildRequires: zlib-devel >= 1.2.3
 %if %{with system_libs}
@@ -631,8 +634,10 @@ CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" \
%{?with_ctdb_pcp:--enable-pmda} \
--with-automount \
--with%{!?with_dmapi:out}-dmapi \
+   --with%{!?with_fam:out}-fam \
--with-iconv \
--with%{!?with_ldap:out}-ldap \
+   --with%{!?with_lttng:out}-lttng \
--with-pam \
--with-quotas \
--with-regedit \
@@ -651,7 +656,8 @@ CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" \
--%{?with_avahi:en}%{!?with_avahi:dis}able-avahi \
--enable-cups \
%{__enable_disable glusterfs} \
-   --enable-iprint
+   --enable-iprint \
+   %{__enable_disable spotlight}
 
 %{__make} V=1
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/samba.git/commitdiff/a4b168e0e56c6b352a659b97c841343546b8382a

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


[packages/samba] - fix winbindd init script

2024-01-07 Thread hawk
commit 8309b9ebc40eda7c9313bd5836aa15db8d1e10c3
Author: Marcin Krol 
Date:   Mon Jan 8 03:25:21 2024 +0100

- fix winbindd init script

 winbind.init | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/winbind.init b/winbind.init
index c33bcca..6917b8f 100755
--- a/winbind.init
+++ b/winbind.init
@@ -5,6 +5,7 @@
 #  user and group information from a NT domain controller to linux.
 #
 # config:  /etc/samba/smb.conf
+# processname: winbindd
 
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 
@@ -14,6 +15,8 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 # Source networking configuration.
 . /etc/sysconfig/network
 
+winbindd_pidfile="/var/run/samba/winbindd.pid"
+
 # Daemon specific configuration.
 . /etc/sysconfig/winbind
 
@@ -49,7 +52,7 @@ start() {
 stop() {
if [ -f /var/lock/subsys/winbind ]; then
msg_stopping winbindd
-   killproc winbindd
+   killproc --pidfile $winbindd_pidfile winbindd
rm -f /var/lock/subsys/winbind >/dev/null 2>&1
else
msg_not_running winbindd
@@ -82,7 +85,7 @@ case "$1" in
   reload|force-reload)
if [ -f /var/lock/subsys/winbind ]; then
msg_reloading winbindd
-   killproc winbindd -HUP
+   killproc --pidfile $winbindd_pidfile winbindd -HUP
RETVAL=$?
else
msg_not_running winbindd


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/samba.git/commitdiff/a4b168e0e56c6b352a659b97c841343546b8382a

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


[packages/samba] - /var/log/samba/cores/winbindd is required to run winbind

2024-01-07 Thread hawk
commit 24cf9cdb7eb5e6665df249bd56ed542ffb9762f4
Author: Marcin Krol 
Date:   Mon Jan 8 03:23:16 2024 +0100

- /var/log/samba/cores/winbindd is required to run winbind

 samba.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/samba.spec b/samba.spec
index d0e2a92..c2693c9 100644
--- a/samba.spec
+++ b/samba.spec
@@ -666,7 +666,7 @@ cd pidl
 rm -rf $RPM_BUILD_ROOT
 install -d 
$RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,pam.d,security,sysconfig/rc-inetd,ld.so.conf.d,env.d}
 \
$RPM_BUILD_ROOT{/var/{log/archive,spool}/samba,/var/lib/samba/printing} 
\
-   $RPM_BUILD_ROOT/var/log/samba/cores/{smbd,nmbd} \
+   $RPM_BUILD_ROOT/var/log/samba/cores/{smbd,nmbd,winbindd} \

$RPM_BUILD_ROOT{/sbin,/%{_lib}/security,%{_libdir},%{_libdir}/samba/vfs,%{_includedir},%{_sambahome},%{schemadir}}
 \
$RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir}}
 
@@ -1239,6 +1239,7 @@ fi
 %{_mandir}/man8/pam_winbind.8*
 %{_mandir}/man8/winbindd*.8*
 %{_mandir}/man8/winbind_krb5_locator.8*
+%attr(750,root,root) %dir /var/log/samba/cores/winbindd
 
 %if %{with cups}
 %files -n cups-backend-smb


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/samba.git/commitdiff/a4b168e0e56c6b352a659b97c841343546b8382a

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


[packages/python-pbr] - %{_bindir}/pbr symlink belongs to python2

2024-01-07 Thread hawk
commit ddd0d17b3421a1a2793a450e1c473427ca4b9947
Author: Marcin Krol 
Date:   Mon Jan 8 01:08:14 2024 +

- %{_bindir}/pbr symlink belongs to python2

 python-pbr.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-pbr.spec b/python-pbr.spec
index 3eb7d90..22ce442 100644
--- a/python-pbr.spec
+++ b/python-pbr.spec
@@ -180,6 +180,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog LICENSE README.rst
+%attr(755,root,root) %{_bindir}/pbr
 %attr(755,root,root) %{_bindir}/pbr-2
 %{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
 %{py_sitescriptdir}/%{module}
@@ -189,7 +190,6 @@ rm -rf $RPM_BUILD_ROOT
 %files -n python3-pbr
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog LICENSE README.rst
-%attr(755,root,root) %{_bindir}/pbr
 %attr(755,root,root) %{_bindir}/pbr-3
 %{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
 %{py3_sitescriptdir}/%{module}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pbr.git/commitdiff/ddd0d17b3421a1a2793a450e1c473427ca4b9947

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


DISTFILES: python-pbr: pbr-6.0.0.tar.gz

2024-01-07 Thread hawk
Request by: hawk


Files fetched: 1

STORED: https://files.pythonhosted.org/packages/source/p/pbr/pbr-6.0.0.tar.gz
e01bcc0e9154d513ecad3e766f9582d7  pbr-6.0.0.tar.gz
Size: 123150 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-pbr] - updated to 6.0.0

2024-01-07 Thread hawk
commit 4593c01cea741b618466a3d1b60c8fc49cdc89fd
Author: Marcin Krol 
Date:   Mon Jan 8 01:04:49 2024 +

- updated to 6.0.0

 python-pbr.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-pbr.spec b/python-pbr.spec
index 8a2699c..3eb7d90 100644
--- a/python-pbr.spec
+++ b/python-pbr.spec
@@ -14,13 +14,13 @@
 Summary:   Python Build Reasonableness
 Summary(pl.UTF-8): Python Build Reasonableness - rozsądne budowanie 
modułów pythonowych
 Name:  python-%{module}
-Version:   5.8.1
-Release:   4
+Version:   6.0.0
+Release:   1
 License:   Apache v2.0
 Group: Libraries/Python
 #Source0Download: https://pypi.org/simple/pbr/
 Source0:   
https://files.pythonhosted.org/packages/source/p/pbr/%{module}-%{version}.tar.gz
-# Source0-md5: 9ab99a85202af94990ef44ebcd2bf196
+# Source0-md5: e01bcc0e9154d513ecad3e766f9582d7
 URL:   https://launchpad.net/pbr
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pbr.git/commitdiff/ddd0d17b3421a1a2793a450e1c473427ca4b9947

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


[packages/zenity] - updated to 4.0.1

2024-01-07 Thread qboosh
commit a83df39496984da1c2c09c8e315d65efb6a2722c
Author: Jakub Bogusz 
Date:   Sun Jan 7 20:28:54 2024 +0100

- updated to 4.0.1

 zenity.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/zenity.spec b/zenity.spec
index e6c6053..0ad2eee 100644
--- a/zenity.spec
+++ b/zenity.spec
@@ -6,12 +6,12 @@
 Summary:   The GNOME port of dialog
 Summary(pl.UTF-8): Port programu dialog dla GNOME
 Name:  zenity
-Version:   4.0.0
+Version:   4.0.1
 Release:   1
-License:   LGPL v2+
+License:   LGPL v2.1+
 Group: X11/Applications
 Source0:   
https://download.gnome.org/sources/zenity/4.0/%{name}-%{version}.tar.xz
-# Source0-md5: d1b11169eeaf8552bb9b85d154684284
+# Source0-md5: 665328fa51a1d87b4c211cbbbdbe5043
 URL:   https://wiki.gnome.org/Projects/Zenity
 BuildRequires: gettext-tools >= 0.19.4
 %{?with_webkit:BuildRequires:  gtk-webkit6-devel >= 2.40}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zenity.git/commitdiff/a83df39496984da1c2c09c8e315d65efb6a2722c

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


DISTFILES: zenity: zenity-4.0.1.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/zenity/4.0/zenity-4.0.1.tar.xz
665328fa51a1d87b4c211cbbbdbe5043  zenity-4.0.1.tar.xz
Size: 3093476 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/awstats] - updated to 7.9

2024-01-07 Thread hawk
commit 936198363959d404d886adb1dfa200bc222a895a
Author: Marcin Krol 
Date:   Sun Jan 7 20:11:43 2024 +0100

- updated to 7.9

 awstats-PLD.patch  | 41 +
 awstats-created_dir_mode.patch | 11 ++-
 awstats.spec   |  8 
 awstats_conf.patch | 34 +-
 4 files changed, 48 insertions(+), 46 deletions(-)
---
diff --git a/awstats.spec b/awstats.spec
index e54f2d6..1e21d33 100644
--- a/awstats.spec
+++ b/awstats.spec
@@ -7,12 +7,12 @@
 Summary:   Advanced Web Statistics is a free powerful server log file 
analyzer
 Summary(pl.UTF-8): Zaawansowany program do analizowania logów serwera
 Name:  awstats
-Version:   7.8
-Release:   2
+Version:   7.9
+Release:   1
 License:   GPL v3+
 Group: Applications/Networking
 Source0:   http://awstats.sourceforge.net/files/%{name}-%{version}.tar.gz
-# Source0-md5: 46986723e04b1980389193153915e760
+# Source0-md5: c283e0170700461596f9c9e121ea2896
 Source1:   %{name}.crontab
 Source2:   %{name}-httpd.conf
 Source3:   %{name}.conf
@@ -23,7 +23,7 @@ Patch2:   %{name}-PLD.patch
 URL:   https://awstats.sourceforge.io/
 BuildRequires: rpm-perlprov
 BuildRequires: rpmbuild(macros) >= 1.264
-Requires(triggerpostun):   sed >= 4.0
+Requires(postun):  sed >= 4.0
 Requires:  perl-Geo-IP
 Requires:  perl-Storable
 Requires:  perl-Time-HiRes
diff --git a/awstats-PLD.patch b/awstats-PLD.patch
index 23962b9..b491b3a 100644
--- a/awstats-PLD.patch
+++ b/awstats-PLD.patch
@@ -1,7 +1,7 @@
-diff -Nur b.awstats-6.6/tools/awstats_buildstaticpages.pl 
n.awstats-6.6/tools/awstats_buildstaticpages.pl
 b.awstats-6.6/tools/awstats_buildstaticpages.pl2006-02-08 
23:26:14.0 +0100
-+++ n.awstats-6.6/tools/awstats_buildstaticpages.pl2007-01-16 
13:15:15.0 +0100
-@@ -133,7 +133,7 @@
+diff -ur awstats-7.9.orig/tools/awstats_buildstaticpages.pl 
awstats-7.9/tools/awstats_buildstaticpages.pl
+--- awstats-7.9.orig/tools/awstats_buildstaticpages.pl 2021-08-19 
04:00:58.0 +0200
 awstats-7.9/tools/awstats_buildstaticpages.pl  2024-01-07 
20:10:32.230113241 +0100
+@@ -129,7 +129,7 @@
my @PossibleConfigDir=();
  
if ($configdir) { @PossibleConfigDir=("$configdir"); }
@@ -10,7 +10,7 @@ diff -Nur b.awstats-6.6/tools/awstats_buildstaticpages.pl 
n.awstats-6.6/tools/aw
  
# Open config file
$FileConfig=$FileSuffix='';
-@@ -293,8 +293,8 @@
+@@ -299,8 +299,8 @@
  # Check if AWSTATS prog is found
  my $AwstatsFound=0;
  if (-s "$Awstats") { $AwstatsFound=1; }
@@ -20,11 +20,11 @@ diff -Nur b.awstats-6.6/tools/awstats_buildstaticpages.pl 
n.awstats-6.6/tools/aw
 +  $Awstats="/usr/share/awstats/wwwroot/cgi-bin/awstats.pl";
$AwstatsFound=1;
  }
- if (! $AwstatsFound) {
-diff -Nur b.awstats-6.6/tools/awstats_configure.pl 
n.awstats-6.6/tools/awstats_configure.pl
 b.awstats-6.6/tools/awstats_configure.pl   2006-02-08 23:26:14.0 
+0100
-+++ n.awstats-6.6/tools/awstats_configure.pl   2007-01-16 13:15:15.0 
+0100
-@@ -29,11 +29,11 @@
+ elsif (-s "/usr/lib/cgi-bin/awstats.pl") {
+diff -ur awstats-7.9.orig/tools/awstats_configure.pl 
awstats-7.9/tools/awstats_configure.pl
+--- awstats-7.9.orig/tools/awstats_configure.pl2019-06-27 
11:30:40.0 +0200
 awstats-7.9/tools/awstats_configure.pl 2024-01-07 20:10:32.231113254 
+0100
+@@ -28,11 +28,11 @@
  $AWSTATS_DIRDATA_PATH
  /;
  $AWSTATS_PATH='';
@@ -41,7 +41,7 @@ diff -Nur b.awstats-6.6/tools/awstats_configure.pl 
n.awstats-6.6/tools/awstats_c
  $AWSTATS_DIRDATA_PATH='/var/lib/awstats'; 
# Used only when configure ran on linux
  
  
-@@ -608,7 +608,7 @@
+@@ -610,7 +610,7 @@
my $bidon='';
print "Directory path to store config file(s) (Enter for 
default):\n> ";
$bidon=; chomp $bidon;
@@ -50,10 +50,10 @@ diff -Nur b.awstats-6.6/tools/awstats_configure.pl 
n.awstats-6.6/tools/awstats_c
my $configdir=$bidon;
if (! -d $configdir) {
# Create the directory for config files
-diff -Nur b.awstats-6.6/tools/awstats_updateall.pl 
n.awstats-6.6/tools/awstats_updateall.pl
 b.awstats-6.6/tools/awstats_updateall.pl   2006-07-24 01:57:48.0 
+0200
-+++ n.awstats-6.6/tools/awstats_updateall.pl   2007-01-16 13:15:15.0 
+0100
-@@ -13,7 +13,7 @@
+diff -ur awstats-7.9.orig/tools/awstats_updateall.pl 
awstats-7.9/tools/awstats_updateall.pl
+--- awstats-7.9.orig/tools/awstats_updateall.pl2014-09-23 
09:16:09.0 +0200
 awstats-7.9/tools/awstats_updateall.pl 2024-01-07 20:10:32.231113254 
+0100
+@@ -12,7 +12,7 @@
  my $VERSION="1.0 (build $REVISION)";
  
  # Default value of DIRCONFIG
@@ -62,7 +62,7 @@ diff -Nur b.awstats-6.6/tools/awstats_updateall.pl 

DISTFILES: awstats: awstats-7.9.tar.gz

2024-01-07 Thread hawk
Request by: hawk


Files fetched: 1

STORED: http://awstats.sourceforge.net/files/awstats-7.9.tar.gz
c283e0170700461596f9c9e121ea2896  awstats-7.9.tar.gz
Size: 2948602 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: rygel: rygel-0.42.5.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/rygel/0.42/rygel-0.42.5.tar.xz
0ad39ff41c61bba25fbc63bde927c2ad  rygel-0.42.5.tar.xz
Size: 1704072 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/rygel] - updated to 0.42.5

2024-01-07 Thread qboosh
commit ecaad47615a3f25ca8d6d54a15a256e05ce52d8a
Author: Jakub Bogusz 
Date:   Sun Jan 7 19:28:38 2024 +0100

- updated to 0.42.5

 rygel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rygel.spec b/rygel.spec
index 848143a..192915d 100644
--- a/rygel.spec
+++ b/rygel.spec
@@ -6,12 +6,12 @@
 Summary:   Rygel - collection of DLNA (UPnP AV) services
 Summary(pl.UTF-8): Rygel - zbiór usług DLNA (UPnP AV)
 Name:  rygel
-Version:   0.42.4
+Version:   0.42.5
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications
 Source0:   
https://download.gnome.org/sources/rygel/0.42/%{name}-%{version}.tar.xz
-# Source0-md5: 4d991e8a16818fd2204ecebd2489acf6
+# Source0-md5: 0ad39ff41c61bba25fbc63bde927c2ad
 Patch0:gtk-doc.patch
 Patch1:%{name}-pc.patch
 URL:   https://wiki.gnome.org/Projects/Rygel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rygel.git/commitdiff/ecaad47615a3f25ca8d6d54a15a256e05ce52d8a

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


DISTFILES: python-pyatspi: pyatspi-2.46.1.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/pyatspi/2.46/pyatspi-2.46.1.tar.xz
0f2bfade055457cb0c2389fd46d1ad70  pyatspi-2.46.1.tar.xz
Size: 323392 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-pyatspi] - updated to 2.46.1

2024-01-07 Thread qboosh
commit 20a3a47358f4602d2ea5fa7412b3d92a7bc043fb
Author: Jakub Bogusz 
Date:   Sun Jan 7 19:18:58 2024 +0100

- updated to 2.46.1

 python-pyatspi.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-pyatspi.spec b/python-pyatspi.spec
index b9872f6..9103739 100644
--- a/python-pyatspi.spec
+++ b/python-pyatspi.spec
@@ -7,12 +7,12 @@
 Summary:   AT-SPI Python bindings
 Summary(pl.UTF-8): Wiązania AT-SPI dla Pythona
 Name:  python-%{module}
-Version:   2.46.0
+Version:   2.46.1
 Release:   1
 License:   LGPL v2
 Group: Development/Languages/Python
 Source0:   
https://download.gnome.org/sources/pyatspi/2.46/%{module}-%{version}.tar.xz
-# Source0-md5: 2b1ca71ad75a900ed0eb6d6d012f8bfc
+# Source0-md5: 0f2bfade055457cb0c2389fd46d1ad70
 URL:   https://wiki.linuxfoundation.org/accessibility/d-bus
 BuildRequires: pkgconfig
 BuildRequires: python-pygobject3-common-devel >= 3.0.0
@@ -103,13 +103,13 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README.md
 %{py_sitescriptdir}/pyatspi
 %endif
 
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README.md
 %{py3_sitescriptdir}/pyatspi
 %endif


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyatspi.git/commitdiff/20a3a47358f4602d2ea5fa7412b3d92a7bc043fb

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


DISTFILES: orca: orca-45.2.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/orca/45/orca-45.2.tar.xz
4555e3e6e4cb0dcffeef115ec6c5d3f4  orca-45.2.tar.xz
Size: 3997024 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/orca] - updated to 45.2

2024-01-07 Thread qboosh
commit 8b7ec051720a3499da0d3571af1a3b9fbb8df80e
Author: Jakub Bogusz 
Date:   Sun Jan 7 19:14:06 2024 +0100

- updated to 45.2

 orca.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/orca.spec b/orca.spec
index 8d85c94..1014a7e 100644
--- a/orca.spec
+++ b/orca.spec
@@ -1,12 +1,12 @@
 Summary:   Flexible, extensible, and powerful assistive technology
 Summary(pl.UTF-8): Elastyczna, rozszerzalna i potężna technologia 
wspomagająca
 Name:  orca
-Version:   45.1
+Version:   45.2
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications/Accessibility
 Source0:   
https://download.gnome.org/sources/orca/45/%{name}-%{version}.tar.xz
-# Source0-md5: 08986330d478d103d89f913a705f4c52
+# Source0-md5: 4555e3e6e4cb0dcffeef115ec6c5d3f4
 URL:   https://wiki.gnome.org/Projects/Orca
 BuildRequires: at-spi2-atk-devel >= 2.26
 BuildRequires: at-spi2-core-devel >= 2.48


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/orca.git/commitdiff/8b7ec051720a3499da0d3571af1a3b9fbb8df80e

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


DISTFILES: gnome-sudoku: gnome-sudoku-45.4.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/gnome-sudoku/45/gnome-sudoku-45.4.tar.xz
d3bc20bba12e35bc18c930117700c12c  gnome-sudoku-45.4.tar.xz
Size: 394980 bytes


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


[packages/gnome-sudoku] - updated to 45.4

2024-01-07 Thread qboosh
commit 28f667feb368a9cd3b91a7f4af4b094b9bff6b56
Author: Jakub Bogusz 
Date:   Sun Jan 7 19:10:41 2024 +0100

- updated to 45.4

 gnome-sudoku.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-sudoku.spec b/gnome-sudoku.spec
index e9a824a..00d108c 100644
--- a/gnome-sudoku.spec
+++ b/gnome-sudoku.spec
@@ -2,12 +2,12 @@
 Summary:   Simple interface for playing, saving, printing and solving 
Sudoku
 Summary(pl.UTF-8): Prosty interfejs do grania, zapisywania, drukowania i 
rozwiązywania Sudoku
 Name:  gnome-sudoku
-Version:   45.3
+Version:   45.4
 Release:   1
 License:   GPL v3+
 Group: X11/Applications/Games
 Source0:   
https://download.gnome.org/sources/gnome-sudoku/45/%{name}-%{version}.tar.xz
-# Source0-md5: d8c73fcdc84ee228600e1dbac8f2ff66
+# Source0-md5: d3bc20bba12e35bc18c930117700c12c
 URL:   https://wiki.gnome.org/Apps/Sudoku
 BuildRequires: appstream-glib
 BuildRequires: gettext-tools >= 0.19.8


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-sudoku.git/commitdiff/28f667feb368a9cd3b91a7f4af4b094b9bff6b56

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


DISTFILES: gnome-software: gnome-software-45.3.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/gnome-software/45/gnome-software-45.3.tar.xz
6db44b62c2e764df2832fbeaff660ef4  gnome-software-45.3.tar.xz
Size: 2477736 bytes


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


[packages/gnome-software] - updated to 45.3

2024-01-07 Thread qboosh
commit ed9455c08d259d2a253af3902eb5f5b97825
Author: Jakub Bogusz 
Date:   Sun Jan 7 19:04:08 2024 +0100

- updated to 45.3

 gnome-software.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-software.spec b/gnome-software.spec
index 11a1e26..f70ea27 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -17,12 +17,12 @@
 Summary:   GNOME Software - install and update applications and system 
extensions
 Summary(pl.UTF-8): GNOME Software - instalowanie i uaktualnianie aplikacji 
oraz rozszerzeń systemu
 Name:  gnome-software
-Version:   45.2
+Version:   45.3
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
https://download.gnome.org/sources/gnome-software/45/%{name}-%{version}.tar.xz
-# Source0-md5: a350160d9523e6123418e13ef50fe2db
+# Source0-md5: 6db44b62c2e764df2832fbeaff660ef4
 URL:   https://wiki.gnome.org/Apps/Software
 BuildRequires: AppStream-devel >= 0.14.0
 %{?with_packagekit:BuildRequires:  PackageKit-devel >= 1.2.5}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-software.git/commitdiff/ed9455c08d259d2a253af3902eb5f5b97825

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


DISTFILES: gerbera: gerbera-2.0.0.tar.gz

2024-01-07 Thread atler
Request by: atler


Files fetched: 1

STORED: https://github.com/gerbera/gerbera/archive/v2.0.0/gerbera-2.0.0.tar.gz
bb228feb75fc9efdc49dafa0d190a1db  gerbera-2.0.0.tar.gz
Size: 4219702 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/gerbera] up to 2.0.0

2024-01-07 Thread atler
commit ebb12c594993b6d0acc261bbfee6099244146a94
Author: Jan Palus 
Date:   Sun Jan 7 18:56:08 2024 +0100

up to 2.0.0

 gerbera-libfmt.patch | 128 ---
 gerbera.spec |   8 ++--
 2 files changed, 3 insertions(+), 133 deletions(-)
---
diff --git a/gerbera.spec b/gerbera.spec
index 207cfda..993a9d3 100644
--- a/gerbera.spec
+++ b/gerbera.spec
@@ -5,14 +5,13 @@
 Summary:   UPnP Media Server
 Summary(pl.UTF-8): Serwer mediów UPnP
 Name:  gerbera
-Version:   1.12.1
-Release:   3
+Version:   2.0.0
+Release:   1
 License:   GPL v2
 Group: Applications/Multimedia
 #Source0Download: https://github.com/gerbera/gerbera/releases
 Source0:   
https://github.com/gerbera/gerbera/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: bd826f6060955a9b38c9faffdf4da951
-Patch0:%{name}-libfmt.patch
+# Source0-md5: bb228feb75fc9efdc49dafa0d190a1db
 URL:   https://gerbera.io/
 BuildRequires: cmake >= 3.18
 BuildRequires: curl-devel
@@ -58,7 +57,6 @@ urządzeniach zgodnych z UPnP.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake -B build \
diff --git a/gerbera-libfmt.patch b/gerbera-libfmt.patch
deleted file mode 100644
index 1b0a04c..000
--- a/gerbera-libfmt.patch
+++ /dev/null
@@ -1,128 +0,0 @@
-Not sure what was expected to be printed (`.name()`, `.value()`, 
`.child_value()`?)
-With older libfmt it probably used implicit conversion to bool, but it's 
unlikely to be wanted.
-
 gerbera-1.12.1/src/config/setup/config_setup_autoscan.cc.orig  
2023-01-02 18:11:40.0 +0100
-+++ gerbera-1.12.1/src/config/setup/config_setup_autoscan.cc   2023-07-25 
18:33:33.190773810 +0200
-@@ -243,7 +243,7 @@ std::shared_ptr ConfigAuto
- {
- auto result = std::vector();
- if (!createOptionFromNode(optValue, result)) {
--throw_std_runtime_error("Init {} autoscan failed '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Init {} autoscan failed '{}'", xpath, 
optValue.child_value());
- }
- optionValue = std::make_shared(result);
- return optionValue;
 gerbera-1.12.1/src/config/setup/config_setup_array.cc.orig 2023-01-02 
18:11:40.0 +0100
-+++ gerbera-1.12.1/src/config/setup/config_setup_array.cc  2023-07-25 
18:35:27.616820577 +0200
-@@ -137,11 +137,11 @@ std::vector ConfigArraySetu
- std::vector result;
- if (initArray) {
- if (!initArray(optValue, result, 
ConfigDefinition::mapConfigOption(nodeOption))) {
--throw_std_runtime_error("Invalid {} array value '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Invalid {} array value '{}'", xpath, 
optValue.child_value());
- }
- } else {
- if (!createOptionFromNode(optValue, result)) {
--throw_std_runtime_error("Invalid {} array value '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Invalid {} array value '{}'", xpath, 
optValue.child_value());
- }
- }
- if (result.empty()) {
-@@ -150,7 +150,7 @@ std::vector ConfigArraySetu
- result = defaultEntries;
- }
- if (notEmpty && result.empty()) {
--throw_std_runtime_error("Invalid array {} empty '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Invalid array {} empty '{}'", xpath, 
optValue.child_value());
- }
- return result;
- }
 gerbera-1.12.1/src/config/setup/config_setup_client.cc.orig
2023-01-02 18:11:40.0 +0100
-+++ gerbera-1.12.1/src/config/setup/config_setup_client.cc 2023-07-25 
18:38:46.295744241 +0200
-@@ -183,7 +183,7 @@ std::shared_ptr ConfigClie
- auto result = std::make_shared();
- 
- if (!createOptionFromNode(isEnabled ? optValue : pugi::xml_node(nullptr), 
result)) {
--throw_std_runtime_error("Init {} client config failed '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Init {} client config failed '{}'", xpath, 
optValue.child_value());
- }
- optionValue = std::make_shared(result);
- return optionValue;
 gerbera-1.12.1/src/config/setup/config_setup_dictionary.cc.orig
2023-01-02 18:11:40.0 +0100
-+++ gerbera-1.12.1/src/config/setup/config_setup_dictionary.cc 2023-07-25 
18:40:20.188568914 +0200
-@@ -163,11 +163,11 @@ std::map Confi
- std::map result;
- if (initDict) {
- if (!initDict(optValue, result)) {
--throw_std_runtime_error("Init {} dictionary failed '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Init {} dictionary failed '{}'", xpath, 
optValue.child_value());
- }
- } else {
- if (!createOptionFromNode(optValue, result) && required) {
--throw_std_runtime_error("Init {} dictionary failed '{}'", xpath, 
optValue);
-+throw_std_runtime_error("Init {} dictionary failed '{}'", xpath, 
optValue.child_value());
- }
- }
- if (result.empty()) {
-@@ -176,7 +176,7 @@ std::map Confi
- result = 

DISTFILES: gnome-maps: gnome-maps-45.3.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/gnome-maps/45/gnome-maps-45.3.tar.xz
db815e855da0291490a51f83e9208446  gnome-maps-45.3.tar.xz
Size: 3141036 bytes


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


[packages/gnome-maps] - updated o 45.3

2024-01-07 Thread qboosh
commit e0fe2446015cc694bd7902503ee2a17fce9ed3c1
Author: Jakub Bogusz 
Date:   Sun Jan 7 18:51:55 2024 +0100

- updated o 45.3

 gnome-maps.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-maps.spec b/gnome-maps.spec
index 07364f3..d34ac1f 100644
--- a/gnome-maps.spec
+++ b/gnome-maps.spec
@@ -2,12 +2,12 @@
 Summary:   Map application for GNOME
 Summary(pl.UTF-8): Mapa dla GNOME
 Name:  gnome-maps
-Version:   45.2
+Version:   45.3
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
https://download.gnome.org/sources/gnome-maps/45/%{name}-%{version}.tar.xz
-# Source0-md5: bf3276eabeaf261a0d8ccfdd4584d245
+# Source0-md5: db815e855da0291490a51f83e9208446
 URL:   https://wiki.gnome.org/Apps/Maps
 BuildRequires: geoclue2-devel >= 0.12.99
 BuildRequires: geocode-glib2-devel >= 3.26


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-maps.git/commitdiff/e0fe2446015cc694bd7902503ee2a17fce9ed3c1

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


[packages/evolution-data-server] drop -static package information (%files removed in 3.24)

2024-01-07 Thread atler
commit 2726d757911b0a209edbece94dcb45ac417e5990
Author: Jan Palus 
Date:   Sun Jan 7 18:47:16 2024 +0100

drop -static package information (%files removed in 3.24)

 evolution-data-server.spec | 12 
 1 file changed, 12 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index e14fabd..4c61d2d 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -156,18 +156,6 @@ using Evolution's data server libraries.
 Ten pakiet zawiera pliki potrzebne do tworzenia aplikacji
 korzystających z bibliotek serwera danych Evolution.
 
-%package static
-Summary:   Evolution data server static libraries
-Summary(pl.UTF-8): Statyczne biblioteki serwera danych Evolution
-Group: X11/Development/Libraries
-Requires:  %{name}-devel = %{version}-%{release}
-
-%description static
-Evolution data server static libraries.
-
-%description static -l pl.UTF-8
-Statyczne biblioteki serwera danych Evolution.
-
 %package apidocs
 Summary:   Evolution data server API documentation
 Summary(pl.UTF-8): Dokumentacja API serwera danych Evolution


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/2726d757911b0a209edbece94dcb45ac417e5990

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


DISTFILES: ejabberd: 23.10.tar.gz ejabberd-base64url-20190617.tar.gz ejabberd-cache_tab-20220502.tar.gz ejabberd-eimp-20220502.tar.gz ejabberd-elixir-20170515.tar.gz ejabberd-ezlib-20220502.tar.gz eja

2024-01-07 Thread arekm
Request by: arekm


Files fetched: 5

STORED: https://github.com/processone/ejabberd/archive/refs/tags/23.10.tar.gz
c91ae2f93c4c4cd7b00e9cb30ac6044d  23.10.tar.gz
Size: 2615643 bytes
ALREADY GOT: no-url://ejabberd-base64url-20190617.tar.gz
5a12fd2fb1f992c850aba5115aab3dd4  ejabberd-base64url-20190617.tar.gz
ALREADY GOT: no-url://ejabberd-cache_tab-20220502.tar.gz
822bec23631e956ce927ecc5ae31e24d  ejabberd-cache_tab-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-eimp-20220502.tar.gz
39b7de8ad391da8fb12ff9b76301ced5  ejabberd-eimp-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-elixir-20170515.tar.gz
73be42f7d0cda7aeee5c0e6dadc0c451  ejabberd-elixir-20170515.tar.gz
ALREADY GOT: no-url://ejabberd-ezlib-20220502.tar.gz
32dadbeff189a0fa18c21aa42258fa1a  ejabberd-ezlib-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-fast_tls-20221012.tar.gz
440590e5d8e16009d4ff9b38c25cea01  ejabberd-fast_tls-20221012.tar.gz
ALREADY GOT: no-url://ejabberd-fast_xml-20220502.tar.gz
1288d6e5ea055784634367a0991adc3b  ejabberd-fast_xml-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-fast_yaml-20230117.tar.gz
13633fe81d32198c216f5e516f3ef9ee  ejabberd-fast_yaml-20230117.tar.gz
ALREADY GOT: no-url://ejabberd-idna-20180830.tar.gz
e34174d5c5e2e91611d3249c690f6d2d  ejabberd-idna-20180830.tar.gz
ALREADY GOT: no-url://ejabberd-jiffy-20220223.tar.gz
b98489245dadf5a36ac3408be21d835a  ejabberd-jiffy-20220223.tar.gz
ALREADY GOT: no-url://ejabberd-jose-20221216.tar.gz
1240b886ef9d9102e8df1193f2ebcd4e  ejabberd-jose-20221216.tar.gz
ALREADY GOT: no-url://ejabberd-mqtree-20220502.tar.gz
1f1b175534eb917780e89e4c7d49c710  ejabberd-mqtree-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-p1_acme-20230117.tar.gz
0a0170413d2cf6cf3c083835f18bd380  ejabberd-p1_acme-20230117.tar.gz
STORED: no-url://ejabberd-p1_mysql-20231016.tar.gz
304d139651cc2f14769fc2d7f81b3e66  ejabberd-p1_mysql-20231016.tar.gz
Size: 29101 bytes
ALREADY GOT: no-url://ejabberd-p1_oauth2-20220502.tar.gz
bade7f8e1d18c9f6149b70268c73087b  ejabberd-p1_oauth2-20220502.tar.gz
STORED: no-url://ejabberd-p1_pgsql-20231016.tar.gz
6afd5c5763af4a744115d31c3d31eab8  ejabberd-p1_pgsql-20231016.tar.gz
Size: 27100 bytes
ALREADY GOT: no-url://ejabberd-p1_utils-20220502.tar.gz
0eab972a4a247519e5a898d8da6054c1  ejabberd-p1_utils-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-pkix-20220502.tar.gz
88fd008dca6cf2208678fbf50b47a21a  ejabberd-pkix-20220502.tar.gz
ALREADY GOT: no-url://ejabberd-rebar_elixir_plugin-20160105.tar.gz
6a069a566d71c3daa45fc4736364adf0  
ejabberd-rebar_elixir_plugin-20160105.tar.gz
ALREADY GOT: no-url://ejabberd-sqlite3-20230117.tar.gz
f9457e450712ef06a6157b23e1ebccee  ejabberd-sqlite3-20230117.tar.gz
ALREADY GOT: no-url://ejabberd-stringprep-20221012.tar.gz
b2931baf14b779c718dcd5c42c87f8d5  ejabberd-stringprep-20221012.tar.gz
STORED: no-url://ejabberd-stun-20231016.tar.gz
d9520616dd0331efaabb05c901cee249  ejabberd-stun-20231016.tar.gz
Size: 42240 bytes
ALREADY GOT: no-url://ejabberd-unicode_util_compat-20170729.tar.gz
1b348fdf38dba88ebed2f65125ad8590  
ejabberd-unicode_util_compat-20170729.tar.gz
STORED: no-url://ejabberd-xmpp-20231016.tar.gz
d2dc96824f02642a02c94fb5712d7f69  ejabberd-xmpp-20231016.tar.gz
Size: 602443 bytes
ALREADY GOT: no-url://ejabberd-yconf-20230117.tar.gz
6f064bf9d6ad4cbabb44879edd2d1c9e  ejabberd-yconf-20230117.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/ejabberd] Up to 23.10

2024-01-07 Thread arekm
commit 96ef12ae56b7f31db0f23978f5f4c71edc119113
Author: Arkadiusz Miśkiewicz 
Date:   Sun Jan 7 18:40:02 2024 +0100

Up to 23.10

 ejabberd.spec | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 3fb252b..f82f77b 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -9,13 +9,13 @@
 Summary:   Fault-tolerant distributed Jabber/XMPP server
 Summary(pl.UTF-8): Odporny na awarie rozproszony serwer Jabbera/XMPP
 Name:  ejabberd
-Version:   23.04
+Version:   23.10
 Release:   1
 License:   GPL
 Group: Applications/Communications
 # Source0: 
https://www.process-one.net/downloads/downloads-action.php?file=/%{version}/%{name}-%{version}.tar.gz
 Source0:   
https://github.com/processone/ejabberd/archive/refs/tags/%{version}.tar.gz
-# Source0-md5: 2dd1a586f7ed8e38d19966bd19585552
+# Source0-md5: c91ae2f93c4c4cd7b00e9cb30ac6044d
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.service
@@ -48,12 +48,12 @@ Source21:   ejabberd-mqtree-20220502.tar.gz
 # Source21-md5: 1f1b175534eb917780e89e4c7d49c710
 Source22:   ejabberd-p1_acme-20230117.tar.gz
 # Source22-md5: 0a0170413d2cf6cf3c083835f18bd380
-Source23:   ejabberd-p1_mysql-20230117.tar.gz
-# Source23-md5: 702c30f11a24043ffcadb8c41720c5de
+Source23:   ejabberd-p1_mysql-20231016.tar.gz
+# Source23-md5: 304d139651cc2f14769fc2d7f81b3e66
 Source24:   ejabberd-p1_oauth2-20220502.tar.gz
 # Source24-md5: bade7f8e1d18c9f6149b70268c73087b
-Source25:   ejabberd-p1_pgsql-20230418.tar.gz
-# Source25-md5: 8c96bdbf1271c26192a5cd63b3307812
+Source25:   ejabberd-p1_pgsql-20231016.tar.gz
+# Source25-md5: 6afd5c5763af4a744115d31c3d31eab8
 Source26:   ejabberd-p1_utils-20220502.tar.gz
 # Source26-md5: 0eab972a4a247519e5a898d8da6054c1
 Source27:   ejabberd-pkix-20220502.tar.gz
@@ -64,12 +64,12 @@ Source29:   ejabberd-sqlite3-20230117.tar.gz
 # Source29-md5: f9457e450712ef06a6157b23e1ebccee
 Source30:   ejabberd-stringprep-20221012.tar.gz
 # Source30-md5: b2931baf14b779c718dcd5c42c87f8d5
-Source31:   ejabberd-stun-20230117.tar.gz
-# Source31-md5: f4525c841f31a27def964d35ed8c1851
+Source31:   ejabberd-stun-20231016.tar.gz
+# Source31-md5: d9520616dd0331efaabb05c901cee249
 Source32:   ejabberd-unicode_util_compat-20170729.tar.gz
 # Source32-md5: 1b348fdf38dba88ebed2f65125ad8590
-Source33:   ejabberd-xmpp-20230418.tar.gz
-# Source33-md5: 839d8907b66b0760a59531d27d5d6f76
+Source33:   ejabberd-xmpp-20231016.tar.gz
+# Source33-md5: d2dc96824f02642a02c94fb5712d7f69
 Source34:   ejabberd-yconf-20230117.tar.gz
 # Source34-md5: 6f064bf9d6ad4cbabb44879edd2d1c9e
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ejabberd.git/commitdiff/96ef12ae56b7f31db0f23978f5f4c71edc119113

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


DISTFILES: kodi-addon-inputstream-adaptive: 20.3.16-Nexus.tar.gz Bento4-1.6.0-639-7-Omega.tar.gz

2024-01-07 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/xbmc/inputstream.adaptive/archive/20.3.16-Nexus/20.3.16-Nexus.tar.gz
bb725fe7f0e6bbcbcdf511b6ee9eac54  20.3.16-Nexus.tar.gz
Size: 777917 bytes
ALREADY GOT: 
https://github.com/xbmc/Bento4/archive/1.6.0-639-7-Omega/Bento4-1.6.0-639-7-Omega.tar.gz
5532a65b8da2e051b70de761ee84141d  Bento4-1.6.0-639-7-Omega.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/kodi-addon-inputstream-adaptive/kodi-20] up to 20.3.16

2024-01-07 Thread atler
commit 04fd0887a3fbde0798f01557d0dbef048a7adb19
Author: Jan Palus 
Date:   Sun Jan 7 18:22:08 2024 +0100

up to 20.3.16

 kodi-addon-inputstream-adaptive.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kodi-addon-inputstream-adaptive.spec 
b/kodi-addon-inputstream-adaptive.spec
index 479cd09..de57e4c 100644
--- a/kodi-addon-inputstream-adaptive.spec
+++ b/kodi-addon-inputstream-adaptive.spec
@@ -10,12 +10,12 @@
 
 Summary:   Kodi InputStream addon for several manifest types
 Name:  kodi-addon-inputstream-adaptive
-Version:   %{kodi_ver}.3.15
+Version:   %{kodi_ver}.3.16
 Release:   1
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
https://github.com/xbmc/inputstream.adaptive/archive/%{version}-%{codename}/%{version}-%{codename}.tar.gz
-# Source0-md5: a553b3db288351bec1cbc20d257b331b
+# Source0-md5: bb725fe7f0e6bbcbcdf511b6ee9eac54
 Source1:   
https://github.com/xbmc/Bento4/archive/%{bento4_ver}/Bento4-%{bento4_ver}.tar.gz
 # Source1-md5: 5532a65b8da2e051b70de761ee84141d
 Patch0:bento4-hash.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi-addon-inputstream-adaptive.git/commitdiff/04fd0887a3fbde0798f01557d0dbef048a7adb19

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


DISTFILES: frogr: frogr-1.8.1.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/frogr/1.8/frogr-1.8.1.tar.xz
907498b2d9d6c4f5e593fd00416695f4  frogr-1.8.1.tar.xz
Size: 2250676 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/frogr] - updated to 1.8.1 (supports libsoup3 now)

2024-01-07 Thread qboosh
commit 1f3efa9e384a18d311ee169f34bbda4feb3afced
Author: Jakub Bogusz 
Date:   Sun Jan 7 17:04:21 2024 +0100

- updated to 1.8.1 (supports libsoup3 now)

 frogr.spec | 25 -
 1 file changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/frogr.spec b/frogr.spec
index 7b4b916..048e79e 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,21 +1,26 @@
+#
+# Conditional build:
+%bcond_without libsoup2# libsoup 2.x instead of libsoup3
+
 Summary:   Frogr - Flickr Remote Organizer for GNOME
 Summary(pl.UTF-8): Frogr - zdalny organizator Flickra dla GNOME
 Name:  frogr
-Version:   1.7
+Version:   1.8.1
 Release:   1
 License:   GPL v3
 Group: X11/Applications/Graphics
-Source0:   
https://download.gnome.org/sources/frogr/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: bd17a453389f339c9dfe4d4418ee3965
+Source0:   
https://download.gnome.org/sources/frogr/1.8/%{name}-%{version}.tar.xz
+# Source0-md5: 907498b2d9d6c4f5e593fd00416695f4
 URL:   https://wiki.gnome.org/Apps/Frogr
 BuildRequires: gettext-tools >= 0.19.7
-BuildRequires: glib2-devel >= 1:2.44
+BuildRequires: glib2-devel >= 1:2.56
 BuildRequires: gstreamer-devel >= 1.0
 BuildRequires: gtk+3-devel >= 3.16
 BuildRequires: json-glib-devel >= 1.2
 BuildRequires: libexif-devel >= 1:0.6.14
 BuildRequires: libgcrypt-devel >= 1.5.0
-BuildRequires: libsoup-devel >= 2.34
+%{?with_libsoup2:BuildRequires:libsoup-devel >= 2.42}
+%{!?with_libsoup2:BuildRequires:   libsoup3-devel >= 3.0}
 BuildRequires: libxml2-devel >= 1:2.6.8
 BuildRequires: meson
 BuildRequires: ninja >= 1.5
@@ -27,13 +32,14 @@ BuildRequires:  xz
 BuildRequires: yelp-tools
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
-Requires:  glib2 >= 1:2.44
+Requires:  glib2 >= 1:2.56
 Requires:  gtk+3 >= 3.16
 Requires:  hicolor-icon-theme
 Requires:  json-glib >= 1.2
 Requires:  libexif >= 1:0.6.14
 Requires:  libgcrypt >= 1.5.0
-Requires:  libsoup >= 2.34
+%{?with_libsoup2:Requires: libsoup >= 2.42}
+%{!?with_libsoup2:Requires:libsoup3 >= 3.0}
 Requires:  libxml2 >= 1:2.6.8
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -49,10 +55,11 @@ zarządzanie swoimi kontami w serwisie zdjęciowym Flickr.
 %setup -q
 
 # build fails on deprecated glib functions, disable -Werror
-%{__sed} -i -e "/'werror=true'/d" meson.build
+#%{__sed} -i -e "/'werror=true'/d" meson.build
 
 %build
-%meson build
+%meson build \
+   %{?with_libsoup2:-Dwith-libsoup2=true}
 
 %ninja_build -C build
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/frogr.git/commitdiff/1f3efa9e384a18d311ee169f34bbda4feb3afced

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


DISTFILES: evolution-mapi: evolution-mapi-3.50.1.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/evolution-mapi/3.50/evolution-mapi-3.50.1.tar.xz
8e56271131d54d9d81e9eb43927e8e78  evolution-mapi-3.50.1.tar.xz
Size: 431276 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/evolution-mapi] - updated to 3.50.1

2024-01-07 Thread qboosh
commit 18ed58ff9131da9deeb791d6ddda820bbac21f53
Author: Jakub Bogusz 
Date:   Sun Jan 7 14:28:34 2024 +0100

- updated to 3.50.1

 evolution-mapi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution-mapi.spec b/evolution-mapi.spec
index e28da55..0be8d5a 100644
--- a/evolution-mapi.spec
+++ b/evolution-mapi.spec
@@ -1,12 +1,12 @@
 Summary:   Evolution extension for Exchange MAPI
 Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange MAPI
 Name:  evolution-mapi
-Version:   3.50.0
+Version:   3.50.1
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications/Mail
 Source0:   
https://download.gnome.org/sources/evolution-mapi/3.50/%{name}-%{version}.tar.xz
-# Source0-md5: 7418e9f2e3a50ba4fc15af7997501b05
+# Source0-md5: 8e56271131d54d9d81e9eb43927e8e78
 URL:   https://wiki.gnome.org/Apps/Evolution
 BuildRequires: cmake >= 3.1
 BuildRequires: evolution-data-server-devel >= %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-mapi.git/commitdiff/18ed58ff9131da9deeb791d6ddda820bbac21f53

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


DISTFILES: evolution-ews: evolution-ews-3.50.3.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/evolution-ews/3.50/evolution-ews-3.50.3.tar.xz
57da1f4ca5318560a0572419dd62fb8f  evolution-ews-3.50.3.tar.xz
Size: 708336 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/evolution-ews] - updated to 3.50.3

2024-01-07 Thread qboosh
commit 6e8d9d685954f619614a03f39f0878539ad047c4
Author: Jakub Bogusz 
Date:   Sun Jan 7 14:24:30 2024 +0100

- updated to 3.50.3

 evolution-ews.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution-ews.spec b/evolution-ews.spec
index 99ecd15..70f17a7 100644
--- a/evolution-ews.spec
+++ b/evolution-ews.spec
@@ -1,12 +1,12 @@
 Summary:   Evolution extension for Exchange Web Services
 Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange Web Services
 Name:  evolution-ews
-Version:   3.50.2
+Version:   3.50.3
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications/Mail
 Source0:   
https://download.gnome.org/sources/evolution-ews/3.50/%{name}-%{version}.tar.xz
-# Source0-md5: 9aa308b53a5f1d4e63cfbb1f3efee342
+# Source0-md5: 57da1f4ca5318560a0572419dd62fb8f
 URL:   https://wiki.gnome.org/Apps/Evolution
 BuildRequires: cmake >= 3.1
 BuildRequires: evolution-data-server-devel >= %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-ews.git/commitdiff/6e8d9d685954f619614a03f39f0878539ad047c4

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


[packages/elinks] - initialize unit_len_ctx

2024-01-07 Thread witekfl
commit 96353695bbafc1a05370fd6c36ea49af0589ca60
Author: Witold Filipczyk 
Date:   Sun Jan 7 11:50:11 2024 +0100

- initialize unit_len_ctx

 libcss-0.9.2.patch | 142 +
 1 file changed, 142 insertions(+)
---
diff --git a/libcss-0.9.2.patch b/libcss-0.9.2.patch
new file mode 100644
index 000..040519a
--- /dev/null
+++ b/libcss-0.9.2.patch
@@ -0,0 +1,142 @@
+commit 2fdb04a6ab5523b94c4bd5c0062b0701686e127f
+Author: Witold Filipczyk 
+Date:   Mon Jan 1 17:47:59 2024 +0100
+
+[libcss] bump libcss to 0.9.2 and libdom to 0.4.2
+
+Needs some tweaks. Code is compilable at least.
+
+diff --git a/meson.build b/meson.build
+index 2917865f..20d1d93d 100644
+--- a/meson.build
 b/meson.build
+@@ -492,7 +492,7 @@ conf_data.set('CONFIG_LIBCSS', false)
+ cssdeps = false
+ 
+ if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS') 
or conf_data.get('CONFIG_MUJS')
+-cssdeps = dependency('libcss', static: st, version: '>=0.9.1')
++cssdeps = dependency('libcss', static: st, version: '>=0.9.2')
+ deps += cssdeps
+ conf_data.set('CONFIG_LIBCSS', true)
+ endif
+@@ -501,17 +501,17 @@ conf_data.set('CONFIG_LIBDOM', false)
+ libdomdeps = false
+ 
+ if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS') 
or conf_data.get('CONFIG_MUJS')
+-libdomdeps = dependency('libdom', static: st, version: '>=0.4.1')
++libdomdeps = dependency('libdom', static: st, version: '>=0.4.2')
+ deps += libdomdeps
+ conf_data.set('CONFIG_LIBDOM', true)
+ endif
+ 
+ if not conf_data.get('CONFIG_LIBCSS') and get_option('libcss')
+-cssdeps = dependency('libcss', static: st, version: '>=0.9.1')
++cssdeps = dependency('libcss', static: st, version: '>=0.9.2')
+ deps += cssdeps
+ conf_data.set('CONFIG_LIBCSS', true)
+ if not conf_data.get('CONFIG_LIBDOM')
+-libdomdeps = dependency('libdom', static: st, version: '>=0.4.1')
++libdomdeps = dependency('libdom', static: st, version: '>=0.4.2')
+ deps += libdomdeps
+ conf_data.set('CONFIG_LIBDOM', true)
+ endif
+diff --git a/src/document/libdom/css.c b/src/document/libdom/css.c
+index 662c5d71..02a5f66e 100644
+--- a/src/document/libdom/css.c
 b/src/document/libdom/css.c
+@@ -222,7 +222,6 @@ static css_select_handler selection_handler = {
+   node_is_lang,
+   node_presentational_hint,
+   ua_default_for_property,
+-  compute_font_size,
+   set_libcss_node_data,
+   get_libcss_node_data
+ };
+@@ -287,7 +286,9 @@ static void nscss_dom_user_data_handler(dom_node_operation 
operation,
+  * or NULL on failure
+  */
+ css_select_results *nscss_get_style(nscss_select_ctx *ctx, dom_node *n,
+-  const css_media *media, const css_stylesheet *inline_style)
++  const css_media *media,
++  const css_unit_ctx *unit_len_ctx,
++  const css_stylesheet *inline_style)
+ {
+   css_computed_style *composed;
+   css_select_results *styles;
+@@ -295,7 +296,7 @@ css_select_results *nscss_get_style(nscss_select_ctx *ctx, 
dom_node *n,
+   css_error error;
+ 
+   /* Select style for node */
+-  error = css_select_style(ctx->ctx, n, media, inline_style,
++  error = css_select_style(ctx->ctx, n, unit_len_ctx, media, inline_style,
+   _handler, ctx, );
+ 
+   if (error != CSS_OK || styles == NULL) {
+@@ -310,8 +311,7 @@ css_select_results *nscss_get_style(nscss_select_ctx *ctx, 
dom_node *n,
+* element's style */
+   error = css_computed_style_compose(ctx->parent_style,
+   styles->styles[CSS_PSEUDO_ELEMENT_NONE],
+-  compute_font_size, ctx,
+-  );
++  unit_len_ctx, );
+   if (error != CSS_OK) {
+   css_select_results_destroy(styles);
+   return NULL;
+@@ -342,8 +342,7 @@ css_select_results *nscss_get_style(nscss_select_ctx *ctx, 
dom_node *n,
+   error = css_computed_style_compose(
+   styles->styles[CSS_PSEUDO_ELEMENT_NONE],
+   styles->styles[pseudo_element],
+-  compute_font_size, ctx,
+-  );
++  unit_len_ctx, );
+   if (error != CSS_OK) {
+   /* TODO: perhaps this shouldn't be quite so
+* catastrophic? */
+@@ -367,6 +366,7 @@ css_select_results *nscss_get_style(nscss_select_ctx *ctx, 
dom_node *n,
+  * \return Pointer to blank style, or NULL on failure
+  */
+ css_computed_style *nscss_get_blank_style(nscss_select_ctx *ctx,
++  const css_unit_ctx *unit_len_ctx,
+   const css_computed_style *parent)
+ {
+   css_computed_style *partial, *composed;
+@@ -381,7 +381,7 @@ css_computed_style 

DISTFILES: evolution: evolution-3.50.3.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/evolution/3.50/evolution-3.50.3.tar.xz
fbb90165eccb0ca834878003ee7909dd  evolution-3.50.3.tar.xz
Size: 13512284 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/evolution] - updated to 3.50.3

2024-01-07 Thread qboosh
commit 582ef524da8e7d63c48925029d94b7477d1f4c49
Author: Jakub Bogusz 
Date:   Sun Jan 7 10:34:16 2024 +0100

- updated to 3.50.3

 evolution.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution.spec b/evolution.spec
index 53d291c..de5f41c 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -13,12 +13,12 @@ Summary(pl.UTF-8):  Klient poczty, kalendarz i książka 
adresowa dla GNOME
 Summary(pt_BR.UTF-8):  Cliente de email integrado com calendário e catálogo de 
endereços
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:  evolution
-Version:   3.50.2
+Version:   3.50.3
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Mail
 Source0:   
https://download.gnome.org/sources/evolution/3.50/%{name}-%{version}.tar.xz
-# Source0-md5: 4d743733ef7dcc51875e0cad236f8617
+# Source0-md5: fbb90165eccb0ca834878003ee7909dd
 Source3:   %{name}-addressbook.desktop
 Source4:   %{name}-calendar.desktop
 Source5:   %{name}-mail.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution.git/commitdiff/582ef524da8e7d63c48925029d94b7477d1f4c49

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


DISTFILES: evolution-data-server: evolution-data-server-3.50.3.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://download.gnome.org/sources/evolution-data-server/3.50/evolution-data-server-3.50.3.tar.xz
85688ad40d8ebd54c32a225fea71a02d  evolution-data-server-3.50.3.tar.xz
Size: 4964556 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/evolution-data-server] - updated to 3.50.3

2024-01-07 Thread qboosh
commit 0f4b91bdf183c87499fe114edb6a10be743c7a15
Author: Jakub Bogusz 
Date:   Sun Jan 7 09:59:53 2024 +0100

- updated to 3.50.3

 evolution-data-server.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 7837892..e14fabd 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -13,12 +13,12 @@
 Summary:   Evolution data server
 Summary(pl.UTF-8): Serwer danych Evolution
 Name:  evolution-data-server
-Version:   3.50.2
+Version:   3.50.3
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
https://download.gnome.org/sources/evolution-data-server/3.50/%{name}-%{version}.tar.xz
-# Source0-md5: 11dd4a3a0b78bbb5576965892cba2a9e
+# Source0-md5: 85688ad40d8ebd54c32a225fea71a02d
 Patch0:%{name}-gtkdoc.patch
 URL:   https://wiki.gnome.org/Apps/Evolution
 BuildRequires: cmake >= 3.1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/0f4b91bdf183c87499fe114edb6a10be743c7a15

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


[packages/netsurf] - package zh_CN locale, BR and bcond for libjxl

2024-01-07 Thread qboosh
commit e683545569d8a9627ac0c4d3c89b272544ac99e2
Author: Jakub Bogusz 
Date:   Sun Jan 7 09:28:40 2024 +0100

- package zh_CN locale, BR and bcond for libjxl

 netsurf.spec | 5 +
 1 file changed, 5 insertions(+)
---
diff --git a/netsurf.spec b/netsurf.spec
index 1cdc9ac..c9b077b 100644
--- a/netsurf.spec
+++ b/netsurf.spec
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_withgstreamer   # GStreamer-based video support
 %bcond_without js  # JavaScript support
+%bcond_without libjxl  # JPEG-XL image support via libjxl
 %bcond_withpdf # PDF export and GTK+ printing support via 
libharu [needs update?]
 %bcond_without webp# WebP image support
 #
@@ -29,6 +30,7 @@ BuildRequires:libCSS-devel >= 0.9.2
 BuildRequires: libdom-devel >= 0.4.2
 %{?with_pdf:BuildRequires: libharu-devel}
 BuildRequires: libhubbub-devel >= 0.3.8
+%{?with_libjxl:BuildRequires:  libjxl-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libnsbmp-devel >= 0.1.7
 BuildRequires: libnsfb-devel >= 0.2.2
@@ -150,6 +152,7 @@ NETSURF_USE_RSVG := YES
 %{?with_webp:NETSURF_USE_WEBP := YES}
 %{?with_gstreamer:NETSURF_USE_VIDEO := YES}
 %{?with_pdf:NETSURF_USE_HARU_PDF := YES}
+%{!?with_libjxl:NETSURF_USE_JPEGXL := NO}
 EOF
 
 %if %{with gstreamer}
@@ -188,6 +191,7 @@ export LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
Q='' \
PREFIX=%{_prefix} \
@@ -233,6 +237,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(it) %{_datadir}/%{name}/it
 %lang(ja) %{_datadir}/%{name}/ja
 %lang(nl) %{_datadir}/%{name}/nl
+%lang(zh_CN) %{_datadir}/%{name}/zh_CN
 
 %files gtk
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/netsurf.git/commitdiff/e683545569d8a9627ac0c4d3c89b272544ac99e2

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


DISTFILES: epiphany: epiphany-45.2.tar.xz

2024-01-07 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://download.gnome.org/sources/epiphany/45/epiphany-45.2.tar.xz
fc0b9211faf429fe203ec5c4140273a1  epiphany-45.2.tar.xz
Size: 4004944 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/epiphany] - updated to 45.2

2024-01-07 Thread qboosh
commit 71efbd0e06285b73d8a9a2d4e8bd55373d00ebf8
Author: Jakub Bogusz 
Date:   Sun Jan 7 09:03:26 2024 +0100

- updated to 45.2

 epiphany.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/epiphany.spec b/epiphany.spec
index 12d12ce..861e4d5 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -7,12 +7,12 @@ Summary:  Epiphany - WebKit-based GNOME web browser
 Summary(es.UTF-8): Epiphany - navigador Web de GNOME basado en WebKit
 Summary(pl.UTF-8): Epiphany - przeglądarka WWW dla GNOME
 Name:  epiphany
-Version:   45.1
+Version:   45.2
 Release:   1
 License:   GPL v3+
 Group: X11/Applications/Networking
 Source0:   
https://download.gnome.org/sources/epiphany/45/%{name}-%{version}.tar.xz
-# Source0-md5: b73b59a9f20c541f455f93f7fbef4762
+# Source0-md5: fc0b9211faf429fe203ec5c4140273a1
 URL:   https://wiki.gnome.org/Apps/Web
 BuildRequires: appstream-glib
 BuildRequires: cairo-devel >= 1.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/epiphany.git/commitdiff/71efbd0e06285b73d8a9a2d4e8bd55373d00ebf8

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