[Bug 1750942] Review Request: rust-cassowary - Implementation of the Cassowary linear constraint solving algorithm

2019-09-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750942

Artem  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2019-09-11 13:32:16



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750942] Review Request: rust-cassowary - Implementation of the Cassowary linear constraint solving algorithm

2019-09-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750942



--- Comment #3 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/rust-cassowary

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750942] Review Request: rust-cassowary - Implementation of the Cassowary linear constraint solving algorithm

2019-09-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750942

Igor Gnatenko  changed:

   What|Removed |Added

 Status|ASSIGNED|POST
   Assignee|nob...@fedoraproject.org|i.gnatenko.br...@gmail.com
  Flags||fedora-review+



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750942] Review Request: rust-cassowary - Implementation of the Cassowary linear constraint solving algorithm

2019-09-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750942



--- Comment #2 from Artem  ---
Spec URL: https://atim.fedorapeople.org/for-review/rust-cassowary.spec
SRPM URL:
https://atim.fedorapeople.org/for-review/rust-cassowary-0.3.0-2.fc30.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750942] Review Request: rust-cassowary - Implementation of the Cassowary linear constraint solving algorithm

2019-09-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750942

Igor Gnatenko  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||i.gnatenko.br...@gmail.com



--- Comment #1 from Igor Gnatenko  ---
--- foo 2019-09-11 07:46:32.729808426 +0200
+++ rust-cassowary.spec 2019-09-08 18:16:35.452132092 +0200
@@ -7,10 +7,10 @@
 Name:   rust-%{crate}
 Version:0.3.0
 Release:1%{?dist}
-Summary:Implementation of the Cassowary linear constraint solving
algorithm
+Summary:Rust implementation of the Cassowary linear constraint solving
algorithm

 # Upstream license specification: MIT / Apache-2.0
-License:MIT and ASL 2.0
+License:MIT or ASL 2.0
 URL:https://crates.io/crates/cassowary
 Source: %{crates_source}

@@ -38,8 +38,8 @@
 which use "%{crate}" crate.

 %files  devel
-%license LICENSE-APACHE LICENSE-MIT
-%doc README.md
+%license LICENSE-MIT LICENSE-APACHE
+%doc README.md CHANGELOG.md
 %{cargo_registry}/%{crate}-%{version}/

 %package -n %{name}+default-devel
@@ -58,6 +58,9 @@
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep

+%generate_buildrequires
+%cargo_generate_buildrequires
+
 %build
 %cargo_build

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org