#2 Various fixes for spec file
Closed 5 years ago by kathenas. Opened 5 years ago by kathenas.
Unknown source master  into  master

file modified
+10 -4
@@ -1,13 +1,13 @@

  Name:           gnome-shell

  Version:        3.32.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Window management and application launching for GNOME

  

  License:        GPLv2+

  Provides:       desktop-notification-daemon

  URL:            https://wiki.gnome.org/Projects/GnomeShell

  #VCS:           git:git://git.gnome.org/gnome-shell

- Source0:        http://download.gnome.org/sources/gnome-shell/3.31/%{name}-%{version}.tar.xz

+ Source0:        http://download.gnome.org/sources/gnome-shell/3.32/%{name}-%{version}.tar.xz

  

  # Replace Epiphany with Firefox in the default favourite apps list

  Patch1: gnome-shell-favourite-apps-firefox.patch
@@ -22,15 +22,16 @@

  %define gnome_desktop_version 3.7.90

  %define glib2_version 2.56.0

  %define gobject_introspection_version 1.49.1

- %define gjs_version 1.51.90

+ %define gjs_version 1.54.0

  %define gtk3_version 3.15.0

- %define mutter_version 3.31.92

+ %define mutter_version 3.32

  %define polkit_version 0.100

  %define gsettings_desktop_schemas_version 3.27.90

  %define ibus_version 1.5.2

  %define gnome_bluetooth_version 1:3.9.0

  %define gstreamer_version 1.4.5

  

+ BuildRequires:  gcc

  BuildRequires:  meson

  BuildRequires:  git

  BuildRequires:  ibus-devel >= %{ibus_version}
@@ -200,6 +201,11 @@

  %{_mandir}/man1/%{name}.1.gz

  

  %changelog

+ * Sat Mar 23 2019 Phil Wyett <philwyett@kathenas.org> - 3.32.0-2

+ - Update source URL

+ - Add gcc BuildRequires

+ - Update versions required for gjs and mutter

+ 

  * Tue Mar 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1

  - Update to 3.32.0

  

  • Update source URL
  • Add gcc BuildRequires
  • Update versions required for gjs and mutter

1 new commit added

  • Typo fix in changelog
5 years ago

The "Typo fix in changelog" commit can be squashed into the one introducing the typo (as they are both in this PR).

2 new commits added

  • Merge branch 'master' of https://src.fedoraproject.org/forks/kathenas/rpms/gnome-shell
  • Various fixes for spec file
5 years ago

Pull-Request has been closed by kathenas

5 years ago