Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package seafile for openSUSE:Factory checked in at 2022-02-24 18:21:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seafile (Old) and /work/SRC/openSUSE:Factory/.seafile.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seafile" Thu Feb 24 18:21:08 2022 rev:11 rq:957366 version:8.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/seafile/seafile.changes 2021-12-10 21:53:26.414920565 +0100 +++ /work/SRC/openSUSE:Factory/.seafile.new.1958/seafile.changes 2022-02-24 18:24:34.054641070 +0100 @@ -1,0 +2,6 @@ +Thu Feb 24 13:06:42 UTC 2022 - Paolo Stivanin <[email protected]> + +- Update to 8.0.6 (no changelog) +- Remove seafile-fix-compilation-glib2_68.patch + +------------------------------------------------------------------- Old: ---- seafile-fix-compilation-glib2_68.patch v8.0.5.tar.gz New: ---- v8.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seafile.spec ++++++ --- /var/tmp/diff_new_pack.1RsxTz/_old 2022-02-24 18:24:34.594640929 +0100 +++ /var/tmp/diff_new_pack.1RsxTz/_new 2022-02-24 18:24:34.598640929 +0100 @@ -1,7 +1,7 @@ # # spec file for package seafile # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,12 @@ Name: seafile -Version: 8.0.5 +Version: 8.0.6 Release: 0 Summary: Cloud storage client License: GPL-2.0-only URL: https://github.com/haiwen/seafile/ Source0: https://github.com/haiwen/seafile/archive/v%{version}.tar.gz -#PATCH-FIX-UPSTREAM https://github.com/haiwen/seafile/pull/2428 -Patch0: seafile-fix-compilation-glib2_68.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cmake @@ -81,9 +79,6 @@ sed -i -e /\(DESTDIR\)/d lib/libseafile.pc.in sed -i -e 's@#!%{_bindir}/env python@#!%{_bindir}/python3@' app/seaf-cli sed -i -e 's@#!%{_bindir}/python33@#!%{_bindir}/python3@' app/seaf-cli -%if 0%{?suse_version} > 1500 -%patch0 -p1 -%endif %build ./autogen.sh ++++++ v8.0.5.tar.gz -> v8.0.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/seafile-8.0.5/configure.ac new/seafile-8.0.6/configure.ac --- old/seafile-8.0.5/configure.ac 2021-11-15 10:43:39.000000000 +0100 +++ new/seafile-8.0.6/configure.ac 2022-02-23 10:29:20.000000000 +0100 @@ -2,7 +2,7 @@ AC_PREREQ(2.61) -AC_INIT([seafile], [8.0.5], [[email protected]]) +AC_INIT([seafile], [8.0.6], [[email protected]]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/seafile-8.0.5/debian/changelog new/seafile-8.0.6/debian/changelog --- old/seafile-8.0.5/debian/changelog 2021-11-15 10:43:39.000000000 +0100 +++ new/seafile-8.0.6/debian/changelog 2022-02-23 10:29:20.000000000 +0100 @@ -1,3 +1,8 @@ +seafile-daemon (8.0.6) unstable; urgency=low + + * new upstream relase + + -- Jonathan Xu <[email protected]> Wed, 23 Feb 2022 17:21:27 +0800 seafile-daemon (8.0.5) unstable; urgency=low * new upstream release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/seafile-8.0.5/msi/Includes.wxi new/seafile-8.0.6/msi/Includes.wxi --- old/seafile-8.0.5/msi/Includes.wxi 2021-11-15 10:43:39.000000000 +0100 +++ new/seafile-8.0.6/msi/Includes.wxi 2022-02-23 10:29:20.000000000 +0100 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Include Id="SeafileInclude"> - <?define CurrentSeafileVersion="8.0.5" ?> + <?define CurrentSeafileVersion="8.0.6" ?> <!-- Update Guid ????????? --> <?define CurrentUpdateGuid="65DED1C8-A5F1-4C49-8E7E-B0A8A5A6535C" ?> @@ -148,7 +148,8 @@ <!-- <?define ProductGuid="8F8A6FBA-EAD1-4B16-B074-03C1BA4E1109" ?> (8.0.2) --> <!-- <?define ProductGuid="82A1C721-6B4E-473B-B515-8D0B9242C6A6" ?> (8.0.3) --> <!-- <?define ProductGuid="B4ACB0CA-854E-4087-B9F5-7382924D7C49" ?> (8.0.4) --> - <?define ProductGuid="02E0FA9C-6C8A-4F87-924B-D33EF51EB9DE" ?> + <!-- <?define ProductGuid="02E0FA9C-6C8A-4F87-924B-D33EF51EB9DE" ?> (8.0.5) --> + <?define ProductGuid="7EB8EE37-06D5-4119-84B4-5369AAF20041" ?> <?define GuidOfCustomComponent="AD201805-3CBD-4834-9097-5D934F7E0000" ?> <?define GuidOfAutoStartComponent="AD201805-3CBD-4834-9097-5D934F7E0001" ?> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/seafile-8.0.5/seafile.vcxproj new/seafile-8.0.6/seafile.vcxproj --- old/seafile-8.0.5/seafile.vcxproj 2021-11-15 10:43:39.000000000 +0100 +++ new/seafile-8.0.6/seafile.vcxproj 2022-02-23 10:29:20.000000000 +0100 @@ -92,7 +92,7 @@ <WarningLevel>Level3</WarningLevel> <SDLCheck> </SDLCheck> - <PreprocessorDefinitions>WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="8.0.5";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="8.0.6";%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>false</ConformanceMode> <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> <AdditionalIncludeDirectories>$(ProjectDir)..\libsearpc\lib;$(ProjectDir)common;$(ProjectDir)lib;$(ProjectDir)include;$(ProjectDir)daemon;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> @@ -110,7 +110,7 @@ <WarningLevel>Level1</WarningLevel> <SDLCheck> </SDLCheck> - <PreprocessorDefinitions>WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="8.0.5";%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;UNICODE;WIN32_LEAN_AND_MEAN;SEAFILE_CLIENT;PACKAGE_VERSION="8.0.6";%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>false</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> <AdditionalIncludeDirectories>$(ProjectDir)..\libsearpc\lib;$(ProjectDir)common;$(ProjectDir)include;$(ProjectDir)daemon;$(ProjectDir)lib;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> @@ -131,7 +131,7 @@ <IntrinsicFunctions>false</IntrinsicFunctions> <SDLCheck> </SDLCheck> - <PreprocessorDefinitions>WIN32;PACKAGE_VERSION="8.0.5";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;PACKAGE_VERSION="8.0.6";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>false</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> <AdditionalIncludeDirectories>$(ProjectDir)..\libsearpc\lib;$(ProjectDir);$(ProjectDir)daemon;$(ProjectDir)include;$(ProjectDir)lib;$(ProjectDir)common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> @@ -158,7 +158,7 @@ <IntrinsicFunctions>false</IntrinsicFunctions> <SDLCheck> </SDLCheck> - <PreprocessorDefinitions>WIN32;PACKAGE_VERSION="8.0.5";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;PACKAGE_VERSION="8.0.6";WIN32_LEAN_AND_MEAN;UNICODE;SEAFILE_CLIENT;ENABLE_BREAKPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>false</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> <AdditionalIncludeDirectories>$(ProjectDir)..\libsearpc\lib;$(ProjectDir);$(ProjectDir)common;$(ProjectDir)lib;$(ProjectDir)include;$(ProjectDir)daemon;$(ProjectDir)..\breakpad\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
