Include some unmerged Pagure driver patches

Change-Id: I589afa85e0d6f290c8c0174eabbf697d7a3509a0
diff --git a/patches.yaml b/patches.yaml
index d536350..073963a 100644
--- a/patches.yaml
+++ b/patches.yaml
@@ -1,9 +1,21 @@
 project: https://review.opendev.org/zuul/zuul
 paths: zuul/ doc/ web/
-target: 3.10.1
+target: 3.10.2
 changes:
   - url: https://review.openstack.org/568216
     note: Optimization for multi gerrit account
 
   - url: https://review.openstack.org/621344
     note: Config endpoint
+
+  - url: https://review.opendev.org/681050
+    note: Pagure / Handle Pull Request tags (labels) metadata
+
+  - url: https://review.opendev.org/681252
+    note: Pagure / Reference pipelines add open True requirement
+
+  - url: https://review.opendev.org/681279
+    note: Pagure - Handles pull-request.closed event
+
+  - url: https://review.opendev.org/679938
+    note: Pagure / Add support for git.tag.creation event
diff --git a/zuul.spec b/zuul.spec
index 90448cf..3e648a5 100644
--- a/zuul.spec
+++ b/zuul.spec
@@ -5,7 +5,7 @@
 
 Name:           %{?scl_prefix}zuul
 Version:        3.10.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Trunk Gating System
 
 License:        ASL 2.0
@@ -336,6 +336,9 @@
 
 
 %changelog
+* Wed Sep 18 2019 Fabien Boucher <fboucher@redhat.com> - 3.10.2-2
+- Add some un-merged Pagure driver patches
+
 * Tue Sep 17 2019 Tristan Cacqueray <tdecacqu@redhat.com> - 3.10.2-1
 - Add synchronize rsh security fix