Accepting request 1107782 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1107782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xournalpp?expand=0&rev=21
This commit is contained in:
commit
7ecfe5fdfc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39e6e9b9c9eee44170a81e05c152e31a83d6a42ac7f8eebf7eea6b752a446377
|
|
||||||
size 16699028
|
|
3
xournalpp-1.2.1.tar.gz
Normal file
3
xournalpp-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f445337d80bbf7ae6a8a5e74975d0a3b84cb546ddcefd7e6448e157801ae9e8
|
||||||
|
size 16702391
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 25 23:42:54 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.1:
|
||||||
|
* Added a default toolbar so that the app does not start without
|
||||||
|
toolbar on new installations
|
||||||
|
* Fixed some crashes and various issues with the crash log
|
||||||
|
handling
|
||||||
|
* Added options to the command line and preferences to disable
|
||||||
|
the audio system used for audio recording
|
||||||
|
* The official release builds are now all built with
|
||||||
|
gtksourceview styling for the LaTeX tool and in "RelWithDeb"
|
||||||
|
mode. Thus failing asserts do not result in a crash anymore.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 2 06:11:10 UTC 2023 - thod_@gmx.de
|
Wed Aug 2 06:11:10 UTC 2023 - thod_@gmx.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xournalpp
|
Name: xournalpp
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Notetaking software designed around a tablet
|
Summary: Notetaking software designed around a tablet
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -35,6 +35,7 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
BuildRequires: pkgconfig(gtksourceview-4)
|
||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libzip)
|
BuildRequires: pkgconfig(libzip)
|
||||||
@ -43,7 +44,6 @@ BuildRequires: pkgconfig(poppler-glib)
|
|||||||
BuildRequires: pkgconfig(portaudiocpp)
|
BuildRequires: pkgconfig(portaudiocpp)
|
||||||
BuildRequires: pkgconfig(sndfile)
|
BuildRequires: pkgconfig(sndfile)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: pkgconfig(gtksourceview-4)
|
|
||||||
Recommends: webp-pixbuf-loader
|
Recommends: webp-pixbuf-loader
|
||||||
Recommends: tex(scontents.tex)
|
Recommends: tex(scontents.tex)
|
||||||
Recommends: tex(standalone.tex)
|
Recommends: tex(standalone.tex)
|
||||||
|
Loading…
Reference in New Issue
Block a user