automatic version update by autodist [release 5.85.0-1mamba;Wed Aug 18 2021]
This commit is contained in:
parent
ce3c7259b6
commit
6a149c1f0b
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: kactivities
|
Name: kactivities
|
||||||
Version: 5.84.0
|
Version: 5.85.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: User activities manager
|
Summary: User activities manager
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -20,7 +20,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Provides: kactivities5
|
Provides: kactivities5
|
||||||
Obsoletes: kactivities5
|
Obsoletes: kactivities5 < 5.85.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||||
@ -31,7 +31,7 @@ Group: System/Libraries
|
|||||||
Summary: User activities manager library
|
Summary: User activities manager library
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libkactivities5
|
Provides: libkactivities5
|
||||||
Obsoletes: libkactivities5
|
Obsoletes: libkactivities5 < 5.85.0
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
When a user is interacting with a computer, there are three main areas of contextual information that may affect the behaviour of the system: who the user is, where they are, and what they are doing.
|
||||||
@ -43,7 +43,7 @@ Summary: Development files for %{name}
|
|||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
Provides: libkactivities5-devel
|
Provides: libkactivities5-devel
|
||||||
Obsoletes: libkactivities5-devel
|
Obsoletes: libkactivities5-devel < 5.85.0
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -97,6 +97,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%doc README README.developers README.md README.packagers TODO
|
#%doc README README.developers README.md README.packagers TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 5.85.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 11 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
|
* Sun Jul 11 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user